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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to emailing the TAC log file that was generated when running a job

When running a job through the job conductor, a log file is generated for each execution of the task. Is it possible to email this file to someone after the job completes? If so, how can this be accomplished? I don't know how to figure out the name of the file, so I don't know how to reference it.
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
You can find jobexecution logs at Talend-JobServer\TalendJobServersFile\jobexecutions\logs directory.
I think tFileList will help you iterate these files.
Regards,
Pedro
Anonymous
Not applicable
Author

Pedro,
Is it possible to know which files are for which job? The files have cryptic names that don't mean much (like task_32). I don't know how I can figure out which file to use.
Thanks.
Anonymous
Not applicable
Author

Hi
You can add a tJava component in Job.
System.out.println(jobName);

Then write a bat or shell script to extract the Job name from logs.
Regards,
Pedro
_AnonymousUser
Specialist III
Specialist III

Hi,  anyone found the solution to this ?