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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
roys
Contributor
Contributor

How to find the full run log file when running exported job script

Hi, 
I have two questions regarding the Talend log file:
1. When i build a job and create a zip file with a batch script (to run it outside of the Talend studio), i noticed that there is no log file created after the job completes the run. Is there a way to create / view this log when running the job outside the Talend studio???
2. Where can i view the file holding the full statistics and performances data that was gathered during the job's run (when running the job from the studio in this case)??
Thanks
Labels (3)
1 Reply
Anonymous
Not applicable

Hi,


You can check the log message when run your job script file on cmd.


It is very convenient to set the log in job view to output the record into a file or table.


Statistics table records details like begin Time, End Time which is generated by any job.


Logs table records the messages from Java Exception, tDie and/or tWarn (prerequisite: there must be an error in your job).


Flow Meter table records the number of rows processed in the defined flow(prerequisite: you have to use tFlowMeter in your job).


Best regards


Sabrina


0683p000009MB3e.png