Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 rohitpatil1993
		
			rohitpatil1993
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
kindly suggest.
 manodwhb
		
			manodwhb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@rohitpatil1993 , enable tStatCatcher Statistics in the advanced tab of each component and use tStatCatcher to log the each component processed time.
 manodwhb
		
			manodwhb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@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/
 
					
				
		
Hello,
Let us know if Talend Activity Monitoring Console helps.
https://help.talend.com/reader/aDkYRyut3Bh1Oo4YpBffEg/KtKEN~LTk82alp6_uaMrsg
Best regards
Sabirna
 rohitpatil1993
		
			rohitpatil1993
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 rohitpatil1993
		
			rohitpatil1993
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 manodwhb
		
			manodwhb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@rohitpatil1993 , enable tStatCatcher Statistics in the advanced tab of each component and use tStatCatcher to log the each component processed time.
 fdenis
		
			fdenis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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,
