Page 1 of 1

Sequence Fail but all jobs inside Success in rerun ?

Posted: Wed Feb 02, 2011 12:26 am
by XRAY
I have a sequence job namely SeqABC which contains 3 parallel jobs

Job1 -> Job2 -> Job3

It was failed at Job3, the status was aborted. After fixing the problem, I recompiled the sequence and triggered rerun. It turns out that the sequence was failed but all 3 individual job success.

I found something interesting from the log of the sequence

(Job3): Job reset requested
JobControl(DSRunJob):Waiting for job Job3 to start
JobControl(DSWaitForJob):Waiting for job Job3 to finish
JobControl(DSWaitForJob): Job3 has finished, status = 2 ( Finished with warnings)
(Job3): Job reset requested(....)
JobControl(DSRunJob):Waiting for job Job3 to start
JobControl(DSWaitForJob):Waiting for job Job3 to finish
JobControl(DSWaitForJob): Job3 has finished, status = 21 ( Has been reseted)

Then the SeqABC was aborted.

What is the problem ??

Posted: Wed Feb 02, 2011 1:56 am
by dr.murthy
It saying something like Job3 just reset only , you can check job3 log you may get any additional info ..

Posted: Wed Feb 02, 2011 3:34 am
by ray.wurlod
How are your triggers set? What caused Job3 to run in reset mode?

Posted: Wed Feb 02, 2011 5:51 pm
by XRAY
Murthy : In the Job3 log, it shows the job run successfully without any problem

Ray: I used dsjob command to rerun the job.

Posted: Wed Feb 02, 2011 7:08 pm
by ray.wurlod
Did you use -mode reset in your dsjob command? Was it the sequence that you ran that reset, or a subsequence run from it (and, if the latter, was the job activity than ran the subsequence set to "reset if required, then run")?