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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
shalinim1
Contributor III
Contributor III

Error Message

Hi,

I want to get the error of a job(for the whole job, not for every components). When I tried with tLogCatcher component, it is returning for each components.

How to get error message for a job?

Labels (3)
2 Replies
vikramk
Creator II
Creator II

Hi @Shalini M​ ,

We don't have direct component to capture the error message for job. But you could achieve as alternative like in below thread. With the help of tdie and twarn. Please go through below url. You have use this method with onsubjoberror and oncomponenterror where ever you feel potential risk if it fails and if you want to capture the error message for that point.

https://help.talend.com/reader/41_ybDITKyuD01jGtDFvnw/i_IZJ81kqUvR7y_xVsUJiA

Please let me know if it helps.

Anonymous
Not applicable

Hello,

You should use tAssert component in your work flow that is used to provide the Job status messages to tAssertCatcher, which can work at overall job level.

The tAssert component works alongside tAssertCatcher to evaluate the status of a Job execution.

Could you please take a look at the related scenario in component references: Talend HelpCenter: tAssert and TalendHelpCenter: tAssertCatcher

Best regards

Sabrina