Checkpoint restart

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

luie
Premium Member
Premium Member
Posts: 16
Joined: Sun Jan 25, 2004 3:48 pm

Post by luie »

benny.lbs' case happens to us too and restart only works for 1 level down the top sequence. When one of the grandchildren fails, all the jobs under the level 2 that finished successfully prior to the abort runs again when restarted. All our sequences have these properties:
-'Add checkpoints..' is enabled.
-'Automatically handle activities that fail..' is enabled.
-All job activities have 'Reset if required then run' option.
-'Do not checkpoint run' for each job activity is disabled.
-All the routine activites return 0 on success.
-We do not have exception handler.
It seems that DataStage treats the level 2 abort as the point of failure ?!?
luie
Post Reply