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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to send error mail on subjob failure from/using tlogcatcher and tsendmail.

I am facing some problem on sending error mail on subjob failure from tlogcatcher and tsendmail. My requirement is any components fail of subjob. There should be mail triggered to the concern person .

Please help me for the same.

Labels (1)
2 Replies
fdenis
Master
Master

there is multiple way to do it, but you have to be proud of your send mail process.
for me the best way is to read log and send mail when there is errer.
with this method your job process still independent.
regards
Mayot
Contributor III
Contributor III

Set tDie on your components. Then with a tLogcatcher -main->tFlowToIterate-iterate-> tsendmail