Search found 53125 matches
- Tue Apr 29, 2008 11:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LOG file & datastage job viewing in aix
- Replies: 12
- Views: 18421
- Tue Apr 29, 2008 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DOS command to abort a job
- Replies: 10
- Views: 1614
- Tue Apr 29, 2008 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during file comparision
- Replies: 8
- Views: 2342
- Tue Apr 29, 2008 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: file comparision
- Replies: 3
- Views: 838
- Tue Apr 29, 2008 11:50 pm
- Forum: General
- Topic: difference between Datstage 7.5 and datastage 8.0
- Replies: 1
- Views: 1253
0.5
For the rest you can Search on DSXchange (where this answer has been given several times already) or the IBM web site.
For the rest you can Search on DSXchange (where this answer has been given several times already) or the IBM web site.
- Tue Apr 29, 2008 9:39 pm
- Forum: General
- Topic: Wrapper jobs
- Replies: 8
- Views: 3063
- Tue Apr 29, 2008 8:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Tranformer & Surrogate key stages
- Replies: 10
- Views: 6457
- Tue Apr 29, 2008 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncating zero's in .csv(excel file)
- Replies: 12
- Views: 9088
- Tue Apr 29, 2008 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncating zero's in .csv(excel file)
- Replies: 12
- Views: 9088
- Tue Apr 29, 2008 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle reject link error.
- Replies: 3
- Views: 2545
- Tue Apr 29, 2008 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Server Config
- Replies: 2
- Views: 738
- Tue Apr 29, 2008 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call DB2 stored procedure using ODBC stage
- Replies: 3
- Views: 2461
- Tue Apr 29, 2008 2:59 pm
- Forum: IBM QualityStage
- Topic: Invalid V_UCHAR in Condition
- Replies: 2
- Views: 1350
- Tue Apr 29, 2008 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort key "myKey" no longer exists in dataset schem
- Replies: 2
- Views: 1755
You HAVE used a Collector, because the last stage in your job design is a Sequential File stage executing in sequential mode. You will be able to see this in the score if you dump the score into the job log. I suggest that the Collector (on the Input tab of the Sequential Stage) is set to Sort/Merge...
- Tue Apr 29, 2008 4:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Index too large
- Replies: 6
- Views: 2001
No. While operator combination is enabled there is no sensible way to determine which operator is generating the error. Disable operator combination. Describe your job design, so we at least have a clue which index it is that might be too large. Also, if you are using any routines, mention those also.