Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created a Talend job on Talend Studio (7.2.1) on remote mode.
I was able to enable Recovery Checkpoints on a job last week. Later I modified the job and added a few more OnSubjobOk triggers, then I found that I was not able to enable the Recovery Checkpoints for the new triggers:
The OnSubjobOK1 had the recovery checkpoint enabled, but when clicking on OnSubjobOk58, the "Error recovery" table doesn't exist.
Does anyone else experience this?
Thanks!
Hello,
This can occur if there is an onComponentOk trigger before the problematic onSubJobOk transition. This is because with an onComponentOk trigger, if the component fails then you will have an exception and the job will not complete. If there is an onSubjobOk trigger after the onComponentOk trigger then the error recovery tab will allow you to re-run the job.
As a test, please try removing the onSubJobOk transition and see if the Error Recovery tab reappears.
Thank you,
Talend Support