<?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>article NPrinting Schedule Monitor (NP17+) and Failed Task reporting in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/ta-p/1602814</link>
    <description>&lt;P&gt;Due to the fact that NPrinting does not give you a nice calendar like overview of scheduled tasks I decided to create a Qlik Sense application that does this for you. Besides the ability to get an overview of scheduled tasks this application also sends out an NPrinting report whenever a task failed to run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this Qlik Sense applcation to work you need to create a connection to the NPrinting Repository Database and two REST API connections (GET and POST) for running an NPrinting report when tasks failed.&lt;/P&gt;
&lt;P&gt;The dashboard page gives an overview of scheduled, failed, aborted and completed tasks.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="NP Scheduler Dashboard.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15518i6B42C62041738978/image-size/large?v=v2&amp;amp;px=999" role="button" title="NP Scheduler Dashboard.png" alt="NP Scheduler Dashboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All files and documentation for setting up the application and the connections can be found on &lt;A title="NPrinting Schedule Monitor on Qlik Branch" href="https://developer.qlik.com/garden/5d12987964cf8c0017dce78c" target="_blank" rel="noopener"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="NPScheduleMonitorQB.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15519i076D6337F56EB563/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPScheduleMonitorQB.png" alt="NPScheduleMonitorQB.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Installation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download this Qlik Sense app in a zip file using the 'Clone or Download' button&lt;/LI&gt;
&lt;LI&gt;Extract the qvf file from the zip&lt;/LI&gt;
&lt;LI&gt;Navigate to 'Apps' under the QMC (Qlik Management Console)&lt;/LI&gt;
&lt;LI&gt;Import the qvf file&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Getting Started&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to the Data Load Editor&lt;/LI&gt;
&lt;LI&gt;Create a Data Connection to the REST API for GET and POST and to the NPrinting Repository Database&lt;/LI&gt;
&lt;LI&gt;Navigate to the Set Variables tab&lt;/LI&gt;
&lt;LI&gt;Add the created connection names to the variables for vAPIConnectionNameForGET, vAPIConnectionNameForPOST and vNPRepoConnection&lt;/LI&gt;
&lt;LI&gt;Set the correct servers in the vNPrintingServer and vQlikSenseServer&lt;/LI&gt;
&lt;LI&gt;Set the NPrinting Publish Task Name in vNPrintingPublishTaskName if you created a NPrinting report and Publish task for Failed reports&lt;/LI&gt;
&lt;LI&gt;In the CALL NP API tab there is a check to validate if there are Failed Tasks, if so the report get's send out.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;NPrinting Report Template&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a NPrinting app called NPrinting Schedule Monitor&lt;/LI&gt;
&lt;LI&gt;Create a connection to the Qlik Sense Schedule Monitor app in Qlik Sense&lt;/LI&gt;
&lt;LI&gt;Navigate to Reports in NPrinting and press import report and choose the NPrinting Schedule Monitor App&lt;/LI&gt;
&lt;LI&gt;Import the zip file NPrinting Daily Failed Task Report Template.zip by browsing to the zip file&lt;/LI&gt;
&lt;LI&gt;Press Next&lt;/LI&gt;
&lt;LI&gt;Give the Report a title or use the existing title and press Next&lt;/LI&gt;
&lt;LI&gt;Choose connection you created and press Next&lt;/LI&gt;
&lt;LI&gt;In the Filters screen press Next&lt;/LI&gt;
&lt;LI&gt;In the Summary screen validate the choices made and press Confirm&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Reload the app&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open Qlik Sense and navigate to the Schedule Monitor app.&lt;/LI&gt;
&lt;LI&gt;Run a manual reload to see if everything works&lt;/LI&gt;
&lt;LI&gt;Schedule the reload of this app in the QMC Task Scheduler&lt;/LI&gt;
&lt;LI&gt;If a NPrinting task has failed the NPrinting Report will be send out&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 23 Sep 2019 19:21:48 GMT</pubDate>
    <dc:creator>marcginqo</dc:creator>
    <dc:date>2019-09-23T19:21:48Z</dc:date>
    <item>
      <title>NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/ta-p/1602814</link>
      <description>&lt;P&gt;This article gives an overview of a Qlik Sense app I created to get a calendar like view of scheduled NPrinting task in you environment as well as automated failed task reporting from Qlik Sense app.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 19:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/ta-p/1602814</guid>
      <dc:creator>marcginqo</dc:creator>
      <dc:date>2019-09-23T19:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17 &amp; 18) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1602818#M17</link>
      <description>&lt;P&gt;Awesome work, Marc! This will be a very valuable addition to the product&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 15:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1602818#M17</guid>
      <dc:creator>Stephen_Jasionowski</dc:creator>
      <dc:date>2019-07-16T15:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1732419#M18</link>
      <description>&lt;P&gt;Can i create a local copy of repository database on my laptop and use QlikSense desktop to connect via your app? I understand it will not be live view but would it work?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 11:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1732419#M18</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2020-07-31T11:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1733497#M19</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12863"&gt;@userid128223&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that should work. You have to create a connection to your Postgres database and this will be used to retrieve data. You set change this line of code in the app:&lt;/P&gt;&lt;P&gt;SET vNPRepoConnection = &amp;lt;connection name&amp;gt;'&lt;/P&gt;&lt;P&gt;You also need the REST API's because not all the information can be retrieved from the database, for example the upcoming tasks (I think this is initially what you where looking for).&lt;/P&gt;&lt;P&gt;If you have any questions please let me know.&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1733497#M19</guid>
      <dc:creator>marcginqo</dc:creator>
      <dc:date>2020-08-05T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1733745#M20</link>
      <description>&lt;P&gt;Hi Marc&lt;/P&gt;&lt;P&gt;Anyway you can publish same app for QlikView?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 13:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1733745#M20</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2020-08-06T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1737890#M21</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12863"&gt;@userid128223&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is no QlikView version available, I'm sorry.&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 20:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1737890#M21</guid>
      <dc:creator>marcginqo</dc:creator>
      <dc:date>2020-08-21T20:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1955361#M321</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10126"&gt;@marcginqo&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for this ! I've been using it very regularly for a couple years, it is very helpful.&lt;/P&gt;
&lt;P&gt;However, do you think it would be possible for you to explain how to retrieve the execution tasks logs ?&lt;BR /&gt;I'm pretty sure a table exists, but I can't find it.&lt;BR /&gt;My need here is to know which tasks didn't go through because of a condition evaluated to false.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Florent&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1955361#M321</guid>
      <dc:creator>florent1</dc:creator>
      <dc:date>2022-07-13T15:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1984931#M565</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45749"&gt;@florent1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry for the very late reaction. I will look I to this next week and let you know as soon as possible what the options are.&lt;/P&gt;
&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 03:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1984931#M565</guid>
      <dc:creator>marcginqo</dc:creator>
      <dc:date>2022-09-24T03:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Schedule Monitor (NP17+) and Failed Task reporting</title>
      <link>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1985470#M566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45749"&gt;@florent1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure if there is a way of getting information regarding the tasks that did not go through due to a condition set.&lt;/P&gt;
&lt;P&gt;There might be something in the NPrinting PostgreSQL database that is used in the Schedule Monitor as well. I could not find a part in the API's that will give you that information.&lt;/P&gt;
&lt;P&gt;In the Schedule Monitor there is a piece that loads data regarding Task Executions but no condition status in there.&lt;/P&gt;
&lt;P&gt;Maybe&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49381"&gt;@Stephen_Jasionowski&lt;/a&gt;&amp;nbsp;knows about this.&lt;/P&gt;
&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 15:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/NPrinting-Schedule-Monitor-NP17-and-Failed-Task-reporting/tac-p/1985470#M566</guid>
      <dc:creator>marcginqo</dc:creator>
      <dc:date>2022-09-26T15:25:46Z</dc:date>
    </item>
  </channel>
</rss>

