Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the XML code given here --> Butler there is a section that is coded as:
<param name="conversionPattern" value="%newline%date %-5level %newline%property{TaskName}%newline%property{AppName}%newline%message%newline%newline%newline" />
My question is the following:
OR
Context: I want to create an email alerting on Qlik Enterprise.
Your prompt assistance would be greatly appreciated!
You are referring to the open source Butler tool (which Qlik-the-company has nothing to do with, other than that Butler adds a bunch of nice alerting features to Qlik's client-managed Qlik Sense product).
The Butler tool provides much more comprehensive reload failure alerts than what you get using Sense's built-in SMTP appender that you link to.
I.e. there is a choice here: Either you go with the basic emails (Butler does not have to be installed in this case), or you go with the (much) more comprehensive alerting solution that Butler offers (The Butler service has to be installed and running in this case, of course).
Both options are confirmed to be working many times, the choice is yours to decide which suits your needs best.
Now to your question.
I tested the XML file you linked to (on the Butler site) just now and it works, at least on Qlik Sense 2023-Nov.
Using the basic approach with Sense's built-in SMTP appender you get an email like this:
Using the Butler variant you get a much richer alert email.
Note the script log section: It tells you exactly where in the reload the script failed. This can be extremely helpful when it comes to understanding what caused a failure.