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

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

How to load logs to a file?

Hi,

For the restartability of job, I have used tcheckpoint components. And my job is working fine. I just want to record the logs in a table.

Could anyone help me with this?

Labels (3)
1 Solution

Accepted Solutions
vikramk
Creator II
Creator II

Hi @Shalini M​ ,

You can enable the statistics option for all components in advanced settings view. after main job, you implement this- tpostjob ->tstatcatcher->tfiledelimitedoutput (or) dbcomponent

Please let me know if it helps

View solution in original post

4 Replies
vikramk
Creator II
Creator II

Hi @Shalini M​ ,

You can enable the statistics option for all components in advanced settings view. after main job, you implement this- tpostjob ->tstatcatcher->tfiledelimitedoutput (or) dbcomponent

Please let me know if it helps

shalinim1
Contributor III
Contributor III
Author

Thanks for the response @Vikram Kumar​.

I could not connect tPostJob component to tCheckPointEnd component.

Is there any approach to get my requirement done?

Regards,

Shalini

Anonymous
Not applicable

Hello,

The tCheckPoint component is a third party custom componentwhich is shared on Talend Exchange. We don't have the source code of these components.  It is the ownership of the person who built it.

Best regards

Sabrina

 

vikramk
Creator II
Creator II

Hi @Shalini M​ ,

You don't need to connect the tpostjob component with checkpoint components.

tpostjob is used for the running the subjob explicitly post your main job. so it runs after execution all of your subjobs and collects the stats from all the components.