Search found 42189 matches

by chulett
Mon Dec 21, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <_PEEK_IDENT_> Input dataset does not have field:
Replies: 7
Views: 6254

Search for those messages here, you're not the first person to ask about them.
by chulett
Mon Dec 21, 2009 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create Java virtual machine
Replies: 7
Views: 3161

Try an exact search on "JNIWrapper: load library failed".
by chulett
Mon Dec 21, 2009 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <_PEEK_IDENT_> Input dataset does not have field:
Replies: 7
Views: 6254

I don't know... perhaps one of your input datasets does not have the field "sstatus"?
by chulett
Mon Dec 21, 2009 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarifications for StringToDecimal and DecimalToDecima
Replies: 10
Views: 15168

I don't think that DecimalToDecimal function would help here, that rtype argument is all about rounding: floor, ceil, trunc_zero, etc. :?
by chulett
Mon Dec 21, 2009 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enforcing roll back in Oracle Load Append
Replies: 5
Views: 1583

There's no "rollback" for any kind of Oracle direct path load, they're not transactional. You'd have to force the slower (transactional) "conventional" load with DIRECT=FALSE to have any hope of this.
by chulett
Mon Dec 21, 2009 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarifications for StringToDecimal and DecimalToDecima
Replies: 10
Views: 15168

Right, you're talking about an implied decimal here so you have to help out and divide appropriately.
by chulett
Mon Dec 21, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 3 shell scripts in parallel within datastage
Replies: 5
Views: 1617

We've discusses this a few times lately. Since there's no background activity for commands, they are blocking operations. From what I recall, you may be able to build three other Sequence jobs that each have a single Execute Command stage in them and run those just after the Sequencer. Or a single s...
by chulett
Mon Dec 21, 2009 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS mapping and Code Page Issue
Replies: 2
Views: 1004

Is your issue the same as this issue? Sure seemed like it, which is why all of the replies went into one thread rather than both. :?

viewtopic.php?t=131059
by chulett
Mon Dec 21, 2009 7:43 am
Forum: General
Topic: Protect Unprotect DataStage Projects Thru Coomand Line
Replies: 6
Views: 3904

I don't believe so.
by chulett
Mon Dec 21, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reducing Joblogsize after Purge?
Replies: 9
Views: 3056

There should be three stars after the resize, not sure what difference it makes however. Please mark this as Resolved using the button at the top of the page.
by chulett
Mon Dec 21, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 3 shell scripts in parallel within datastage
Replies: 5
Views: 1617

Explain exactly what you mean by "i have attached 3 Execute_Command stage for executing 3 shell scripts in parallel."
by chulett
Mon Dec 21, 2009 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error connecting to AS400 file
Replies: 18
Views: 7368

I can't help, but if nothing comes of your question here I would ping your official support provider for that.
by chulett
Mon Dec 21, 2009 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create Java virtual machine
Replies: 7
Views: 3161

Please post the complete unedited error message(s) that are logged. Are $ASBHOME and $ASBNODE set as well? And I don't believe that Windows uses a LIBPATH like UNIX does. :?
by chulett
Mon Dec 21, 2009 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowness in executing jobs
Replies: 3
Views: 1473

I don't know about 3x slower but 8.x jobs are known to be "slower" than their 7.x brethren. Your two "-log" calls from the command line may be the worst culprits... are your logs in the XMETA database or in hashed files?
by chulett
Mon Dec 21, 2009 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine with sql statement.
Replies: 5
Views: 1441

Wrap your sql into a script using the command line for your database and then use DSExecute in a routine to call and check it after job.