Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to get the error log of a job. When I tried to collect with tLogCatcher component, it is returning for each components. But I want for the whole job and want to write it in a file.
How to get error message for a job?
Hi
tLogCatcher captures the error messages of each component, tStatCatcher captures the job execution statistics, includes the job execution status (successful or failure). is the tStatCatcher component what you are looking for?
Regards
Shong
Hi @Shicong Hong
tStatCatcher will give the job status or each component status?
Regards,
Shalini
Hi @Shalini M ,
tStatcatcher collects job processing metadata and works at component level.
Please go through below url, hope it helps you.
https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/uNrRheNaNfWzKpfGyiwHcQ
Thanks @Vikram Kumar, But tStatCatcher is not useful for my requirement.
Hi @Shalini M ,
You could implement tdie and twarn with oncomponenterror where ever is necessary to accomplish your requirement as I told in your previous post.