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: 
Anonymous
Not applicable

Logging, Exception handlng

I would like to do logging & exception handling in my jobs. Can you plz suggest which components can I use over here. Is there any way of making it generic for all the jobs? 

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hi,

Please take a look at talend Stats&Log feature.

Stats&log in project setting, which is working on the whole project (Parent job and child jobs, and output them on file/DB but no context setting).
Stats&log in job view is working on the current job (you should set Stat&log of job view in both parent job and child jobs and output them on file/DB with context setting).
Or you can choose to write the Exceptiontext into file or Database.

In addition, it can be also achieved by using tStatCatcher/tLogcatcher component(tStatCatcher/tLogcatcher-->further processing-->output)

Let us know if it is Ok with you.

Best regards

Sabrina