Search found 2 matches
- Thu Oct 21, 2004 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing StringID[2045]
- Replies: 1
- Views: 532
Re: Missing StringID
It was timeout parameter. We had the timeout parameter in DSAdmin set as 3600 seconds (1 hr). Changed that to never time out and it works fine. :D We call Datastage Job through a unix shell. Script: dsjob -server $DWSERVER -user $DWUSER -password $DWPWD -run -param file=$feed_file -jobstatus $DSPROJ...
- Tue Oct 19, 2004 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing StringID[2045]
- Replies: 1
- Views: 532
Missing StringID[2045]
We call Datastage Job through a unix shell. Script: dsjob -server $DWSERVER -user $DWUSER -password $DWPWD -run -param file=$feed_file -jobstatus $DSPROJ Batch::BOEMALLOCProcess exitcode=$? if (( exitcode == 1 )) then echo "Job completed successfully" elif (( exitcode == 2 )) then print "Job complet...