That is why I am asking for help here: I looked and could not find clear, definitive instructions.
This is what the v5.1 manual says: The Informatica Server marks a batch as failed if one of its sessions is configured to “run if previous completes” and that previous session fails. If you use pmcmd to start the batch, pmcmd returns 1, for failed. …
My confusion is what does “configured” mean in the v5.1 manual cited above. I cannot find any “Run if previous completes” on the v5.1 system. Other than that, I can concoct my own solution as follows:
A. I can put together the script to check the exit code of the previous pmcmd – if not 1 then issue the next pmcmd; else quit.
B. OR, I can, in the spirit of Kublait’s suggestion Edit session > Post-session Commands > On the Success Tab, enter the pmcmd.exe for the next session.
Would these concoctions work?
I still appreciate it if someone would shed more light on what the v5.1 manual means by ‘configured to “run if previous completes”’. What is the step by step to do that?