Hi,
Just wanted to state that if you use the option of the routine givven to run DS jobs verify no passwords will be written to the logs.
IHTH,
Search found 2288 matches
- Tue Jul 12, 2005 5:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Select value into Job Parametr
- Replies: 9
- Views: 2408
- Tue Jul 12, 2005 2:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filtering top and bottom records from sequential file.
- Replies: 5
- Views: 1210
- Tue Jul 12, 2005 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
Hi, The logic I ment was having an Exception Handler stage that will intercept the job abort and do the logic! Check the Automatically handle activities that fail Make sure your routine returns zero on success and try this flow EH ----->Collect log Errors RA ----->Collect log Success In case you nee...
- Mon Jul 11, 2005 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
Hi, In a sequence job you should be able to capture even failed activities, therefor you can upon activity failiour invoke you routine in a routine activity stage. bare in mind that this way you put a routine activity for bot hsuccess and failiour of the flow. In case your routine is not generic/dyn...
- Mon Jul 11, 2005 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
- Mon Jul 11, 2005 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC on AS400 - the query gets stuck(?)
- Replies: 6
- Views: 1829
Hi (my welcome aboard was sent via private message ), For other people lets make it clear your talking about the DS_CONNECT command. Try having your DB2 poeple debug the connection and perhaps enable server side trace in the DS side. Your first objective is to figure out what is blocking the flow? I...
- Mon Jul 11, 2005 5:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting DSlinkinfo for a datastage job in shell script
- Replies: 6
- Views: 2992
- Mon Jul 11, 2005 5:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving Files from Back up
- Replies: 3
- Views: 891
Hi, you never backed this info to begin with. this info does not nesceserily resides inside your project directories. As for the files: 1. sequential files of value should have been backedup as well. 2. data sets and file sets might have required recreation in the new version regardless of backups. ...
- Mon Jul 11, 2005 5:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting DSlinkinfo for a datastage job in shell script
- Replies: 6
- Views: 2992
- Mon Jul 11, 2005 5:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does datastage supports JDBC connection
- Replies: 2
- Views: 1707
- Mon Jul 11, 2005 3:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Activity of Job Sequence
- Replies: 4
- Views: 1252
Hi, This routine requires a Job Handle in order to write the message to that job's log. In short it depends what you want to do? 1. write to the job sequence's log? - Use DLogInfo or use DSJ.ME as the job handle. 2. write the info to anoter job's log? - wrap the mentioned routine in your own code to...
- Mon Jul 11, 2005 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Scheduling through Director
- Replies: 2
- Views: 872
- Sun Jul 10, 2005 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple text files as input
- Replies: 9
- Views: 3215
Ok I have more to say regarding Craig's note. In some cases you have multiple files of the same scheme so my idea should work for that. In case you have also multiple schemes for the files you have 2 options: 1. export/import stages and further along split acording to type aproach. 2. good naming co...
- Sun Jul 10, 2005 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple text files as input
- Replies: 9
- Views: 3215
- Sun Jul 10, 2005 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple text files as input
- Replies: 9
- Views: 3215