<?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 NP GET Users not working since february update in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NP-GET-Users-not-working-since-february-update/m-p/1694001#M12635</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;The automatic Qlik Sense - Nprinting Reporting is not working anymore since february 2020 Update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have following Entry in the Part "NP GET USER":&lt;/P&gt;&lt;P&gt;// Get User with "user" email&lt;/P&gt;&lt;P&gt;RestUserMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"__KEY_data",&lt;BR /&gt;(SELECT&lt;BR /&gt;"id",&lt;BR /&gt;"email",&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 "&lt;A href="https://aswpqlik.root.net:4993/api/v1/users" target="_blank" rel="noopener"&gt;https://aswpqlik.root.net:4993/api/v1/users&lt;/A&gt;", HTTPHEADER "cookie" "$(vCookie)" );&lt;/P&gt;&lt;P&gt;[users_items]:&lt;BR /&gt;LOAD&lt;BR /&gt;[id] AS [users_userId],&lt;BR /&gt;[email] AS [users_userEmail]&lt;BR /&gt;RESIDENT RestUserMasterTable&lt;BR /&gt;WHERE NOT IsNull([__FK_items]) AND SubStringCount([email], 'su_aswpqlik@xy') &amp;lt;&amp;gt; 0;&lt;/P&gt;&lt;P&gt;//Extracts the userId of the desired NP User&lt;BR /&gt;let vUserId = Peek('users_userId',0,'users_items');&lt;/P&gt;&lt;P&gt;DROP TABLE RestUserMasterTable;&lt;/P&gt;&lt;P&gt;Error Message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTTP protocol error 403 (Forbidden): The server refused to fulfill the request.: RestUserMasterTable: SQL SELECT "__KEY_data", (SELECT "id", "email", "__FK_items" FROM "items" FK "__FK_items") FROM JSON (wrap off) "data" PK "__KEY_data" WITH CONNECTION( URL "&lt;/SPAN&gt;&lt;A href="https://aswpqlikprnt01.llb.root.net:4993/api/v1/users" target="_blank" rel="noopener"&gt;https://aswpqlik.root.net:4993/api/v1/users",&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;HTTPHEADER "cookie" "" )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Connection is working (Tested ok).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 11:37:49 GMT</pubDate>
    <dc:creator>madmax88</dc:creator>
    <dc:date>2020-04-16T11:37:49Z</dc:date>
    <item>
      <title>NP GET Users not working since february update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NP-GET-Users-not-working-since-february-update/m-p/1694001#M12635</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;The automatic Qlik Sense - Nprinting Reporting is not working anymore since february 2020 Update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have following Entry in the Part "NP GET USER":&lt;/P&gt;&lt;P&gt;// Get User with "user" email&lt;/P&gt;&lt;P&gt;RestUserMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"__KEY_data",&lt;BR /&gt;(SELECT&lt;BR /&gt;"id",&lt;BR /&gt;"email",&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 "&lt;A href="https://aswpqlik.root.net:4993/api/v1/users" target="_blank" rel="noopener"&gt;https://aswpqlik.root.net:4993/api/v1/users&lt;/A&gt;", HTTPHEADER "cookie" "$(vCookie)" );&lt;/P&gt;&lt;P&gt;[users_items]:&lt;BR /&gt;LOAD&lt;BR /&gt;[id] AS [users_userId],&lt;BR /&gt;[email] AS [users_userEmail]&lt;BR /&gt;RESIDENT RestUserMasterTable&lt;BR /&gt;WHERE NOT IsNull([__FK_items]) AND SubStringCount([email], 'su_aswpqlik@xy') &amp;lt;&amp;gt; 0;&lt;/P&gt;&lt;P&gt;//Extracts the userId of the desired NP User&lt;BR /&gt;let vUserId = Peek('users_userId',0,'users_items');&lt;/P&gt;&lt;P&gt;DROP TABLE RestUserMasterTable;&lt;/P&gt;&lt;P&gt;Error Message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTTP protocol error 403 (Forbidden): The server refused to fulfill the request.: RestUserMasterTable: SQL SELECT "__KEY_data", (SELECT "id", "email", "__FK_items" FROM "items" FK "__FK_items") FROM JSON (wrap off) "data" PK "__KEY_data" WITH CONNECTION( URL "&lt;/SPAN&gt;&lt;A href="https://aswpqlikprnt01.llb.root.net:4993/api/v1/users" target="_blank" rel="noopener"&gt;https://aswpqlik.root.net:4993/api/v1/users",&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;HTTPHEADER "cookie" "" )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Connection is working (Tested ok).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NP-GET-Users-not-working-since-february-update/m-p/1694001#M12635</guid>
      <dc:creator>madmax88</dc:creator>
      <dc:date>2020-04-16T11:37:49Z</dc:date>
    </item>
  </channel>
</rss>

