Search found 42189 matches
- Thu Mar 17, 2005 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: version control moved different job
- Replies: 8
- Views: 2567
Well, that was helpful. And the 'whole project' comment is untrue. I've been using it exclusively since the 4.x days of DataStage and have yet to see this behaviour... or at least I would have said that until a couple of weeks ago. Now I have to amend the statement to say that it has never happened ...
- Thu Mar 17, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What populates the description field for imported DB tables
- Replies: 4
- Views: 876
- Wed Mar 16, 2005 9:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder
- Replies: 2
- Views: 717
- Wed Mar 16, 2005 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job control
- Replies: 2
- Views: 647
Remove the 'Call' statements from your code where you assign the output to a variable. For example, the first one should look like this:
Code: Select all
hJob = DSAttachJob("job01",DSJ.ERRNONE)- Wed Mar 16, 2005 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing a sequential file and treating like a table
- Replies: 11
- Views: 5010
Re: Importing a sequential file and treating like a table
Am I incorrect in the way that I am trying to use a sequential file as a table ? Totally. As far as I know, only Oracle has the ability to treat a flat file as an 'external' table. In any case, they aren't close to being the same thing. If I am then how can I use a sequential file as an input table...
- Wed Mar 16, 2005 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture OUT variables of an oracle SP in DS?
- Replies: 2
- Views: 869
Yup, this one as a matter of fact. Please don't double-post, go back to your original post and continue the 'conversation' there.
- Wed Mar 16, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: execSH Problem..plz help
- Replies: 13
- Views: 4296
Re: execSH Problem..plz help
DATAPATH,SYSTEMNME,JOBNAME are the parameters to pass inside the shell script ,I had set their values as STAGE VARIABLE inside transformer. This is the crux of the problem. Stage Variables are (as their name implies) local to the stage in which they are defined and used. Outside of that stage - or ...
- Tue Mar 15, 2005 8:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the error "Fault type is 11"
- Replies: 7
- Views: 2136
- Tue Mar 15, 2005 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto-creating Hash Files
- Replies: 4
- Views: 978
I doubt the second would continue on its merry way if it thought it had a problem creating the hash. You'll need to be very careful with hash lookups in Multiple Invocation jobs. If all of the Invocations need to share one common hash lookup, then you would be better off to create it in a seperate j...
- Tue Mar 15, 2005 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto-creating Hash Files
- Replies: 4
- Views: 978
- Tue Mar 15, 2005 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the error "Fault type is 11"
- Replies: 7
- Views: 2136
Narasimha works with me, hence my ability to somehow magically figure out what was going on. Turns out to look like a bug in our version of DataStage. All we had was a Column Generated query in a source OCI that joined target to staging to build an appropriate subset of the existing keys for a hash....
- Tue Mar 15, 2005 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Target Table gets locked after 27000 records get inserted
- Replies: 16
- Views: 4169
- Tue Mar 15, 2005 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while trying to retrieve text for error ORA-12154
- Replies: 21
- Views: 7316
- Tue Mar 15, 2005 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to release multiple jobs...
- Replies: 6
- Views: 1458
Re: How to release multiple jobs...
Can any one tell me how to release multiple jobs. if i give the sequence to be relased, the job name given inside the seqeunce is not atomatically changing to the released version of the job. can any one suggest me a proper way how to release the jobs... Ray noted that you need to select all the jo...
- Tue Mar 15, 2005 12:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Target Table gets locked after 27000 records get inserted
- Replies: 16
- Views: 4169