Page 1 of 1

Job Abort

Posted: Fri Aug 28, 2009 1:22 am
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.

Posted: Fri Aug 28, 2009 2:47 am
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.

Posted: Mon Aug 31, 2009 10:52 pm
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).