Search found 53125 matches
- Wed Nov 03, 2010 1:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Overwriting a file that has teh "append to Existing Fil
- Replies: 3
- Views: 1213
- Wed Nov 03, 2010 12:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sleep command in sequencers....
- Replies: 3
- Views: 1481
- Wed Nov 03, 2010 12:56 pm
- Forum: IBM QualityStage
- Topic: Operato terminated abnormally: received signal SIGSEGV
- Replies: 3
- Views: 3882
- Wed Nov 03, 2010 10:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: create a file using sudo
- Replies: 4
- Views: 1849
Then run your job as the user ID to which you change using sudo. For example
Code: Select all
sudo -u userID "$DSHOME/bin/dsjob -run -jobstatus $projectname $jobname"- Wed Nov 03, 2010 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataBase loading
- Replies: 20
- Views: 5248
- Wed Nov 03, 2010 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Unicode file for SAP Bapi RFM
- Replies: 6
- Views: 4785
- Wed Nov 03, 2010 10:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Re: how to change Routine
- Replies: 1
- Views: 1283
Seems like overkill to me. Why not download ETLstats from Kim Duke's web site?
- Wed Nov 03, 2010 10:13 am
- Forum: IBM QualityStage
- Topic: Operato terminated abnormally: received signal SIGSEGV
- Replies: 3
- Views: 3882
- Wed Nov 03, 2010 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation issue
- Replies: 4
- Views: 2646
- Wed Nov 03, 2010 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: QS-STANDARDIZE job: received signal SIGSEGV
- Replies: 2
- Views: 1849
- Wed Nov 03, 2010 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error
- Replies: 6
- Views: 2497
- Wed Nov 03, 2010 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to import file in required format
- Replies: 8
- Views: 2319
- Wed Nov 03, 2010 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unknown error
- Replies: 3
- Views: 1974
- Wed Nov 03, 2010 8:03 am
- Forum: General
- Topic: email notification
- Replies: 29
- Views: 6471
- Wed Nov 03, 2010 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No Debug option for my DataStage?
- Replies: 3
- Views: 3878
Upgrade to version 8.5 to get a parallel job debugger. Until then, you can change the job properties to compile in trace mode, and this will give you the ability to run a small number of rows per node and will automatically insert a peek operator on every link in the job. Admin rights is not pertine...