If i were you, i would run the job and in the second step run a small script that checks for 0 bytes in the file. If it returns TRUE, exit gracefully by adding a line in the job log using the dsjob command, else continue further processing.
Search found 6797 matches
- Fri Nov 10, 2006 8:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aborting When No Rows Returned
- Replies: 1
- Views: 625
- Fri Nov 10, 2006 8:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to mail out the job that fails
- Replies: 6
- Views: 1237
- Fri Nov 10, 2006 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Poor performance of Universe stage
- Replies: 8
- Views: 2128
- Fri Nov 10, 2006 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting String
- Replies: 28
- Views: 6714
- Fri Nov 10, 2006 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting String
- Replies: 28
- Views: 6714
This is insane. This is like giving you a timestamp 04/05/06 and tell you to determine if its MM/DD/YY or DD/MM/YY. Next to impossible. If you can assure that the 'A' only shows up at the end of numeric values then you can use DIGITS() transform and get done with it by testing the first value and do...
- Fri Nov 10, 2006 11:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job runs on a single processor
- Replies: 10
- Views: 2467
- Fri Nov 10, 2006 11:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job runs on a single processor
- Replies: 10
- Views: 2467
- Fri Nov 10, 2006 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk Loader using oracle 10g
- Replies: 4
- Views: 1575
- Fri Nov 10, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CheckPoints in Sequencer
- Replies: 13
- Views: 5689
If you tested it out and it works with partitioned databases then thats really good, as it cleared my misunderstanding too. I was thinking in terms of, data being passed in different channels to the database table. It was a blurry thing in my mind, thats why i advised and warned the OP about it in t...
- Fri Nov 10, 2006 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Tuning
- Replies: 11
- Views: 3604
You said the query is taking about an hour to finish in production env. Was that the same case in dev. and uat etc.? How many cpus do you have in your prod. box. You can probably create a multi-instance job which does selects and handles nvl in the transformer. Extract your data in chunks depending ...
- Fri Nov 10, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 6
- Views: 1603
- Thu Nov 09, 2006 2:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage
- Replies: 7
- Views: 2163
Its pretty obvious that column TypeA is of length 30 and type char. That means if you have "Alpha" as a value in TypeA, it will still have length of 30, whereas if you have the value "Alpha" in a colum varchar of length 30, its length will only be 5. Krazykoolrohit is right, trim the inputs and chan...
- Thu Nov 09, 2006 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading from db into a squential file without deilimeter.
- Replies: 6
- Views: 1600
- Thu Nov 09, 2006 1:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FULL outer join
- Replies: 20
- Views: 5381
- Thu Nov 09, 2006 11:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance question with ORAOCI8 stages
- Replies: 15
- Views: 4708