<?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: Connecting to NPrinting API using Qlik Sense REST connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389482#M3013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, how did you get to access NPrinting via Postman. I am trying to do this, but unsuccessful thus far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 15:34:24 GMT</pubDate>
    <dc:creator>sri_c003</dc:creator>
    <dc:date>2018-01-08T15:34:24Z</dc:date>
    <item>
      <title>Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389479#M3010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m currently trying to connect to the NPrinting API using the Qlik REST connector. &lt;/P&gt;&lt;P&gt;I managed to successfully authenticate and trigger a task using Postman, but when I´m trying to use the Qlik REST connector I´m getting an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to trigger an NPrinting task during a Qlik Sense reload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My settings in Postman is: &lt;/P&gt;&lt;P&gt;Method: POST&lt;BR /&gt;URL: &lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; background-color: #fafafa;"&gt;&lt;A class="jive-link-external-small" href="https://SERVERURL:4993/api/v1/tasks/07ea791d-3aa0-465e-b38b-fea0f2b026f2/executions" rel="nofollow" target="_blank"&gt;https://SERVERURL:4993/api/v1/tasks/07ea791d-3aa0-465e-b38b-fea0f2b026f2/executions&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Headers: Content-Type: &lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;application/x-www-form-urlencoded&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-size: 12px; font-family: OpenSans, Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My settings in the rest connector:&lt;/P&gt;&lt;P&gt;Method: POST&lt;/P&gt;&lt;P&gt;URL: &lt;A href="https://clse-wecksense:4993/api/v1/tasks/07ea791d-3aa0-465e-b38b-fea0f2b026f2/executions" title="https://clse-wecksense:4993/api/v1/tasks/07ea791d-3aa0-465e-b38b-fea0f2b026f2/executions" target="_blank"&gt;https://SERVERURL:4993/api/v1/tasks/07ea791d-3aa0-465e-b38b-fea0f2b026f2/executions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Auth detect response type: Yes&lt;/P&gt;&lt;P&gt;Use Windows authentication: Yes&lt;/P&gt;&lt;P&gt;I tried both with and whiteout Server certificate validation, but not 100% sure what certificate to use here.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Query headers: Name: Content-Type, Value: application/x-www-form-urlencoded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone managed to do this? And if so, what settings did you use? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389479#M3010</guid>
      <dc:creator>climberdavid</dc:creator>
      <dc:date>2021-12-21T13:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389480#M3011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working on the same idea, and has with succes executed GET commends to the Nprining API using the Qlik rest connector.&lt;/P&gt;&lt;P&gt;I'm first getting a authentication cookie, which I use in the following calls using NTLM without certificates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I've no success in executing POST commands, as they result in an 203.&lt;/P&gt;&lt;P&gt;Qlik support has tested the same configuration, and have concluded that the REST connector does not work with the Nprinting API., and suggest building a solution to start a Nprining in another way (by not using the Qlik REST connector)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 04:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389480#M3011</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2017-09-27T04:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389481#M3012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I'm using qlik sense qrs to track on qlik sense tast status&lt;/P&gt;&lt;P&gt;when status done/completed&amp;nbsp; i'm excecut NPrinting task by using REST API&lt;/P&gt;&lt;P&gt;C# implementation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389481#M3012</guid>
      <dc:creator>shneior2</dc:creator>
      <dc:date>2017-12-07T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389482#M3013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, how did you get to access NPrinting via Postman. I am trying to do this, but unsuccessful thus far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389482#M3013</guid>
      <dc:creator>sri_c003</dc:creator>
      <dc:date>2018-01-08T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389483#M3014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look print screen attached &lt;/P&gt;&lt;P&gt;first:&amp;nbsp; i enabled HTTP&amp;nbsp; &lt;/P&gt;&lt;P&gt;second:&amp;nbsp; you need to find your xfrfKey&lt;/P&gt;&lt;P&gt;third: recive "result id"&amp;nbsp; will allow you to send requriers&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389483#M3014</guid>
      <dc:creator>shneior2</dc:creator>
      <dc:date>2018-01-08T16:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to NPrinting API using Qlik Sense REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389484#M3015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get some GET commands running with the NPrinting Api. I have no need for POST commands at this point. Can you tell me how to get this working? I can get the login connection working and get a Token. But I don't know how to get the commands working.(In Sense)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-to-NPrinting-API-using-Qlik-Sense-REST-connector/m-p/1389484#M3015</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-01-19T09:52:01Z</dc:date>
    </item>
  </channel>
</rss>

