Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
KRichardson1649275308
Contributor
Contributor

Error Status in a tPostJob Block

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

Labels (2)
1 Reply
Anonymous
Not applicable

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