Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm working on doing some error checking at the end of my Talend Job. I want to do a check for any errors in the final section after the tPostJob is invoked. Basically I just want to know if the job ended in an error state or if completed successfully, so I can know what status to mark the completed job. Is there a way to find if the job was in an error status or to look at the status of the last completed component to see if it errored?
Thanks,
Kert
Hi
You can use tLogCatcher component to capture the error, the component will capture the error and log them to a log file or DB whenever an error occurs.
Here is the component documentation of tLogCatcher.
https://help.talend.com/r/en-US/8.0/logs-and-errors/tlogcatcher
Regards
Shong