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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Trace the execution of JOB talend

Hi,
Please can someone help me, I wanted to trace the execution of my JOB talend and I do not know how to do this, anyone know how does the traces
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
Open the Run viewer, click the Debug Run tab and click on the Traces Debug button to trace the job execution.
Shong
Anonymous
Not applicable
Author

yeah, I know, but I want to retrieve the execution dates of start and end components (for each component) containing in my job
Anonymous
Not applicable
Author

Normally this is logged to the stat/log/flow
The configuration for this can be found under File --> Project Properties --> Job Settings
When writing to a database you easy query on these details.
A tutorial for creating the tables can be found here:
http://www.talendforge.org/tutorials/tutorial.php?idTuto=33
Anonymous
Not applicable
Author

yeah, I know, but I want to retrieve the execution dates of start and end components (for each component) containing in my job

Usually, we use tChronometerStart and tChronometerStop to populate the start date/end date of a subjob and the duration time.
Shong