<?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 Re: Dependency task trigger in Nprinting in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1533997#M22136</link>
    <description>Check the following article.&lt;BR /&gt;&lt;A href="https://qliksupport.force.com/articles/000057262" target="_blank"&gt;https://qliksupport.force.com/articles/000057262&lt;/A&gt;</description>
    <pubDate>Wed, 23 Jan 2019 17:06:01 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2019-01-23T17:06:01Z</dc:date>
    <item>
      <title>Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1526197#M21884</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I want to set a hierarchical task in Npriting (June'18 version) which should run basis the completion of another task(like it happens in QMC).&lt;/P&gt;&lt;P&gt;kindly assist me to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran K&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 19:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1526197#M21884</guid>
      <dc:creator>khan_imran</dc:creator>
      <dc:date>2020-03-18T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1526236#M21886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It's currently not possible to do it in the NPrinting Web Console. Please see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/Introduction/Introduction.htm" target="_self"&gt;What is Qlik NPrinting?&lt;/A&gt;&amp;nbsp;to get a list of the available feature in the latest version.&lt;/P&gt;
&lt;P&gt;However, you could do that by building an application/script using our API.&lt;/P&gt;
&lt;P&gt;You will need to use two methods I believe:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Get status of task A. See this &lt;A href="https://help.qlik.com/en-US/nprinting/November2018/APIs/NP+API/index.html?page=46" target="_self"&gt;link&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- If the&amp;nbsp;status is a&amp;nbsp;success then run task B. See this &lt;A href="https://help.qlik.com/en-US/nprinting/November2018/APIs/NP+API/index.html?page=49" target="_self"&gt;link&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is an &lt;A href="https://qliksupport.force.com/articles/000036764" target="_self"&gt;article &lt;/A&gt;to get started with the NPrinting API using Postman&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is &lt;A href="https://qliksupport.force.com/articles/000052573" target="_self"&gt;one &lt;/A&gt;to get started with the NPrinting API using Powershell&lt;/P&gt;
&lt;P&gt;Hope this helps !!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 10:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1526236#M21886</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2019-01-04T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1532438#M22088</link>
      <description>&lt;P&gt;Should i Install it on Server from which Npriting services are running or would it be installed on Users machine.&lt;/P&gt;&lt;P&gt;Also I have installed&amp;nbsp;QlikRestConnector on Npriting server and when I am try to get a connection tested, I am getting an error Not Authorized 401 error.&lt;/P&gt;&lt;P&gt;I tried to logic from service account but the error remains the same.&lt;/P&gt;&lt;P&gt;I want to run Nprinting task post successful reload of QMC task(QlikView).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran K&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 06:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1532438#M22088</guid>
      <dc:creator>khan_imran</dc:creator>
      <dc:date>2019-01-20T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1532789#M22107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would suggest starting locally and once it's working locally you can try from an external machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding using NPrinting and Qlik Rest Connector, you can follow this &lt;A href="https://qliksupport.force.com/articles/000039269" target="_self"&gt;guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 15:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1532789#M22107</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2019-01-21T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1533995#M22135</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Bastien,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your solution. I tried with the Qlik Rest connector and was able to get the connection done for GET part. However after applying the next step i got below error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 403 (Forbidden):&lt;/P&gt;&lt;P&gt;The server refused to fulfill the request.&lt;BR /&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"__KEY_data",&lt;BR /&gt;(SELECT&lt;BR /&gt;"id",&lt;BR /&gt;"name",&lt;BR /&gt;"description",&lt;BR /&gt;"type",&lt;BR /&gt;"created",&lt;BR /&gt;"lastUpdate",&lt;BR /&gt;"lastExecution",&lt;BR /&gt;"enabled",&lt;BR /&gt;"appId",&lt;BR /&gt;"__FK_items"&lt;BR /&gt;FROM "items" FK "__FK_items")&lt;BR /&gt;FROM JSON (wrap off) "data" PK "__KEY_data"&lt;BR /&gt;WITH CONNECTION( URL "https://servername:4993/api/v1/tasks", HTTPHEADER "cookie" "",&lt;BR /&gt;QUERY "Limit" "1000000",)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also I tried with POST part as well and getting below error;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Contention&lt;SPAN&gt;&amp;nbsp;failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTTP protocol error 403(Forbidden):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The server refused to fulfill the request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do assist me to resolve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Imran Khan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 17:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1533995#M22135</guid>
      <dc:creator>khan_imran</dc:creator>
      <dc:date>2019-01-23T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency task trigger in Nprinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1533997#M22136</link>
      <description>Check the following article.&lt;BR /&gt;&lt;A href="https://qliksupport.force.com/articles/000057262" target="_blank"&gt;https://qliksupport.force.com/articles/000057262&lt;/A&gt;</description>
      <pubDate>Wed, 23 Jan 2019 17:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dependency-task-trigger-in-Nprinting/m-p/1533997#M22136</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-01-23T17:06:01Z</dc:date>
    </item>
  </channel>
</rss>

