<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending e-mail alerts in Qlik Sense Enterprise Task Failures in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1745831#M16702</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to send a e-mail when Qlik sense task failed.&lt;/P&gt;&lt;P&gt;I got some reference from &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/ta-p/1488735" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/ta-p/1488735&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And now I known we can put LocalLogConfig.xml to&amp;nbsp;C:\ProgramData\Qlik\Sense\Scheduler to implement it.&lt;/P&gt;&lt;P&gt;But I can't restart scheduler service after deploy the xml file to the folder as upon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a cluster including central node , schedule node , engine node and proxy node.&lt;/P&gt;&lt;P&gt;My question is which node I have to deploy the xml file to ? all the node?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wj&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:25:14 GMT</pubDate>
    <dc:creator>Howl</dc:creator>
    <dc:date>2024-11-16T01:25:14Z</dc:date>
    <item>
      <title>Sending e-mail alerts in Qlik Sense Enterprise Task Failures</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1745831#M16702</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to send a e-mail when Qlik sense task failed.&lt;/P&gt;&lt;P&gt;I got some reference from &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/ta-p/1488735" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/ta-p/1488735&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And now I known we can put LocalLogConfig.xml to&amp;nbsp;C:\ProgramData\Qlik\Sense\Scheduler to implement it.&lt;/P&gt;&lt;P&gt;But I can't restart scheduler service after deploy the xml file to the folder as upon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a cluster including central node , schedule node , engine node and proxy node.&lt;/P&gt;&lt;P&gt;My question is which node I have to deploy the xml file to ? all the node?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wj&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1745831#M16702</guid>
      <dc:creator>Howl</dc:creator>
      <dc:date>2024-11-16T01:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail alerts in Qlik Sense Enterprise Task Failures</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1745870#M16703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95830"&gt;@Howl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure regarding which node to deploy the XML to, but it would make sense to me that the config is the same across all nodes.&lt;/P&gt;&lt;P&gt;The best place to find out why the service is failing to start is the Windows Event log on the machine where the service is not starting. The messages don't tend to give you enough information to resolve things on their own, but they do provide text that you can Google with.&lt;/P&gt;&lt;P&gt;Regarding sending emails on failures, I tend to read the status from the REST connectors and then send an email using the SMTP connector of Qlik Web Connectors. This approach can be used to send tables of data from any data you load into Sense, and I have documented the approach here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/" target="_blank"&gt;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good luck getting everything started up again.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 08:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1745870#M16703</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-22T08:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail alerts in Qlik Sense Enterprise Task Failures</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1746228#M16712</link>
      <description>&lt;P&gt;Thanks Steve,&lt;/P&gt;&lt;P&gt;We will confirm it again after copy the file to all of nodes.(I can't understand why we need to do it as this and think it is not effective as we have about 10 node in cluster. )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also we are interesting the function using REST connectors&amp;nbsp; but I'm not sure can we get status of reload task timely or not.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 03:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1746228#M16712</guid>
      <dc:creator>Howl</dc:creator>
      <dc:date>2020-09-23T03:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail alerts in Qlik Sense Enterprise Task Failures</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1746269#M16713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95830"&gt;@Howl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would go on a scheduled event in the QMC, so you would not want it in a constant cycle. No reason why it couldn't run every five or ten minutes or so though.&lt;/P&gt;&lt;P&gt;We use that process for alerting on a number of different measures, including CAL usage, age of QVD files etc., including failed and long running tasks in that same process therefore makes sense.&lt;/P&gt;&lt;P&gt;That same process writes an HTML file with all the stats on, which can be used on a wall board:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="StatusMonitorScreenshot.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41039i063E0345DA2C2263/image-size/large?v=v2&amp;amp;px=999" role="button" title="StatusMonitorScreenshot.png" alt="StatusMonitorScreenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've blogged on this approach here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/qlik-sense-web-server/" target="_blank"&gt;https://www.quickintelligence.co.uk/qlik-sense-web-server/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using the log4Net service for sending alerts does look pretty neat though.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 07:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sending-e-mail-alerts-in-Qlik-Sense-Enterprise-Task-Failures/m-p/1746269#M16713</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-23T07:27:40Z</dc:date>
    </item>
  </channel>
</rss>

