Search found 42189 matches
- Mon May 02, 2016 12:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: handle multiple reject links in parallel jobs
- Replies: 9
- Views: 2714
- Mon May 02, 2016 7:05 am
- Forum: General
- Topic: Unable to send mail using notification activity -job aborted
- Replies: 11
- Views: 3534
- Mon May 02, 2016 6:53 am
- Forum: General
- Topic: Sequencer was entered, but never exited
- Replies: 2
- Views: 1292
Welcome. Let's get you off into your own post so it can its own discussion and resolution. I had to randomly pick your Release and OS so feel free to correct those by editing your post. As to your issue, we'd need a better understanding of your job design as the Sequencer ANY thought isn't the probl...
- Sat Apr 30, 2016 7:23 am
- Forum: General
- Topic: Unable to send mail using notification activity -job aborted
- Replies: 11
- Views: 3534
- Fri Apr 29, 2016 12:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc: Heap allocation failed error in parallel job
- Replies: 9
- Views: 5430
- Fri Apr 29, 2016 11:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Eliminating Carriage return Line feed characters
- Replies: 7
- Views: 7334
- Fri Apr 29, 2016 10:33 am
- Forum: General
- Topic: How to list the component using istool?
- Replies: 7
- Views: 2602
- Fri Apr 29, 2016 7:00 am
- Forum: General
- Topic: Unable to send mail using notification activity -job aborted
- Replies: 11
- Views: 3534
- Thu Apr 28, 2016 9:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to abort a parallel job
- Replies: 4
- Views: 2608
- Thu Apr 28, 2016 1:34 pm
- Forum: General
- Topic: Unable to send mail using notification activity -job aborted
- Replies: 11
- Views: 3534
- Thu Apr 28, 2016 8:40 am
- Forum: General
- Topic: Unable to send mail using notification activity -job aborted
- Replies: 11
- Views: 3534
- Thu Apr 28, 2016 6:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to abort a parallel job
- Replies: 4
- Views: 2608
- Thu Apr 28, 2016 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with wrong surrogate keys
- Replies: 7
- Views: 3538
Have you ever noticed how DataStage behave with such gaps? There is an unique constraint of course. Let's say they have for example 1,2,3,4...,100 and then 1000,1001,1002,...,1999 Datastate is creating 5,6,..,99 and what next? 100 or 2000? If it overwrites 100, i think that this old overwriten reco...
- Wed Apr 27, 2016 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with wrong surrogate keys
- Replies: 7
- Views: 3538
- Wed Apr 27, 2016 12:27 pm
- Forum: General
- Topic: Subtract Hours from Current Timestamp
- Replies: 7
- Views: 3248
Time in internal format is the number of seconds past midnight. When you subtract 18000 seconds from it, it may go negative which is what I meant by 'underflow'. When that happens, you need to decrement the day by 1 and then adjust the time accordingly... add back 86400 seconds... something I'm sure...