Sequencer issue

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
dudam
Participant
Posts: 11
Joined: Sun Feb 27, 2011 9:40 am

Sequencer issue

Post 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
DN
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Details! What exactly do you have in the Execute Command stage? What is your trigger condition between the two stages shown?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply