Page 1 of 1

Job Failure asap

Posted: Tue Jun 13, 2006 5:58 pm
by vardhan354
Hi Folks,

I'm trying to run a master sequencer in a testing environment.The job runs for every 15 min.Whenever I run this job,I'm getting the following message.
" (fatal error from DSRunJob): Job control fatal error (-2)
(DSRunJob) Job jsCTdataTrnCTtoI is not in a runnable state) "

Could any one suggest me what could be the error......and how it can be overcome.

Thanks,

V.G

Posted: Tue Jun 13, 2006 6:24 pm
by kris007
The error message suggests that the Job is not in a runnable state..which could be due to one of these reasons

1. Job is not in a compiled state.
2.Job could be in aborted state and you have set execution action in the JobActivity for this Job in the Job sequence to "Run". Change it to "Reset if Required and run."
3. The Job could be already in a running state. Since you have mentioned that this job is scheduled to run every fifteen minutes, may be it has not completed to finish its previous run before it is asked to run again. Hope that makes sense.

IHTH