Search found 42189 matches

by chulett
Tue Jul 11, 2006 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error
Replies: 11
Views: 1981

What's different about the data in the 'other scenarios' when it fails compared to when it succeeds? What is going on in-and-around line 139 in the code that it points to in the message? Do you know where to find JOB.82185807.DT.1407164135.TRANS3 for job number 319? You should...
by chulett
Tue Jul 11, 2006 12:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Schedule
Replies: 9
Views: 2516

one more concern is is there any wrong with the dsr_sched.sh file in the respective projects and what is the file permission for that Shouldn't have to worry about anything like that that I've ever seen. i tried according to u And my unix administrator have not given the Direct Log in option for th...
by chulett
Mon Jul 10, 2006 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

Or perhaps purposely not waiting because of the (removed) multi-instance capabilities... as long as all the InvocationIDs were unique.

That all goes out the window with MI disabled.
by chulett
Mon Jul 10, 2006 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

Specifically, you can't check for status until it has completed. Well, you can but you won't get what you are thinking you are getting. DsErrCode = DSSetParam(JobHandle1, ParamName, ParamValue) ErrCode = DSRunJob(JobHandle1, DSJ.RUNNORMAL) ErrCode = DSWaitForJob(JobHandle1) R...
by chulett
Mon Jul 10, 2006 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

Ummm... where's the 'Wait for the job to complete' part? :?
by chulett
Mon Jul 10, 2006 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

I diasabled the mutli instance option long back. Only for the first value of the csv file, the job is running successfully. But for 2nd onwards, it is showing the following warning in the main job: <jobname>..Transformer_0 (DSRunJob): Job control error (-2) (DSRunJob) Job <sequencejob> is not in a ...
by chulett
Mon Jul 10, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i convert foxfro tables into text file's
Replies: 9
Views: 2152

Just a guess, but try setting the Isolation Level on the Transaction Handling tab to Read Uncommited and see if that helps.
by chulett
Mon Jul 10, 2006 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Repository Interface
Replies: 11
Views: 2771

That assumes that the two client versions were installed to two completely separate locations on your PC. If your old client was upgraded to the new version (the default), then this is not an option.

Unless you reinstall the old client. To a different location, of course.
by chulett
Mon Jul 10, 2006 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Raising an error
Replies: 11
Views: 5592

Well, as it says - you passed 3 arguments to the DSLogFatal routine and it only wants 2.
by chulett
Mon Jul 10, 2006 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORACLE BLOB Datatype
Replies: 7
Views: 1527

thirupri wrote:It gives me a error.

Any particular error? Or are you keeping that a secret?
by chulett
Mon Jul 10, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Command stage
Replies: 4
Views: 1075

Semi-colon
by chulett
Mon Jul 10, 2006 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Sequence
Replies: 17
Views: 4424

Do you have an eCase number to go with this, something other than just the name of the dll? That's typically how these things are tracked and/or requested - by eCase number.
by chulett
Sun Jul 09, 2006 11:30 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

It's right on the Home page under the topic of Charter Membership... or you can click here.
by chulett
Sun Jul 09, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optional feature not implemented
Replies: 9
Views: 4798

You haven't said what database this is... guessing SQL Server. And you've also not said if you have ever used this particular ODBC connection before or not. Googling up 'SQLSTATE=S1C00' returns all kinds of information, did you give that shot? Common theme seems to indicate you've set a bad option i...