Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone help me out finding "How to Capture Job id, start time and end time"?
Thanks,
Meghana
Hi,
simplest ways - just enable stats and logs collection
https://help.talend.com/reader/n2BYbtcWI4dtJfLCv3CrJw/AsoJenmDkXEoIgeId4v2Xg
Just to add ,
if you need to capture/monitor Subjob execution time , tChronoMeterxxx components could also be helpful.
for jobid , you can use Variable "pid" to get the process id.
How to capture flow execution from the logs. I am able to get job id from tStatCatcher component, but I see it is different from flow execution id.
Can I know how we get flow execution id?
Thanks,
Meghana
Hi,
if you enable logs as suggested - you will have 3 tables:
- stats - statistics (ts=art, stop, duration) for components with enabled collect statistics
- logs - JVM errors and warnings from tWarn/tDie
- meters - flow statistics for flows with enabled "monitor" properties (advanced settings)
all 3 tables use the same ids for all information
Can I know how to get execution id from them
The best place to understand the concepts is the AMC user Guide.
https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/MDauhq9nl1m0FXZX~aHp9Q
If you want the short cut to Studio area, please refer the below section.
https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/dgHq5LUSMajI3cp1~lp~IQ
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂