Warning during sequence datastage job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArijitS
Participant
Posts: 24
Joined: Sat Jun 02, 2007 8:58 am
Location: Kolkata

Warning during sequence datastage job

Post by ArijitS »

While running datastage jobs in Sequence then Jobs automatically aborted after 50 warnings.though individually it works fine.Can any one tell me from where it needs to change the limit of warnings in case of a automatically scheduled sequence job.

I am using IBM information Server,in Windows 2003 R2 server.
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: Warning during sequence datastage job

Post by sachin1 »

go to Director ---> Job Run Options---> Limits --> in warning frame just increase the Abort after jobs(Warning values) from 50 to limit you want.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

ArijitS,

Are you sure you want the job to run, even if you are getting more than 50 errors?
How are you running the individual job, try and set a limit on it and check if the job aborts after that limit.
Look into the warnings, you might be missing something.

HTH
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: Warning during sequence datastage job

Post by sachin1 »

if you are using basic code then following will help

ErrCode = DSSetJobLimit(JobHandle, LimitType, LimitValue)
Post Reply