Search found 251 matches

by rleishman
Wed Sep 21, 2005 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOb Recompiling When Abort
Replies: 3
Views: 995

If you run the job from inside a Job Sequence, set the Execution Action in the job Activity to "Reset if Required, then Run".
by rleishman
Wed Sep 21, 2005 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 8
Views: 6994

That sounds reasonable given your findings. I believe that DS finds the TNSNAMES based on the $ORACLE_HOME environment variable setting. ie. $ORACLE_HOME/network/admin/ $ORACLE_HOME is set in the file $DSHOME/dsenv. On my server $DSHOME is /opt/Ascential/DataStage/DSEngine. I'm not confident of a so...
by rleishman
Wed Sep 21, 2005 7:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zero check
Replies: 2
Views: 1110

I'm not sure, but since no-one else has posted I'll give it a bash. In the Format tab of your SEQ FILE stage, try setting the the Default NULL string to 000 (hexadecimal zero). This might work, but might kick up a fuss when there are many of them making up a string. Alternatively, you could use a fi...
by rleishman
Wed Sep 21, 2005 7:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update insert
Replies: 6
Views: 2616

I'm not a DB2 user, but I'll have a go... I think you're barking up the wrong tree. The DS log message you pasted in is just showing you the columns in your plug-in (look at the Columns tab of the DB2 plug-in stage) - this is before it even gets to the SQL. The question marks in your SQL are known a...
by rleishman
Wed Sep 21, 2005 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 8
Views: 6994

As Ray said, oerr will tell you more. I have included the oerr details below. This is a problem with the (Oracle Net) communication between the Oracle client on your DS server and the Oracle database on your database server (this still applies if DS is on the database server). It is almost certainly...
by rleishman
Tue Sep 20, 2005 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow to compile Routines and to delete anything
Replies: 6
Views: 1928

Thanks Ray. Problem is the whole thing is inter-related - believe it or not this is all related to a single client project. I have lots of job sequences because there are small ad-hoc streams that just run on request, but the big overnight run does EVERYTHING with dependencies all the way down the l...
by rleishman
Tue Sep 20, 2005 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What does the error mean?
Replies: 6
Views: 1879

Hmmm. I might have to leave this one to the experts. Have you tried the debugger? Right click on the output link of the Transformer and select Toggle Breakpoints, then compile and select Debug/Go from the action bar. The job will pause when the first row is ready to be output fro the Transformer. Ch...
by rleishman
Mon Sep 19, 2005 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer(server edition)
Replies: 7
Views: 1853

I am having a bit of trouble understanding the English translation of this problem, but now I think I have it. You have two independent jobs with output links to a Sequencer. The output link of the Sequencer is to a Routine that writes a log file. You want the Routine to fire whenever there is a fai...
by rleishman
Mon Sep 19, 2005 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow to compile Routines and to delete anything
Replies: 6
Views: 1928

Slow to compile Routines and to delete anything

It takes about 30sec to 2mins to compile ANY (single) routine on our server. Job and Sequence compilation is fine (about 10sec for a job with b/w 2-10 stages). In fact, just about anything you do working with routines is slow: renaming, deleting, compiling. Deleting a job or sequence incurs about th...
by rleishman
Mon Sep 19, 2005 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What does the error mean?
Replies: 6
Views: 1879

Is TRANS1 the name of the transformer stage? If so, then ther error is referencing a line of code generated internally by DS. Makes it hard to debug, huh? :? In the Stage Variables of the transformer, check whether you are forward referencing a variable. eg. Variable number 5 references variable num...
by rleishman
Mon Sep 19, 2005 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNION and FULL outer join
Replies: 6
Views: 2741

Like kcbland sez about UNION ALL - you can do it by concatenating text files. A nice way of doing this with DS is to have each of your separate SQLs feeding into a Link Collector stage.