
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Sense: Email notification
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:
1. Using Qlik Alerting
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.
2. Using SmtpAppender in log4net to send mail on failing tasks
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.
- Create the file LocalLogConfig.xml in %ProgramData%\Qlik\Sense\Scheduler (as it is the scheduler we want to monitor in this example)
- Add code from the manual link into LocalLogConfig.xml
* 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.
3. Use Qlik SMTP / Notification Connection
Qlik SMTP / Notification Connector: How to set it up
4. Use a 3rd party developed tool
Below are several solutions offered via *Branch.Qlik.com
- Qliksense Automated Task Failure Email Alerts
- Butler for Qlik Sense
*Branch products are developed independently from Qlik and not covered under the Qlik support umbrella. Any issues with these addons are reported directly to the developer as listed on their Qlik Branch page

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
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.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
2nd method is not working.