Page 1 of 1

Sequencer issue

Posted: Tue Oct 29, 2013 7:49 am
by dudam
Hi All,

Execute Cmd activity---->Terminator Activity

In the above sequence I set two conditions in Execute Command activity
return value=0
fail

this mft file i am going to fetch
once we place the file in respective path it will show as return value zero
other wise job will go abort

But my case I am not placing a file in respective path also job got success.
in log I see return value 2..

Please help me anyone

Posted: Tue Oct 29, 2013 8:20 am
by chulett
Details! What exactly do you have in the Execute Command stage? What is your trigger condition between the two stages shown?

Posted: Tue Oct 29, 2013 1:59 pm
by ray.wurlod
The command in your Execute Command activity has an exit status of 2 (which usually means "file not found"). View the sequence log to determine whether there was any additional output from the command.