Page 1 of 1

Sequencer stops in betwen err "STOP request detected fo

Posted: Fri Jul 22, 2011 1:45 am
by sendmkpk
My Sequencer stops in betwen wither error "JobControl (DSWaitForJob): STOP request detected for job SEQ003_...."

I wonder whats the cause

plz throw some light.

Posted: Fri Jul 22, 2011 2:26 am
by pandeesh
Hi,

Is this your full error message?
else post the full message

Posted: Fri Jul 22, 2011 3:18 am
by sendmkpk
Hi

That is the starting/root error message , rest all are the cascaded error messeges.

Posted: Fri Jul 22, 2011 3:39 am
by ray.wurlod
Does your sequence include a Terminator? If yes, check the sequence log to determine whether it has been executed (and issued stop requests to running processes).

Posted: Fri Jul 22, 2011 4:53 am
by Vishal1982
Have you put any conditional check to STOP the sequence, because it seems to be that condition is getting true and your sequence will be STOP in that case.
Check your all conditions once again and also check the detail log in director for more information.

Posted: Fri Jul 22, 2011 5:19 am
by sendmkpk
my job does have terminator stage,

i have choseen the "otherwise" option for one, the other option being "OK Conditional" for a job activity stage.

but i dont find anything wrong in that

the job activity/ job is run without any warnings but still i guess its invoking terminator stage despite the job has run without any warnings

i wonder ......

Posted: Fri Jul 22, 2011 5:18 pm
by ray.wurlod
Look in the sequence's log and find out. If the Terminator is invoked, it will have at least one entry in the log.

Posted: Sat Jul 23, 2011 1:43 am
by sendmkpk
I could not find any root cause, so i changed the "otherwise" to "Finished with warnings"

couldnt think of a better solution.