Search found 42189 matches

by chulett
Tue Feb 21, 2012 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: query as parameter
Replies: 5
Views: 2325

Try something else to escape the quotes, like a back-slash.
by chulett
Tue Feb 21, 2012 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maintaining data in a job
Replies: 5
Views: 1310

To me a question would be: where do you want to maintain this history? Separate from or incorporated into the target?
by chulett
Tue Feb 21, 2012 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Open Project
Replies: 14
Views: 6772

Nothing in uvconfig will affect "fail to open project". I know there are specific error messages that should also be reported, but wouldn't running out of certain resources also cause the 'fail to open project' message? I've got nothing to refer to and just working from memory, thinking a...
by chulett
Tue Feb 21, 2012 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Null to a nullable decimal column
Replies: 5
Views: 2225

You have to not mention a column in your DML for the default value to be used, setting it to null will cause it to be null regardless of the default. That's true for Oracle and I'm assuming other databases as well.
by chulett
Tue Feb 21, 2012 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Null to a nullable decimal column
Replies: 5
Views: 2225

Why not test that theory yourself? Sounds all kinds of wrong to me.
by chulett
Tue Feb 21, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs aborting when invoked by sequence and run on 1 node
Replies: 9
Views: 3492

Jayanto wrote:is first giving the fatal error "Issuing abort after 50 warnings logged." But I am running the job, with NoLimits for warnings....
Apparently not.

Why not fix the jobs so they don't log those warnings?
by chulett
Tue Feb 21, 2012 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Open Project
Replies: 14
Views: 6772

As would I... perhaps something needs to be tweaked in uvconfig?
by chulett
Tue Feb 21, 2012 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job abort with no other messages
Replies: 6
Views: 1619

Server job aborts report an active stage, which typically means the transformer but the error could be anywhere. And without the clue from doing a Reset, they can be difficult to track down.
by chulett
Tue Feb 21, 2012 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple xml files using External Source stage
Replies: 3
Views: 1520

So let it be written, so let it be done. :wink:

A quick google for "argument list too long" (which is what I assume your issue is) should help with alternatives to the ls you are doing.
by chulett
Tue Feb 21, 2012 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage - new dimid for updates
Replies: 7
Views: 2042

Are you doing Type2 updates? If so then yes, they absolutely require a new "dimid" for the updated row.
by chulett
Tue Feb 21, 2012 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column not loading in Oracle Enterprise Stage
Replies: 3
Views: 1250

Show us the 'trim functions' you are using. That and examples of values that load correctly and ones that ended up zero.
by chulett
Tue Feb 21, 2012 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tansformer logic in transformer for Data stage 7.5
Replies: 3
Views: 2787

There is no 'loop logic' in 7.5, you'll need at least 8.5 for that. Search here for horizontal pivot for thoughts on how to handle your issue.