Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 14, 2021 2:22:00 PM
Feb 11, 2016 6:17:09 PM
Customer need Email Notification when failing tasks in Qlik Sense
There is no UI function in QMC in the current Qlik Sense product. However, there are other solutions available:
Qlik Alerting is an intelligent alerting platform for Qlik Sense®, providing sophisticated, data-driven alerts that help users more proactively monitor and manage their business. With Qlik Alerting, organizations can manage by exception, increasing the value of analytics by notifying users of potential issues, helping them immediately analyze further, and prompting action based on insight.
Click here.
Please see Qlik Sense Developer Help Example: SmtpAppender
To configure Qlik Sense to use an appender, a configuration file, LocalLogConfig.xml must be created in the %ProgramData%\Qlik\Sense\<service> folder.
In attached example the SmtpAppender will be used to send an email through Gmail, whenever a task may fail.
* NOTE: Attached example has been tested, how to implementing in different environment can be different. If customer/partner has mail server issue which will beyond our product support scope.
Qlik SMTP / Notification Connector: How to set it up
Below are several solutions offered via *Branch.Qlik.com
If you own QSE with Professional Analyzer User model you have the right to use Qlik Web Connectors.
One of the connectors is an SMTP connector. (a standard connector, so perhaps available to all)
So use this to setup a connection to your company email to send a message.
Copy the script into a Qlik Sense App - create a reload task on this App
Add a Trigger - execute on Task Failure for each App that you want to track.
You can get smart an use the documenttitle() to add more info to the email message.
2nd method is not working.