Search found 42189 matches

by chulett
Mon Sep 13, 2010 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort because of Index in diffrent Environment
Replies: 4
Views: 2204

Your error message says otherwise. Double-check.
by chulett
Mon Sep 13, 2010 7:16 am
Forum: General
Topic: dsjob -import is not supported at this release
Replies: 3
Views: 3012

Then it's time to contact your official support provider, it seems. Perhaps you are missing a patch... or the documentation is incorrect.
by chulett
Mon Sep 13, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlocked on lock resources
Replies: 10
Views: 6523

Please do not duplicate posts. You've should have simply put all of the detail in your new post into this one rather than start a brand new topic. :?

When I get some time later, I'll merge the two.
by chulett
Mon Sep 13, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort because of Index in diffrent Environment
Replies: 4
Views: 2204

So you tested against a target table with no indexes but it has some in production? Hmmm...

As noted in the error you need to "Add an index option or drop indexes and rerun step", the "index option" is a property of the stage.
by chulett
Mon Sep 13, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp issue
Replies: 5
Views: 1373

"Not getting correct data" isn't all that helpful. What exactly are you getting in your target? :?
by chulett
Mon Sep 13, 2010 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build a Complex XML document
Replies: 15
Views: 6111

No. Define "didn't work". Tell us what exactly you tried plus the output that you saw, then maybe someone can continue to try and help you.
by chulett
Mon Sep 13, 2010 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen of oraoci9.so
Replies: 6
Views: 4745

Then some change has been made to your system and messed you up. Why is it looking for a 10g client? Sounds like a new version of Oracle may have been installed, talk to your DBAs and see.
by chulett
Mon Sep 13, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Tables
Replies: 7
Views: 3015

The second table would actually be DS_JOBOBJECTS and in addition to simply querying them, you could also use LIST.DICT to see their structure. But, as noted, they are not officially documented. You could also use those tables in a Server job via the UV stage set either to localuv or by specifying a ...
by chulett
Mon Sep 13, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version compatability
Replies: 1
Views: 1128

There are several posts on that topic here, including this one which seems to have all of the relevant points in it.
by chulett
Mon Sep 13, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lock Resources
Replies: 1
Views: 1480

Make sure your Hash partition makes sense for the data - typically it would be over the keys used in the update to identify the record - is that what you're doing?
by chulett
Mon Sep 13, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Editing an Oracle WHERE clause
Replies: 5
Views: 1304

No idea as I've always used either the 'column generated' option (but that would be in Server, pretty sure there is an equivalent in PX) or just gone user-defined. I think that Query Builder is there only to say they have it but found it combersome to use, from what I recall an update to the query r...
by chulett
Mon Sep 13, 2010 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen of oraoci9.so
Replies: 6
Views: 4745

All jobs, just this job? Ever used the OCI stage before or is this the first time? Have you configured your dsenv file to add the Oracle variables?
by chulett
Mon Sep 13, 2010 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we call a package from datastage
Replies: 8
Views: 4295

There seems to be an echo in here. :?

So, is this truly resolved or not? If so, can you share that resolution with us please?
by chulett
Sun Sep 12, 2010 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 4526

Ah, yes... thanks for the clarification on the exact spelling of the daemon and what "res" stands for. I remember it now but it has been awhile so the details were not forthcoming. I never saw a need to change that setting and honestly never really realized it wasn't relevant for DataStage.
by chulett
Sun Sep 12, 2010 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 4526

Simplest answer is you change it so that "start" is a "1" for true rather than the zero that means false. The timer means it will check every 900 seconds - 15 minutes. Not sure about "res" (resident?) but log would allow you to override the default log file name/locatio...