Search found 5168 matches
- Tue Aug 22, 2006 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
- Replies: 34
- Views: 50742
Hi nivaskvs: Do you have any reference name for this patch? We are seeing the same problem with our PX jobs. Job would fail without any apparent reason but aborts with this error: main_program: Unexpected termination by Unix signal 9(SIGKILL). Upon rerunning the job, it executes fine. What is the l...
- Mon Aug 21, 2006 9:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sybase Issue
- Replies: 4
- Views: 1374
- Mon Aug 21, 2006 9:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypted value shows up in Director Logs !
- Replies: 3
- Views: 638
- Mon Aug 21, 2006 9:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: logic to find out no.of rejects
- Replies: 2
- Views: 661
- Mon Aug 21, 2006 9:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Truncates While Writting to DB(SQL Server)
- Replies: 14
- Views: 6468
- Mon Aug 21, 2006 2:43 am
- Forum: General
- Topic: Unable to get the expected result
- Replies: 2
- Views: 2090
- Mon Aug 21, 2006 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write failed record ID
- Replies: 10
- Views: 2352
- Mon Aug 21, 2006 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Sequential Files
- Replies: 16
- Views: 3558
- Mon Aug 21, 2006 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Year to date(YTD)
- Replies: 7
- Views: 2054
- Mon Aug 21, 2006 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wrapper - Difference in execution ( Sequential v/s Parallel
- Replies: 7
- Views: 2421
- Sun Aug 20, 2006 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is executing for long
- Replies: 11
- Views: 1528
- Sun Aug 20, 2006 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: insert/update
- Replies: 2
- Views: 762
For the category of Insert/Update, you need to do a lookup on the target to find whether the data is New or Update. So it can be a merely a lookup stage if the data can fit into memory or a join transformer, or CangeCapture stage. Based on the flag, you an insert or update the data in different stre...
- Fri Aug 18, 2006 3:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to abort the job
- Replies: 11
- Views: 4275
There are several ways of doing it. Use Abort after n rows option available in Transformer. Or by counting the number of rows passing on a column, you can use AbortUlitility. Or Teminator stage in JobSequence(If you have in your version). You can search for this. But Why do you need to abort the job...
- Thu Aug 17, 2006 7:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_COmbinedOperatorController Error
- Replies: 2
- Views: 656
- Thu Aug 17, 2006 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with ExecCommand activity in Sequencer
- Replies: 9
- Views: 2137