Q: We have an Ab Initio plan with multiple tasks being executed in sequential order. After some tasks are completed, plan gets failed. Now we want to reruno restart the plan from the part it failed and skip the successfully completed task. How?
We can use " plan-admin skip-on-plan-restart " utility for this. Below is the syntax:
plan-admin abc.rec skip-on-plan-restart taskname
after the above command, run you plan or plan pset again
air sandbox run plan.pset
abc.rec is the recovery file of the failed plan
taskname is the task you want to skip when running the pset again. You can get it by running plan-admin dumpjob command on recovery file
plan-admin skip command should be run when plan is not running.