Search found 42189 matches

by chulett
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 ...
by chulett
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

roy wrote:(In Oracle plugin there is a column comment check box but I have yet to find a table with comments for the columns)

:shock: There is? Now there's something *I* have yet to find!
by chulett
Wed Mar 16, 2005 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder
Replies: 2
Views: 717

Nope... only a single file at a time. For what you are contemplating, use plain old command line ftp.
by chulett
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)
by chulett
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...
by chulett
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.
by chulett
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 ...
by chulett
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...
by chulett
Tue Mar 15, 2005 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto-creating Hash Files
Replies: 4
Views: 978

If you just enable that check box and don't change any of the 'Options', then no - there is no difference. What it does give you the ability to do is two-fold:

1) Delete and recreate the hash file each run.
2) Change the default values used to create the hash file.
by chulett
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....
by chulett
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

Show him what's he's won, Johnny! [applause]
by chulett
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

Mike wrote:I think you might need to install the Oracle 9i client on your linux machine. I don't think the 10g client is supported yet.

10g is supported in 7.5 (which the OP has) so that "shouldn't" be the problem.
by chulett
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...
by chulett
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

And set the job to Abort after X number of Warnings... with X being a number significantly smaller than 27,000. :wink:

And Ken, since two warnings are logged for each pk constraint error, that's more like 54,000 warnings to the log. :shock: