Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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