Do you get any error messages at all?
Try running the job using the command line (dsjob command).
Search found 53125 matches
- Fri Aug 19, 2016 3:46 pm
- Forum: General
- Topic: Jobs compile but will not run
- Replies: 14
- Views: 2507
- Fri Aug 19, 2016 3:45 pm
- Forum: General
- Topic: Multi-instance job log cleanup
- Replies: 17
- Views: 6666
- Wed Aug 17, 2016 9:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove DataSets
- Replies: 17
- Views: 6401
Every project I create has a sub-directory created in which its Data Set, File Set and Lookup File Set descriptor files are placed. No problem finding them when the need arises. I don't go to the extreme of making the resource disk hidden directories, but can understand Paul's motivation. Most of my...
- Wed Aug 17, 2016 9:00 pm
- Forum: General
- Topic: upgrade 11 problem
- Replies: 8
- Views: 3592
- Wed Aug 17, 2016 8:59 pm
- Forum: General
- Topic: upgrade 11 problem
- Replies: 8
- Views: 3592
The easiest way to determine whether the daemon is running is to see whether its process (dsrpcd) exists.
Another way is to use the uv command to pose the question.
Code: Select all
ps -ef | grep dsrpcd | grep -v grepCode: Select all
cd `cat /.dshome`
. ./dsenv
bin/uv -admin -info- Tue Aug 16, 2016 3:48 am
- Forum: General
- Topic: Regarding Combining Multiple DSX into One using Script
- Replies: 1
- Views: 846
Search DSXchange for the phrase "DSX cutter". You should be able to adapt one of the scripts that your search uncovers.
- Tue Aug 16, 2016 1:31 am
- Forum: General
- Topic: How to check if my XMETA is running out of resources
- Replies: 2
- Views: 1095
- Mon Aug 15, 2016 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove DataSets
- Replies: 17
- Views: 6401
- Mon Aug 15, 2016 3:16 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Exporting and importing Information analyzer rule definition
- Replies: 5
- Views: 4736
- Fri Aug 12, 2016 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: get current year
- Replies: 2
- Views: 1289
- Thu Aug 11, 2016 10:12 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Exporting and importing Information analyzer rule definition
- Replies: 5
- Views: 4736
- Thu Aug 11, 2016 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need the output as of below in the datastage parallel job
- Replies: 9
- Views: 1739
- Thu Aug 11, 2016 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bulk Load status extract from using salesforce connector
- Replies: 2
- Views: 1457
- Thu Aug 11, 2016 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql Metadata not Fixed
- Replies: 3
- Views: 1266
- Wed Aug 10, 2016 11:02 pm
- Forum: General
- Topic: automatically remove "defunct " process
- Replies: 5
- Views: 2596
Tech note on handling defunct processes on AIX. Note that, in IBM-speak (on AIX), defunct can actually mean zombie.
http://www-01.ibm.com/support/docview.w ... g3T1010692
http://www-01.ibm.com/support/docview.w ... g3T1010692