exception handling job sequence
Posted: Mon Apr 11, 2005 2:11 am
Hi,
In my first attempt to build job sequences I had to meet the requirement that on failure of a jobrun any other job that is running in parallel should finish first before the jobsequence itself gets aborted. I used a terminator stage with the option 'stop request, wait for other jobs to finish' and had all jobs have a fail link pointing to the terminator stage.
I did not choose to use the option 'automatically handle activities that fail' because the ascential documentation is not clear if any other running jobs are aborted as well or will finish first. Since this option would not require any failure links to be defined the result would be a clearer design.
Is anyone having experience with the automatic exception handling regarding jobs running in parallel?
Martin Werkman
DS 7.5
EE 7.5
Oracle
In my first attempt to build job sequences I had to meet the requirement that on failure of a jobrun any other job that is running in parallel should finish first before the jobsequence itself gets aborted. I used a terminator stage with the option 'stop request, wait for other jobs to finish' and had all jobs have a fail link pointing to the terminator stage.
I did not choose to use the option 'automatically handle activities that fail' because the ascential documentation is not clear if any other running jobs are aborted as well or will finish first. Since this option would not require any failure links to be defined the result would be a clearer design.
Is anyone having experience with the automatic exception handling regarding jobs running in parallel?
Martin Werkman
DS 7.5
EE 7.5
Oracle