How to resume job execution from same location if job get failed in talend
Answer Posted / Prabuddha Kumar Sankhwar
To resume a Talend job from its last successful point when it fails, you can use the JobCheckpoint component. Here's an outline of the steps:
1. Design your Talend job and configure any necessary checkpoints using the JobCheckpoint component. A checkpoint saves the current state of the job, including row counts and global variables.
2. Add a JobCheckpoint component at appropriate points in your job to save its state.
3. When the job fails, the Talend Studio will provide an option to resume the job from the last successful checkpoint.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category