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

Notify Users on Errors

Hi,


Can you recommend on the ideal way to notify a user on errors that broke the process?

currently I'm attaching to connecting by "on component error a tSendMail to each of the components in the process.
(I usually export the job to a user who just run the .bat file)

is there a better way to design the job so i won't have to replicate the tSendMail in every component?


0683p000009M6n3.png

Labels (3)
2 Replies
TRF
Champion II
Champion II

Did you try to use tLogCatcher?

Using this component you can catch exceptions, errors and warnings then decide to send or not an email.

This a way to concentrate this operation on a single point.

TRF
Champion II
Champion II

@dardas, does this help?

If so, thank's to mark your case as solved.