Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohitpatil1993
Contributor II
Contributor II

Logging methodology

Hi
I have a issue with recording logs for my talend job. 
I need to check each step of process and each connection time for that job.
Note: I want to have this information (time stamp for each component) when the job runs on TAC execution plan and I should be able to see it on the TAC console.


I tried to use tjava after each component and used TalendDate.getDate("HH:mm:ss") function but I am able to see the output of this component on the studio when I run this job on Talend Studio however I want to get the above information on TAC console when run on TAC. Please see the flow I tried.

0683p000009M81O.jpg

kindly suggest.

1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@rohitpatil1993 , enable tStatCatcher Statistics in the advanced tab of each component and use tStatCatcher  to log the each component processed time.

View solution in original post

6 Replies
manodwhb
Champion II
Champion II

@rohitpatil1993 ,you can use configure your remote project with  AMC,please check the below link. so it will capture.

 

 tStatCatcher -  captures data sent from tStatCatcher Statistics check box on individual components

 

https://www.talend.com/resources/data-integration-amc-studio-features/

Anonymous
Not applicable

Hello,

Let us know if Talend Activity Monitoring Console helps.

https://help.talend.com/reader/aDkYRyut3Bh1Oo4YpBffEg/KtKEN~LTk82alp6_uaMrsg 

Best regards

Sabirna

rohitpatil1993
Contributor II
Contributor II
Author

Just for information : AMC is not working on our case.
rohitpatil1993
Contributor II
Contributor II
Author

Just for information : AMC is not working on our case.
manodwhb
Champion II
Champion II

@rohitpatil1993 , enable tStatCatcher Statistics in the advanced tab of each component and use tStatCatcher  to log the each component processed time.

fdenis
Master
Master

the good way.

tac is here for managing. so use it.

the best way is to keep your job has a job and read logs from Tac db.

use an other job, a trigger or an rpa tool to read this data and make the corresponding action.

Regards,