Search found 15603 matches
- Tue Oct 09, 2012 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job fails with error "Could not alloc memory for
- Replies: 21
- Views: 6157
- Tue Oct 09, 2012 4:59 am
- Forum: General
- Topic: Sequencer with few stage to call multiple parallel
- Replies: 7
- Views: 1678
- Tue Oct 09, 2012 4:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job fails with error "Could not alloc memory for
- Replies: 21
- Views: 6157
- Tue Oct 09, 2012 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job fails with error "Could not alloc memory for
- Replies: 21
- Views: 6157
- Tue Oct 09, 2012 4:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage Server Edition 7.5.3 - Data Masking
- Replies: 17
- Views: 8027
- Tue Oct 09, 2012 4:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job fails with error "Could not alloc memory for
- Replies: 21
- Views: 6157
- Tue Oct 09, 2012 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading fixed string and aborting
- Replies: 3
- Views: 985
The goods news is that the problem can be solved, but you will need to supply more information. Is the file that you are reading declared with fixed width or variable width? Are there column separator characters? If there are column separator characters, then declare your field as VarChar(64) (just ...
- Mon Oct 08, 2012 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage Server Edition 7.5.3 - Data Masking
- Replies: 17
- Views: 8027
The CRC32 algorithm converts any sized string into a 32-bit number; thus by definition one will have different strings that map to the same CRC32. The algorithm excels in making similar strings into very different numbers. I'm surprised that you have detected collisions in your data using CRC32 and ...
- Sat Oct 06, 2012 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: left outer join and where caluse
- Replies: 6
- Views: 2733
- Fri Oct 05, 2012 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning for CDC Stage
- Replies: 5
- Views: 2922
- Fri Oct 05, 2012 6:25 am
- Forum: General
- Topic: Search for Data File on share drive
- Replies: 11
- Views: 1935
- Fri Oct 05, 2012 5:33 am
- Forum: General
- Topic: Search for Data File on share drive
- Replies: 11
- Views: 1935
- Fri Oct 05, 2012 5:18 am
- Forum: General
- Topic: Sequencer with few stage to call multiple parallel
- Replies: 7
- Views: 1678
Unfortunately, I can't think of a way to do that with different job names. If it were one job that is multi-instance then a sequece could loop through the instances, but that is not the case here. If it is any consolation, I have a sequence right now that has over 60 different jobs and each of those...
- Fri Oct 05, 2012 5:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File to Seq File join behaviour...
- Replies: 13
- Views: 3580
No, not as far as I know. I've used this behaviour for years with joins/lookups to detect if there was a match -- I'd use a non-nullable column, declare it as nullable on the input link to the join stage and, of course, in the output link and later test with IsNull() in a transform stage. The only t...
- Fri Oct 05, 2012 5:10 am
- Forum: General
- Topic: Issue while running After-job subroutine
- Replies: 3
- Views: 1407