Job Abort

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
seshikumar
Participant
Posts: 44
Joined: Fri Mar 16, 2007 5:51 am

Job Abort

Post by seshikumar »

While Running a sequence which runs every one hour, One of the Job in the sequence is getting aborted with the following error message:

Controller Problem:Error calling DSRunJob(Job1), code =-99(...)
..JobControl (fatal error from @Coordinator): Sequence job will abort due to unrecoverable errors

Please help in this issue.
seshu
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Have you specified "reset if required" in the sequence where you are calling up this job? If not, please do so - if you don't have that set and try to run a job which is in an "aborted" state you would get an error message like this.
tagnihotri
Participant
Posts: 83
Joined: Sat Oct 28, 2006 6:25 am

Post by tagnihotri »

One of the other common mistake is handling the warnings in seq. Many a time we have some "acceptable" or agreed warnings, but then while building the seq we need to be sure to code the seq in a way to still carry on even if have warnings (within limit).
Cheers,
BA
Post Reply