I'm wondering... why run another job from 'after-job'? That's not something I've ever considered doing and am wondering why you would have set things up like that. If you don't mind.
Search found 42189 matches
- Thu Sep 06, 2007 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changing the behaviour of Stopped Jobs & After-job routi
- Replies: 5
- Views: 3701
- Wed Sep 05, 2007 11:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage...
- Replies: 6
- Views: 2042
- Wed Sep 05, 2007 8:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ArraySize/Transaction Size
- Replies: 1
- Views: 1049
My personal opinion is you can't get "decent performance" from either of those combo Actions. And from what I recall from reading here, the DB2 stage not only logs a warning when your Array Size is greater than 1 with either of those actions, but it actually changes it to use 1 during the job run. P...
- Wed Sep 05, 2007 12:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 10g to 9i database data migration
- Replies: 11
- Views: 3155
- Wed Sep 05, 2007 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 10g to 9i database data migration
- Replies: 11
- Views: 3155
- Wed Sep 05, 2007 8:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: running a job
- Replies: 6
- Views: 1013
cd to $DSHOME and source the dsenv file file to ensure all your environment variables and search paths are properly set:
Then run your job.
Code: Select all
cd `cat /.dshome`
. ./dsenvThen run your job.
- Wed Sep 05, 2007 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to prevent generation of empty CSV file
- Replies: 8
- Views: 2249
- Wed Sep 05, 2007 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to prevent generation of empty CSV file
- Replies: 8
- Views: 2249
- Wed Sep 05, 2007 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file Loading 5Million Rows of Size 544 MB.
- Replies: 11
- Views: 2522
Your job design is fine, but I'd guess your metadata is wrong. I'm forced to guess because all you've told us is you "get a warning". It would be really swell if you'd share the actual warning with us. And take that warning and try to figure out what is wrong with the way you've defined the file in ...
- Wed Sep 05, 2007 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to lookup a field with conditional field from input
- Replies: 6
- Views: 2218
- Wed Sep 05, 2007 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file Loading 5Million Rows of Size 544 MB.
- Replies: 11
- Views: 2522
- Tue Sep 04, 2007 10:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compiler version -HP UX
- Replies: 12
- Views: 2510
So... like this?

Code: Select all
$ which aCC
/opt/softbench/bin/aCC
$ aCC -V
aCC: HP ANSI C++ B3910B A.03.37- Tue Sep 04, 2007 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reject handling
- Replies: 8
- Views: 1738
The OCI stage has similar issues. It will still capture rejects but if the Array Size is not equal to 1 it will capture the wrong information. From what I recall, the docs specifically say to set it to 1 for proper reject row capturing. Note this is specifically in regards to capturing physical reje...
- Tue Sep 04, 2007 9:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compiler version -HP UX
- Replies: 12
- Views: 2510
- Tue Sep 04, 2007 8:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compiler version -HP UX
- Replies: 12
- Views: 2510