<?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: How to use Qlik NPrinting APIs inside a Qlik Sense load script in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/1512046#M21435</link>
    <description>Solution below-&lt;BR /&gt;NPrinting API Error: QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 500 (Internal Server Error):&lt;BR /&gt;&lt;BR /&gt;Description&lt;BR /&gt;What are you attempting to do?&lt;BR /&gt;When attempting to trigger NPrinting Tasks using the NPrinting API Task Trigger from a reloaded QlikView application the QVX-UNEXPECTED-END-OF-DATA-HTTP-protocol-error-500-Internal-Server-Error error is generated&lt;BR /&gt;What is the expected result?&lt;BR /&gt;If a publish task is disabled, the API should be able to manage disabled published tasks&lt;BR /&gt;​&lt;BR /&gt;APP TASK&lt;BR /&gt;PROD Publish Task 1&lt;BR /&gt;PROD Publish Task 2&lt;BR /&gt;&lt;BR /&gt;What is the actual result?&lt;BR /&gt;If any of the NPrinting Publish Tasks are initially enabled as above but then subsequently disabled or deleted, the following reload error occurs:&lt;BR /&gt;QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 500 (Internal Server Error)&lt;BR /&gt;Cause&lt;BR /&gt;Cause:&lt;BR /&gt;The current NP TASK API, is unable to manage disabled NPrinting Publish Tasks that were previously enabled.&lt;BR /&gt;If any Publish Task is disabled that was previously enabled, the error QVX-UNEXPECTED-END-OF-DATA-HTTP-protocol-error-500-Internal-Server-Error will be generated when reloading your application.&lt;BR /&gt;&lt;BR /&gt;An improvement has been submitted that is expected to:&lt;BR /&gt;prevent any disabled tasks in the app from causing the reload error 'QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 500 (Internal Server Error)"&lt;BR /&gt;Resolution&lt;BR /&gt;Solution : Multiple Publish Tasks within a Single NP 'App'&lt;BR /&gt;Keep all Publish Tasks enabled within the NP App as in the example above. Do not disable or delete any of the Publish Tasks.&lt;BR /&gt;NOTE: If you must disable a publish task, you can simply disable the report or remove the report and recipients from the task but do not disable the task itself.&lt;BR /&gt;&lt;BR /&gt;NOTE: that processing of more than a single tasks not a bug but rather a problem with code used to execute tasks&lt;BR /&gt;The API is expected to be updated in a future release of NPrinting to better manage previously enabled but then subsequently disabled tasks in an NP 'App'&lt;BR /&gt;At the moment, we cannot provide an estimate at this time when the update will be included in the NPrinting API library as the scope of work and implementation of the improvement is currently underway by our R&amp;amp;D team. The workaround is to keep all tasks enabled or follow the note in solution 2 if a report in a task must no longer go out.&lt;BR /&gt;In order to allow multiple tasks to run, update your load script with the appropriate code available in the QVW load script attached to this article.&lt;BR /&gt;&lt;BR /&gt;UPDATE: New code has been provided by R&amp;amp;D that is attached to this article.This code will allow you to execute all publish tasks in within a single NPrinting App.&lt;BR /&gt;Caveate: You must have at least 1 publish task enabled.&lt;BR /&gt;&lt;BR /&gt;Conclusion: There is no bug with the API. If you get the error QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 500 (Internal Server Error)" this is a warning that there is a problem with the code you are using in conjunction with the NPrinting Task Execution API. Use the attached code which includes the NPrinting Task Execution API to resolve the error.&lt;BR /&gt;Disclaimer&lt;BR /&gt;Access to this article is provided to you as part of your subscription to Qlik Maintenance. This article is deemed to be “Documentation” under the terms of the license agreement applicable to your Qlik software. All rights reserved © QlikTech International AB.</description>
    <pubDate>Mon, 26 Nov 2018 09:04:19 GMT</pubDate>
    <dc:creator>anindya_manna</dc:creator>
    <dc:date>2018-11-26T09:04:19Z</dc:date>
    <item>
      <title>How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54441#M1985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;attached you'll find a step by step tutorial explaining how to use Qlik Sense (and also QlikView) load script to interact with the Qlik NPrinting APIs.&lt;/P&gt;&lt;P&gt;The examples include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Logging in into NPrinting&lt;/LI&gt;&lt;LI&gt;Collecting data from NPrinting&lt;/LI&gt;&lt;LI&gt;Reloading metadata for a NPrinting connection&lt;/LI&gt;&lt;LI&gt;Create, update and delete NPrinting users&lt;/LI&gt;&lt;LI&gt;Triggering a NPrinting publish task&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This document also shows how to use Qlik Sense Tasks to chain these different events directly from QMC.&lt;/P&gt;&lt;P&gt;This tutorial uses standard Qlik REST Connector.&lt;/P&gt;&lt;P&gt;Please read carefully the requirements before to dig into the actual examples.&lt;/P&gt;&lt;P&gt;Enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54441#M1985</guid>
      <dc:creator>Gianluca_Perin</dc:creator>
      <dc:date>2018-02-20T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54442#M1986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great for Qlik Sense. What about QlikView ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 20:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54442#M1986</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2018-02-21T20:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54443#M1987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a heads-up, you will also need to allow response headers in the REST login connection settings (page 8/9):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194140_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;HTH - Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 04:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54443#M1987</guid>
      <dc:creator>Daniel_Jenkins</dc:creator>
      <dc:date>2018-02-22T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54444#M1988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From page 2 of the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The concepts explained in this document are applicable to call all the available NPrinting APIs; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All the examples shown in this tutorial has been tested in a &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;QlikView&lt;/STRONG&gt;&lt;/SPAN&gt; script as well. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH - Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 04:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54444#M1988</guid>
      <dc:creator>Daniel_Jenkins</dc:creator>
      <dc:date>2018-02-22T04:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54445#M1989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed the bug was solved with the last update, like you said when helping metrying to figure this out. But this document with all the examples and such is a great help, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 07:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54445#M1989</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-02-22T07:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54446#M1990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gianluca,&lt;/P&gt;&lt;P&gt;this is wonderful ... thank you for the very useful documentation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 23:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54446#M1990</guid>
      <dc:creator>ingoginqo</dc:creator>
      <dc:date>2018-02-22T23:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54447#M1991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried but cannot get the REST connection to work.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have all the right versions of Nprinting and REST installed.&lt;/LI&gt;&lt;LI&gt;I have turned of the firewall on the NPrinting server&lt;/LI&gt;&lt;LI&gt;When I try the get connection I receive the error below&lt;/LI&gt;&lt;LI&gt;I have tried from my own computer, from a Qlik Sense server and also installed REST+QlikView on the NPrinting server.&lt;/LI&gt;&lt;LI&gt;I looked in the Nprinting logs and the full error message is:&lt;UL&gt;&lt;LI&gt;Qlik.NPrinting.Repo 18.0.3.0 Qlik.NPrinting.Repo.Service.AuthenticationService 20180226T151015.662+01:00 INFO STRNPRINT&amp;nbsp; 0 0 0 0 0 0 0 0 Windows login failed. No valid Windows identity in the current principal.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Does anyone have a clue what the problem could be?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NP.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194597_NP.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 14:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54447#M1991</guid>
      <dc:creator>tan123qlik</dc:creator>
      <dc:date>2018-02-26T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54448#M1992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try API calls on the NPrinting server in the webbrowser to see what is happening. &lt;/P&gt;&lt;P&gt;I am assuming your login is correct and you checked all the correct checkboxes. Is the login you are using the account used to connect Sense and NPrinting together? if not can you try this account and see what happens? I have been playing with this a lot also before the bug was fixed and never had any issues with the login request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 07:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54448#M1992</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-02-27T07:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54449#M1993</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;The logs say "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Windows login failed. No valid Windows identity in the current principal.". Please check that you have configured the domain account field for the Qlik NPrinting user you are using. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 09:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54449#M1993</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2018-02-27T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54450#M1994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your support. I have done more tests but still get the same result. I also installed Postman at the Nprintng server to test. I get the same result from that. See below for the setup from postman and Nprinting. From what I can see the accounts are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54450#M1994</guid>
      <dc:creator>tan123qlik</dc:creator>
      <dc:date>2018-02-27T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54451#M1995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194730_Capture1.PNG" style="width: 620px; height: 316px;" /&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194731_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54451#M1995</guid>
      <dc:creator>tan123qlik</dc:creator>
      <dc:date>2018-02-27T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54452#M1996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, did you check if you are using http or https?&lt;/P&gt;&lt;P&gt;are you using a self signed certificate?&lt;/P&gt;&lt;P&gt;I have tried it out and it seams to working ok for me.&lt;/P&gt;&lt;P&gt;in order to check, you may install Google Chrome ARC extension and see if you succeed to establish an NTLM connection to you NPrinting server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2018 13:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54452#M1996</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-03-04T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54453#M1997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works for me. The only differences I can see are marked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195276_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;HTH - Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 03:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54453#M1997</guid>
      <dc:creator>Daniel_Jenkins</dc:creator>
      <dc:date>2018-03-05T03:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54454#M1998</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;Did you tried to activate the XHR extension?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="XHR extension.png" class="jive-image image-1" src="/legacyfs/online/195292_XHR extension.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 09:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54454#M1998</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2018-03-05T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54455#M1999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found the error. I had written &lt;A href="https://strnprint:4993/api/V1/login/ntlm"&gt;https://strnprint:4993/api/V1/login/ntlm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you look carfully you see a capital "V". When I changed that to a lower case "v" everyting works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 12:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54455#M1999</guid>
      <dc:creator>tan123qlik</dc:creator>
      <dc:date>2018-03-05T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54456#M2000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guys!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try follow the example from QlikView but I see the follow error in the step of retry user information:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="196231" alt="2018-03-13 17_36_06-qlikview_test.cramer.cl - Conexión a Escritorio remotoBORDE.png" class="jive-image image-1" src="/legacyfs/online/196231_2018-03-13 17_36_06-qlikview_test.cramer.cl - Conexión a Escritorio remotoBORDE.png" style="height: 185px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have user with locale in 'es' and 'pt-BR' in appear nprinting failt to get information of the pt-BR users !, this is a issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use:&lt;/P&gt;&lt;P&gt;Qlik Rest Connector 1.3.0&lt;/P&gt;&lt;P&gt;QlikView Desktop November 2017 SR1&lt;/P&gt;&lt;P&gt;Qlik NPrinting February 2018 SR1 18.0.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 20:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54456#M2000</guid>
      <dc:creator>glacoste</dc:creator>
      <dc:date>2018-03-13T20:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54457#M2001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems a bug. To better investigate please open a support ticket. Send us all useful information like the logs and, if possible, a backup of you NPrinting repository.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54457#M2001</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2018-03-14T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54458#M2002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change the locale for the users from 'pt-BR' to 'es' and this work correctly, I send a case for review the bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that nprinting has a problem with the '-' character, this character is present in the locale string and the machine name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54458#M2002</guid>
      <dc:creator>glacoste</dc:creator>
      <dc:date>2018-03-14T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54459#M2003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your test, it confirms that it is better to deeper investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54459#M2003</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2018-03-14T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik NPrinting APIs inside a Qlik Sense load script</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54460#M2004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gianluca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great job!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Rest API have a row limit?&lt;/P&gt;&lt;P&gt;I connected to NPrinting and load the list of apps using your example.&lt;/P&gt;&lt;P&gt;I've got only 50 rows.&lt;/P&gt;&lt;P&gt;Meanwhile, I have 63 apps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same is true for tasks, connections, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to extract all the rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 09:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/m-p/54460#M2004</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2018-05-30T09:53:58Z</dc:date>
    </item>
  </channel>
</rss>

