Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 shalinim1
		
			shalinim1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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?
 vikramk
		
			vikramk
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 vikramk
		
			vikramk
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			shalinim1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
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
		
			vikramk
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
