Search found 42189 matches
- Fri Dec 04, 2009 10:16 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Unknown error SQLCODE 536631
- Replies: 2
- Views: 2070
- Fri Dec 04, 2009 6:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: row value to be populated in all the fields
- Replies: 5
- Views: 1167
- Fri Dec 04, 2009 6:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: row value to be populated in all the fields
- Replies: 5
- Views: 1167
- Fri Dec 04, 2009 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restart sequencer after abort
- Replies: 13
- Views: 5984
- Fri Dec 04, 2009 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: after job subroutine to reset a failed independent job
- Replies: 10
- Views: 5221
Clear but fatally flawed. :? You need to understand that 'before job' does not mean 'before the job starts' just like 'after job' does not mean 'after the job finishes'. In both cases, the job is actually running when those sections trigger but one is before the objects on the canvas are started and...
- Fri Dec 04, 2009 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restart sequencer after abort
- Replies: 13
- Views: 5984
You'll need a mechanism to record the latest commit point and then another mechanism to check that (typically via a contraint) so that you only start 'processing' rows once you are past the previous commit point. A successful job run would set that to zero. Of course, all this assumes a static source.
- Fri Dec 04, 2009 11:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using a Formula instead of value to populate a field in DB2
- Replies: 6
- Views: 1788
- Fri Dec 04, 2009 11:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restart sequencer after abort
- Replies: 13
- Views: 5984
- Fri Dec 04, 2009 11:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restart sequencer after abort
- Replies: 13
- Views: 5984
- Fri Dec 04, 2009 10:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .CSV - cannot view the data
- Replies: 8
- Views: 3401
- Fri Dec 04, 2009 10:24 am
- Forum: General
- Topic: Batch error - Attempting to Cleanup after ABORT raised
- Replies: 7
- Views: 6479
- Fri Dec 04, 2009 9:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .CSV - cannot view the data
- Replies: 8
- Views: 3401
- Fri Dec 04, 2009 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS 8.0 to 8.2 - Help required
- Replies: 8
- Views: 1876
- Fri Dec 04, 2009 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between sparse lookup vs normal lookup?
- Replies: 2
- Views: 2538
- Fri Dec 04, 2009 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count the rows in a file
- Replies: 9
- Views: 3390
100 records doesn't sound all that huge to me. :wink: Server can easily process millions of records in a single file, can't imagine PX would have any issues but it can depend on exactly what you're doing. I would also be curious what issues you are facing with your large files, perhaps a better solu...