Search found 4605 matches
- Fri Aug 04, 2006 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi developer environment
- Replies: 2
- Views: 644
- Fri Aug 04, 2006 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bug in DSGetJobInfo DSJ.JOBELAPSED?
- Replies: 1
- Views: 1058
- Wed Aug 02, 2006 10:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Property value cannot contain UniVerse mark characters
- Replies: 3
- Views: 1310
- Wed Aug 02, 2006 9:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicate records in a Hash File !!!
- Replies: 6
- Views: 3194
- Mon Jul 31, 2006 6:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Common Variables in Routines
- Replies: 8
- Views: 2292
- Mon Jul 31, 2006 5:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Email notification
- Replies: 2
- Views: 759
- Thu Jul 27, 2006 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing Multi Instance logs with CLEAR.FILE
- Replies: 12
- Views: 5952
I got to thinking something has to trigger the client to reload to the statuses because a compile, a reset or a job finishing will force the client to reread the status file. I think it you took the code in http://www.dsxchange.com/viewtopic.php?t=89607&start=15 and added a reset on a job instance that did not exist this would work.
Hacking is fun.
Hacking is fun.
- Thu Jul 27, 2006 8:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Review checklist & Estimation document/guidelines
- Replies: 8
- Views: 2583
- Thu Jul 27, 2006 8:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Review checklist & Estimation document/guidelines
- Replies: 8
- Views: 2583
- Thu Jul 27, 2006 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Review checklist & Estimation document/guidelines
- Replies: 8
- Views: 2583
- Thu Jul 27, 2006 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture job details in the table
- Replies: 6
- Views: 2133
- Thu Jul 27, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Review checklist & Estimation document/guidelines
- Replies: 8
- Views: 2583
- Thu Jul 27, 2006 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Report on jobs currently running in DS server
- Replies: 18
- Views: 8030
Good point. In the osh is there anything that identifies the job like link name? If so then I would try get list jobs and links with a SQL statement into sequential file like: project,job,link I would grep for the link name then only run dsjob on the limited list. dsjob on every job in every project...
- Thu Jul 27, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
I posted your 1. solution on ADN a long time ago. I think it is on my tips page. If you have EtlStats installed then you run a SQL statement to generate the html index. If any column ends in ".htm" or ".html" then it turns it into a link. The job called GenHtmlFromSql does this for you. It will turn...
- Wed Jul 26, 2006 5:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Index Query
- Replies: 4
- Views: 1007