Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help in setting up failure notification email of QMC task in QlikSense through SMTP Webconnector.
For successful task, it is very easy through web connector. I just append the web connector script at the end of final load script and its successfully sending mails.
I want similar easy way for failure also as there are multiple load scripts of my apps and want immediate mail whenever it fails any point of time. Attaching logs also if possible will be helpful.
Hi - Have you looked at any of the error variables?
https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVaria...
I think if you set errormode=0 you should be able to then subsequently check the errorcount and conditionally send an email.