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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need to Capture the dataflow/success flow information In log

How can I capture the scucess flow/ process flow of talend in Logs. As when run the job in local, we get easily view of flow at talend GUI similarly way need to capture the information like this database connection is done, data loaded in this table. 

I know we can easily capture the errro logs via tdie, tLogcatcher etc. but now problem to capture sucess flows.

Please assis me for this solution.

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

You need to do the code change. There is no other way.

View solution in original post

3 Replies
manodwhb
Champion II
Champion II

You can use twan component by using on component success and which you can capture using tlogcatcher.
Anonymous
Not applicable
Author

But as already my all jobs went on live and don't want to touch each job to a dd tWarn componenet at very subjob.. is there any other way at Project/Job level to make any settings.
Thanks
manodwhb
Champion II
Champion II

You need to do the code change. There is no other way.