Craig
I got it to work. I doubt if sequences will import because they changed them in almost every release of Ds7.x.
Search found 4605 matches
- Mon Jul 04, 2005 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export Jobs and Routines from DS 7.5 to DS 7.1
- Replies: 5
- Views: 1044
- Mon Jul 04, 2005 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Category Information
- Replies: 6
- Views: 1139
- Mon Jul 04, 2005 8:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search jobs that uses a particular file
- Replies: 8
- Views: 2011
- Sat Jul 02, 2005 10:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting DS log messages from DS and into Oracle.
- Replies: 8
- Views: 1877
- Sat Jul 02, 2005 9:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace function
- Replies: 12
- Views: 3171
- Fri Jul 01, 2005 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing output from shell script to a job
- Replies: 11
- Views: 3318
- Fri Jul 01, 2005 9:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to invoke or run a job from Webpage..
- Replies: 8
- Views: 2076
- Fri Jul 01, 2005 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to invoke or run a job from Webpage..
- Replies: 8
- Views: 2076
I not sure exactly what you are looking for but DsWebMon will start and stop any job from the web. You can view logs and monitor or anything you want. You can get a free 30 day evaluation by going to m You can view the manual or downlaod it at: m m m One DsWebMon can control multiple DataStage serve...
- Fri Jul 01, 2005 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting DS log messages from DS and into Oracle.
- Replies: 8
- Views: 1877
The '//JOB.STARTED.NO' record stores a multivalued list of runs. The first one is the last run StartId = RtLogStartRec<1,1>. The end record is based on the last record in the file which is stored in '//SEQUENCE.NO'. You need to subtract one from this. I did not want to email more than 100 records. S...
- Fri Jul 01, 2005 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting DS log messages from DS and into Oracle.
- Replies: 8
- Views: 1877
- Fri Jul 01, 2005 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status Code How to get this into a variable
- Replies: 3
- Views: 1438
Just in case you needed it.
Code: Select all
JOB_STATUS=`dsjob -jobinfo $PROJECT $DSJOB | head -1 | cut -d"(" -f2 | cut -d")" -f1`
- Fri Jul 01, 2005 12:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Canned Demo ?
- Replies: 3
- Views: 1437
- Thu Jun 30, 2005 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace function
- Replies: 12
- Views: 3171
- Thu Jun 30, 2005 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting DS log messages from DS and into Oracle.
- Replies: 8
- Views: 1877
You should be able to use a UV stage and write a job to extract from the RT_LOGnnn file to update Oracle. You need a batch job to feed the job number nnn to the UV stage. select * from RT_LOG#JobNo#; You need to trick DataStage to get the metadata. You need to create a q-pointer. It should not impor...
- Thu Jun 30, 2005 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage BASIC Command
- Replies: 7
- Views: 2114