Search found 6797 matches
- Mon Jun 12, 2006 12:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
- Mon Jun 12, 2006 12:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date
- Replies: 17
- Views: 4570
- Mon Jun 12, 2006 12:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: password encrypted
- Replies: 15
- Views: 7613
- Mon Jun 12, 2006 11:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to convert the adapter spec
- Replies: 6
- Views: 1757
- Mon Jun 12, 2006 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
Are you doing INSERT or REPLACE? Try with an even smaller count. Like say maybe just 10K records. Also when the job gets hung. How do you kill the job? DB2 is a real pain. Stopping the job by director will still leave an alive thread to the database. Do this, call you DBA, ask him how many threads a...
- Mon Jun 12, 2006 10:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to convert the adapter spec
- Replies: 6
- Views: 1757
- Mon Jun 12, 2006 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
The commit size is provided in the property 'Save Count'. And the property where you have to give the fully qualified name of the message file is 'Local Message File Name'. Set indexing mode to AUTO_SELECT. After making these changes. Run for maybe 100K records and see if it works. Start with a low ...
- Mon Jun 12, 2006 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date
- Replies: 17
- Views: 4570
- Mon Jun 12, 2006 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: password encrypted
- Replies: 15
- Views: 7613
- Mon Jun 12, 2006 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aborting a job on a single warning
- Replies: 9
- Views: 2157
Well. How are you going to control the sequence of your entire process. If at the end you are using a unix script to call a bunch of different jobs or call one Master control sequence job, do as kumar suggested. Set the warn limit to 1. This will take care of your situation. The dsengine will force ...
- Mon Jun 12, 2006 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp conversion
- Replies: 5
- Views: 1111
- Sun Jun 11, 2006 5:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: format string
- Replies: 6
- Views: 1952
- Sun Jun 11, 2006 5:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Content Deletion
- Replies: 8
- Views: 2766
- Sun Jun 11, 2006 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Content Deletion
- Replies: 8
- Views: 2766
- Sun Jun 11, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: format string
- Replies: 6
- Views: 1952
Well there is a change in your key column. From your sample data, your key changes from k1 to null, again to null before it hits k2. My solution will work if your input data file is exactly like the way you have shown. If it is different then you need to give me the exact snapshot of your input file...