Search found 42189 matches
- Fri Mar 03, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to process diff files with same format ?
- Replies: 5
- Views: 1046
- Fri Mar 03, 2006 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get diff between two dates in routine
- Replies: 12
- Views: 7066
Ravi, see the most recent Newsletter for details on membership. That being said, are we not still in the 'Trial period' or has that expired?
It's impossible for me to tell as we don't see that button - does it still say 'Continue trial' under it? I should know this, but...
- Fri Mar 03, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning If I use JobInvocations....
- Replies: 15
- Views: 4145
Ray's point is not that your syntax is incorrect, but that you are not correctly using it. Meaning, as he noted, that you need to check and verify that the DSAttchJob was successful and actually able to attach to the job in question before going on and using the job handle. He even provided the 'pro...
- Fri Mar 03, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concept of Key field in XML Stage
- Replies: 2
- Views: 1103
Re: Concept of Key field in XML Stage
yatin.mittal wrote:Actually the key element to be specified in XML stage is for generating the output files on its basis. This will be the repetition element of the XML records.
Too late, but - yup, that is correct.
- Fri Mar 03, 2006 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Upgradation
- Replies: 2
- Views: 976
As Ken notes, the answer depends on your exact version of DataStage. Only the 7.5.x versions are certified for use with 10g and thus have an 'OCI' stage that speaks both. Before that what you have is an 'OCI9' stage that you will need to leave around and still leverage a 9i client to communicate wit...
- Thu Mar 02, 2006 9:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading From an XML File
- Replies: 11
- Views: 4332
Read up on the Folder stage and add it to the front of your job. It needs to bring the XML file(s) in and stream them into the XML Input stage so that it can parse them. Other than that, your basic job design is fine. Make sure you import the metadata from your source XML file just like you would an...
- Thu Mar 02, 2006 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob.exe
- Replies: 9
- Views: 2244
somu_june wrote:Please correct me if Iam wrong.
Oh, don't worry - people will without you having to ask.
That means $DSHOME isn't set for you. Try this instead:
Code: Select all
cd `cat /.dshome`
. ./dsenv- Thu Mar 02, 2006 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slowness is kicking off jobs
- Replies: 9
- Views: 2928
- Thu Mar 02, 2006 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slowness is kicking off jobs
- Replies: 9
- Views: 2928
If the job itself didn't actual start in 60/90 seconds, it would throw a timeout error of -14. It *is* actually starting and the 12 minute "delay" you are seeing before the monitor kicks in is the amount of time it is taking your before job routine to run. Simple and small as it may be, it is the cu...
- Thu Mar 02, 2006 4:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get diff between two dates in routine
- Replies: 12
- Views: 7066
- Wed Mar 01, 2006 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Failed
- Replies: 4
- Views: 1349
The other post is specific to the problem of attempting to read and write to a sequential file at the same time - not in the same job, which isn't the same thing. Your design as posted is fine, the writer link will create / write to the sequential file, finish and close it before the reader link ope...
- Wed Mar 01, 2006 9:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key Assignment
- Replies: 16
- Views: 21218
People didn't give you much guidance in it's use, pretty much just said to use it - hence part of the confusion. I'm curious if you checked it out in the Manager - it lives under the Routines/sdk/KeyMgt branch and has a big brother called 'KeyMgtGetNextValueConcurrent'. Double-clink on each to read ...
- Wed Mar 01, 2006 5:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subsequence Failure propagation
- Replies: 2
- Views: 772
- Wed Mar 01, 2006 11:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Job start time
- Replies: 2
- Views: 906
Not sure how much help you would need with this, but you could use USER STATUS to pass that. You'd need to store the job start time there in the first job and then the Sequence can automatically pick that up in any downstream job as $UserStatus and pass it in as a parameter. Search the forum for USE...
- Wed Mar 01, 2006 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Re-Organizing DataStage jobs
- Replies: 8
- Views: 2193