Search found 4605 matches
- Thu Jul 06, 2006 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Sequence from command line
- Replies: 11
- Views: 2662
- Thu Jul 06, 2006 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Sequence from command line
- Replies: 11
- Views: 2662
I posted a shell script which looks at the current job status. If the job aborted then it does a dsjob -RESET before it tries to start the job.
http://www.dsxchange.com/viewtopic.php?t=93365 is where RunJob.ksh is. It is well documented perhaps over documented.
http://www.dsxchange.com/viewtopic.php?t=93365 is where RunJob.ksh is. It is well documented perhaps over documented.
- Thu Jul 06, 2006 5:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 7.5x2 "Certified" on Windows 2003?
- Replies: 6
- Views: 1188
- Wed Jul 05, 2006 7:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 7.5x2 "Certified" on Windows 2003?
- Replies: 6
- Views: 1188
- Wed Jul 05, 2006 7:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequence unable to restart
- Replies: 7
- Views: 1575
- Tue Jul 04, 2006 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
I posted a new EtlStats on my tips page. If you find any errors then let me know. It should be easier to install now. The installation instructions are included. I do not included the html documents or the compiled jobs. So the zip file is a lot smaller. I created categories for all the jobs which i...
- Mon Jul 03, 2006 7:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic email body & send with Notification Activity
- Replies: 9
- Views: 8860
- Fri Jun 30, 2006 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: script to delete jobs
- Replies: 21
- Views: 4053
Th problem is you could mess up your project. If you really want to do this then SQL DELETE 2 tables DS_JOBS and DS_JOBOBJECTS should do the trick. There is a API call to delete a job as well. You might be able to figure out the DELETE by figuring out how these tables relate to each other. Let us kn...
- Fri Jun 30, 2006 7:08 pm
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Fri Jun 30, 2006 7:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: eMail attached file if record count is greater than zero
- Replies: 7
- Views: 2132
- Thu Jun 29, 2006 9:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ghost information in job dsx file
- Replies: 7
- Views: 2631
Back to ghost table. There are 3 ways in most stages to create the source SQL. You can generate it, user defined and one more. These are all stored in the record. So if you switch from generated to user defined then the table name can get out of sync with real tables used in the user defined SQL the...
- Thu Jun 29, 2006 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ghost information in job dsx file
- Replies: 7
- Views: 2631
- Thu Jun 29, 2006 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SELECTING ROWS FROM A FILE
- Replies: 10
- Views: 1608
- Thu Jun 29, 2006 6:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Control job and Sequencer....
- Replies: 10
- Views: 4916
- Thu Jun 29, 2006 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read metedata of DS
- Replies: 12
- Views: 2749
EtlStats can get almost everything you requested. It is free. Download it from my tips page. I should post the new version this weekend. It should include target table names. Source table names are buried in User Defined SQL so I do not parse the SQL to find these yet. All of these jobs put their re...