<?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 Reports, Tasks and Connections that use Section Access Fail or Access Denied errors in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/NPrinting-Reports-Tasks-and-Connections-that-use-Section-Access/ta-p/1832996</link>
    <description>&lt;H4&gt;Symptoms Reported&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;NPrinting Report(s) inside a publish task with connections to QVWs or QVFs that use Section Access do not work as expected.&lt;/LI&gt;
&lt;LI&gt;NPrinting Connections fail to execute normally despite connection verification completing successfully&lt;/LI&gt;
&lt;LI&gt;Section access check box is selected in the NPrinting connection however section access is not respected&lt;/LI&gt;
&lt;LI&gt;NPrinting publish task recipients are ignored in the report production despite that they are included in the Qlik Sense app load script&lt;/LI&gt;
&lt;LI&gt;NPrinting Connections, Publish Tasks fail. NPrinting error logs shows 'failed to open document'&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Diagnosis&lt;/FONT&gt;:&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Is the Qlik Sense app in a 'Published' State or is it 'Unpublished'?&lt;/LI&gt;
&lt;LI&gt;Is the NPrinting Service account part of the load script in either the Qlik Sense or QlikView application&lt;/LI&gt;
&lt;LI&gt;Check if the NPrinting, QlikView, Qlik Sense servers and domain accounts are in the same domain&lt;/LI&gt;
&lt;LI&gt;Look for On Open triggers (QlikView) that might block the document from opening. &lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-NPrinting-Unsupported-QlikView-Document-items-System/ta-p/1714896" target="_blank" rel="noopener"&gt;Unsupported QlikView Document item... - Qlik Community - 1714896&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;To ensure expected section access processing, the Qlik Sense app MUST be 'Published' in the QMC&amp;gt;Apps interface. &lt;A title="Connecting to Qlik Sense apps with section access" href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3" target="_blank" rel="noopener"&gt;Connecting to Qlik Sense apps with section access&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Ensure that section access is configured accurately in the load script. (see example below)&lt;/LI&gt;
&lt;LI&gt;Each user that requires access to NPrinting reports (&lt;U&gt;&lt;EM&gt;including the NPrinting service user account&lt;/EM&gt;&lt;/U&gt;) are accurately added to the load script&lt;/LI&gt;
&lt;LI&gt;Ensure the NP service account is a member of the NP server local administrators group&lt;/LI&gt;
&lt;LI&gt;If Qlik Sense
&lt;UL&gt;
&lt;LI&gt;ensure the NP service account is rootadmin on the Qlik Sense server&lt;/LI&gt;
&lt;LI&gt;ensure the NP service account or other users in the load script are not limited by any Qlik Sense rules&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If QlikView, ensure the NP service account is member of the QlikView administrators group on the QlikView Server(s)&lt;/LI&gt;
&lt;LI&gt;Ensure the NPrinting, QlikView, Qlik Sense servers and related service accounts are all members of the same domain&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample working Section Access Code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// The following format is required for NP connection identity/domain account used in the NPrinting Connection. Recommend using the NPrinting Service User Account as the connection identity when section access is used in QV or QS source documents

//Example below - domain\npsensesvc is NP service account and is used as the NPrinting Connection Identity

// ADMIN, domain\npsensesvc, *

//The dimension 'Year' must be type accurately thus match the 'case' used in the source QS app


section access;
LOAD * inline [
ACCESS, USERID, REDUCTION
ADMIN, domain\npsensesvc, *
USER, domain\user1, 1
USER, domain\user2, 2
];
section application;


star is *;
LOAD * inline [
REDUCTION, Year
1, 2019
2, 2020
3, 2021
4, *
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-does-Nprinting-Handle-Multiple-Concurrent-Publish-Task/ta-p/1814533" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Knowledge/How-does-Nprinting-Handle-Multiple-Concurrent-Publish-Task/ta-p/1814533&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Investigation (internal) ID:&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;OP-9990&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 29 Sep 2023 16:08:08 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2023-09-29T16:08:08Z</dc:date>
    <item>
      <title>NPrinting Reports, Tasks and Connections that use Section Access Fail or Access Denied errors</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/NPrinting-Reports-Tasks-and-Connections-that-use-Section-Access/ta-p/1832996</link>
      <description>&lt;H4&gt;Symptoms Reported&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;NPrinting Report(s) inside a publish task with connections to QVWs or QVFs that use Section Access do not work as expected.&lt;/LI&gt;
&lt;LI&gt;NPrinting Connections fail to execute normally despite connection verification completing successfully&lt;/LI&gt;
&lt;LI&gt;Section access check box is selected in the NPrinting connection however section access is not respected&lt;/LI&gt;
&lt;LI&gt;NPrinting publish task recipients are ignored in the report production despite that they are included in the Qlik Sense app load script&lt;/LI&gt;
&lt;LI&gt;NPrinting Connections, Publish Tasks fail. NPrinting error logs shows 'failed to open document'&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Diagnosis&lt;/FONT&gt;:&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Is the Qlik Sense app in a 'Published' State or is it 'Unpublished'?&lt;/LI&gt;
&lt;LI&gt;Is the NPrinting Service account part of the load script in either the Qlik Sense or QlikView application&lt;/LI&gt;
&lt;LI&gt;Check if the NPrinting, QlikView, Qlik Sense servers and domain accounts are in the same domain&lt;/LI&gt;
&lt;LI&gt;Look for On Open triggers (QlikView) that might block the document from opening. &lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-NPrinting-Unsupported-QlikView-Document-items-System/ta-p/1714896" target="_blank" rel="noopener"&gt;Unsupported QlikView Document item... - Qlik Community - 1714896&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;To ensure expected section access processing, the Qlik Sense app MUST be 'Published' in the QMC&amp;gt;Apps interface. &lt;A title="Connecting to Qlik Sense apps with section access" href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3" target="_blank" rel="noopener"&gt;Connecting to Qlik Sense apps with section access&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Ensure that section access is configured accurately in the load script. (see example below)&lt;/LI&gt;
&lt;LI&gt;Each user that requires access to NPrinting reports (&lt;U&gt;&lt;EM&gt;including the NPrinting service user account&lt;/EM&gt;&lt;/U&gt;) are accurately added to the load script&lt;/LI&gt;
&lt;LI&gt;Ensure the NP service account is a member of the NP server local administrators group&lt;/LI&gt;
&lt;LI&gt;If Qlik Sense
&lt;UL&gt;
&lt;LI&gt;ensure the NP service account is rootadmin on the Qlik Sense server&lt;/LI&gt;
&lt;LI&gt;ensure the NP service account or other users in the load script are not limited by any Qlik Sense rules&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If QlikView, ensure the NP service account is member of the QlikView administrators group on the QlikView Server(s)&lt;/LI&gt;
&lt;LI&gt;Ensure the NPrinting, QlikView, Qlik Sense servers and related service accounts are all members of the same domain&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample working Section Access Code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// The following format is required for NP connection identity/domain account used in the NPrinting Connection. Recommend using the NPrinting Service User Account as the connection identity when section access is used in QV or QS source documents

//Example below - domain\npsensesvc is NP service account and is used as the NPrinting Connection Identity

// ADMIN, domain\npsensesvc, *

//The dimension 'Year' must be type accurately thus match the 'case' used in the source QS app


section access;
LOAD * inline [
ACCESS, USERID, REDUCTION
ADMIN, domain\npsensesvc, *
USER, domain\user1, 1
USER, domain\user2, 2
];
section application;


star is *;
LOAD * inline [
REDUCTION, Year
1, 2019
2, 2020
3, 2021
4, *
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Section-access.htm#anchor-3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-does-Nprinting-Handle-Multiple-Concurrent-Publish-Task/ta-p/1814533" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Knowledge/How-does-Nprinting-Handle-Multiple-Concurrent-Publish-Task/ta-p/1814533&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;Investigation (internal) ID:&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;OP-9990&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 29 Sep 2023 16:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/NPrinting-Reports-Tasks-and-Connections-that-use-Section-Access/ta-p/1832996</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2023-09-29T16:08:08Z</dc:date>
    </item>
  </channel>
</rss>

