Search found 42189 matches

by chulett
Wed Mar 11, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability in Sequence
Replies: 2
Views: 1031

Enabling checkpoints in the Sequence job will allow it to automatically restart from the point of failure when run from an Aborted/Restartable status. There's no built-in mechanism to handle your initial "if or" condition. You'd either need to craft your own flavor of checkpointing, keepin...
by chulett
Wed Mar 11, 2009 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql Cmd to find the user defined queries from ds repository
Replies: 2
Views: 806

Hmmm... first suggestion would be to search the forums for oletype and see how it goes from there. Lots of sql has been posted but probably not exactly what you are looking for.
by chulett
Wed Mar 11, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Byte Order Mark
Replies: 4
Views: 1697

Interesting... had to look that one up.

Why did this post go from being marked as 'Resolved' to 'Workaround'? Are you having an issue with the solution? :?
by chulett
Tue Mar 10, 2009 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code 96 DSJS_CRASHED
Replies: 16
Views: 6085

Search the forums for COMO ON for discussions on how to land that output for you.
by chulett
Tue Mar 10, 2009 12:21 pm
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 10294

Please verify that this is, in fact, truly happening. The log messages you've posted so far seem to indicate otherwise.
by chulett
Tue Mar 10, 2009 12:07 pm
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 10294

You do understand that, for any multi-instance job to work "in parallel" that each invocation id must be unique amongst any running invocations, yes?
by chulett
Tue Mar 10, 2009 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update query in ODBC
Replies: 2
Views: 1574

Are the first two columns marked as Key fields?
by chulett
Tue Mar 10, 2009 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project not showing up
Replies: 3
Views: 1358

Hmmm, sounds like a possible disconnect between the XMETA repository and the "Universe" one. Seems to me that might manifest itself as dsjob -lprojects working but the GUI not showing them. Not that I have any clue how to fix that, just saying...
by chulett
Tue Mar 10, 2009 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Un-Usabale index while loading tables
Replies: 4
Views: 1323

Not in a Server job unless you specifically add these steps in the before- and after-sql tabs. Even the Server ORABULK stage doesn't include an option for that. That happens either from command line sqlldr or when using the Enterprise stage in a PX job. And no, simply truncating the table would not ...
by chulett
Tue Mar 10, 2009 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Annotation and Description Annotation
Replies: 4
Views: 6183

Can't check right now but from what I recall, there's a Designer option to not display these. Also note that once you add a 'Description Annotation' to a job, that option will be disabled when that job is open as only one is supported per job.
by chulett
Tue Mar 10, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Un-Usabale index while loading tables
Replies: 4
Views: 1323

Re: Un-Usabale index while loading tables

Can somebody expleain me why this happens even if had primary key constraint in the table level. i saw many duplicates. how come datastage loaded duplicate data into the table. There isn't any way you could create this situation with that job design. Worst case, your job will fail with duplicate ke...
by chulett
Tue Mar 10, 2009 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incrementing values in datastage going wrong
Replies: 13
Views: 10251

Yes, of course, as you are comparing before resetting the 'previous' value, something it appears the OP was not doing.
by chulett
Tue Mar 10, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incrementing values in datastage going wrong
Replies: 13
Views: 10251

Still... regardless, for this technique to have any chance of working when you compare current and previous values, you need to set the 'previous' value last or they'll always be the same.
by chulett
Tue Mar 10, 2009 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Receiving a mail using datastage
Replies: 3
Views: 1555

Not directly, no. If there's an API and you can get the email piped out or dumped then perhaps, but as noted it's the wrong tool for the job.
by chulett
Tue Mar 10, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformation rule
Replies: 2
Views: 840

If this is really a TX job question as marked, then you're in the wrong forum. :?