Page 1 of 1

calling a Quality stage job from the sequencer

Posted: Wed Jul 25, 2007 2:35 am
by dh_Madhu
Hi ,
While calling a Quality stage job using the command execute stage in a sequencer, it gives a warning and fails. While using the telnet i am able to run the QS job successfully.
I use the sh 2>&1 and pass its parameters.
Its says reply=1 and at the end I see a "Op Failed osh (1)"

Any ideas pls?

Posted: Wed Jul 25, 2007 3:45 am
by ray.wurlod
It's "sequence", not "sequencer". Job exit status is 0 = running, 1 = finished OK, 2 = finished with warnings, etc. You need to create a custom trigger on the Execute Command activity so that it does not assume that a non-zero exit status is automatically a failure.

Posted: Thu Jul 26, 2007 5:10 am
by dh_Madhu
Thanks Ray.
The sequence job somehow ran successfully after the user defined environment vairable (INITBIN) for Quality stage was added to the project.

Posted: Thu Jul 26, 2007 1:52 pm
by ray.wurlod
Silly me. I assumed you had done that. :wink: