Search found 4605 matches
- Wed Aug 30, 2006 5:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
The relationship between the status number used in the API and what actually shows up in Director was hard for me to figure out. I needed it for DsWebMon a product I sell. I had to reproduce each status if possible to see what the verbage was in Director. Try to make a job fail in every way possible...
- Tue Aug 29, 2006 9:01 pm
- Forum: Site/Forum
- Topic: Congrats Craig on your 7000th accomplishment
- Replies: 11
- Views: 5534
- Tue Aug 29, 2006 7:21 pm
- Forum: Site/Forum
- Topic: Congrats Craig on your 7000th accomplishment
- Replies: 11
- Views: 5534
- Tue Aug 29, 2006 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
- Tue Aug 29, 2006 7:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
- Tue Aug 29, 2006 7:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $UserStatus and Dynamic Arrays
- Replies: 5
- Views: 1367
- Tue Aug 29, 2006 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare ETL
- Replies: 6
- Views: 1814
- Tue Aug 29, 2006 6:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while inserting record in hashed file, via a routine
- Replies: 5
- Views: 1015
- Mon Aug 28, 2006 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while inserting record in hashed file, via a routine
- Replies: 5
- Views: 1015
- Mon Aug 28, 2006 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: space as key in Hash file
- Replies: 5
- Views: 1337
- Mon Aug 28, 2006 1:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: space as key in Hash file
- Replies: 5
- Views: 1337
- Mon Aug 28, 2006 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which Stages or functionality use the most shared memory?
- Replies: 11
- Views: 6210
- Mon Aug 28, 2006 12:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage connectivity with Oracle database
- Replies: 2
- Views: 1156
- Mon Aug 28, 2006 12:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in DSAttachJob to status other than "Finished&quo
- Replies: 11
- Views: 6195
Just download EtlStats from the links below my signature. That is what it is designed to do. It updates several tables. Just change it to update a sequential file. You need to modify the job GenHtmlJobLog to get the log file records. The job DSJobReportDbDriver runs the job DSJobReportDb which is th...
- Sat Aug 26, 2006 8:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop Datastage Job
- Replies: 4
- Views: 1947
Never ever kill with a -9. This can corrupt repository tables. use kill -15 or just kill. If you have a tightly wound loop then you may not be able to kill it. I do not see an option to stop a job otherwise. You can do it from a routine. If you knew enough about BASIC then you could create a TCL com...