Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

Master Job name in failure notification

I have a master job which has multiple child jobs and when the child job fails i want to get the details of master job name and the child job name and if possible the folder name too 

Labels (2)
2 Replies
akumar2301
Specialist II
Specialist II

This could help

https://community.talend.com/t5/Design-and-Development/get-jobName-of-master-job-from-subJob/td-p/66...

Also in case of failure of child job , error is captured in parent trunjob global var . You could attach trunjob to tdie with above globalvar (or set die on error in trunjob). All the details of child and main will be captured in kogcather.
Anonymous
Not applicable

You can get all of this information using the AMC functionality. Take a look here (https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/MDauhq9nl1m0FXZX~aHp9Q) for an explanation of this functionality and how to configure it. It is the database logging you are really interested in.