Search found 53125 matches
- Thu Apr 03, 2008 6:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error encountered calling routine
- Replies: 4
- Views: 2682
- Thu Apr 03, 2008 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Architecture
- Replies: 31
- Views: 8455
- Thu Apr 03, 2008 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data problem due to varchar columns
- Replies: 10
- Views: 1836
- Thu Apr 03, 2008 5:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete table definitions in datastage
- Replies: 1
- Views: 1328
- Thu Apr 03, 2008 5:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Help to debug the DUMP_SCORE
- Replies: 5
- Views: 1276
- Thu Apr 03, 2008 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change capture stage actions is wierd
- Replies: 6
- Views: 1542
- Thu Apr 03, 2008 5:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete data Before Load Oracle Enterprise
- Replies: 2
- Views: 1582
Welcome to the wonderful world of parallel processing! I suggest that you need to delete (or truncate) upstream of the Oracle Enterprise stage (or even in a preceding job), using an operator that executes sequentially (or even a server job) - send zero rows to Oracle with the rule set to "truncate t...
- Thu Apr 03, 2008 5:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF output link row counts incorrect
- Replies: 4
- Views: 1317
- Thu Apr 03, 2008 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to the Log file from a transformer in a Parallel Job
- Replies: 4
- Views: 1293
That's only because you have operator combination enabled. What you have described as the "event" is actually the Orchestrate operator that is posting the message. With operator combination disabled the message would be posted by a transform operator (that, curiously, would have the same name as you...
- Thu Apr 03, 2008 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SortRec-Server Related Issue
- Replies: 2
- Views: 1844
- Thu Apr 03, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading of the fixed width file with Header and tail
- Replies: 6
- Views: 1534
- Thu Apr 03, 2008 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting timestamp
- Replies: 5
- Views: 1160
You need to re-assemble the various components of the source string into a timestamp format, and then apply a StringToTimestamp() function. One issue that you'll need to address is a consistent, two-digit, format for month and day; another is the business rule for the century in which a two-digit ye...
- Thu Apr 03, 2008 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Lookup Compile Error
- Replies: 2
- Views: 2560
- Thu Apr 03, 2008 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data problem due to varchar columns
- Replies: 10
- Views: 1836
- Thu Apr 03, 2008 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can compile Job in datastage 7.5.2 but cant run it
- Replies: 11
- Views: 4662
How are you attempting to run the job (e.g. from Director or from Designer, from schedule or from command line)? Have you tried simply closing the Director client and opening a new one? Have you tried running the job using the dsjob command line interface? If you don't answer the questions it makes ...