<?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: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384647#M1334647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok great, thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 18:15:31 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2012-09-12T18:15:31Z</dc:date>
    <item>
      <title>Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384641#M1334630</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have hit a roadblock in our development and hopefully someone can see what we are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are attempting to use getwebticket functionality (aspnet) combined with, section access/section application and publisher’s loop and reduce functionality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our initial testing we used the reload engine instead of publisher. The ticket and document reduction were working properly. In our production environment we can see the ticket is generated and the accesspoint recognizes the authenticated user, their name is displayed in the upper right corner, but when you attempt to open a document access is denied. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an account on the authentication site that is the same as the account that runs all our Qlikview services (QlikviewAccount in the section access and section application script(below)). This account can open all documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we turn off reduce data/strict exclusion in the document and reload other authenticated users can access the document, leading us to believe the issue lies in the section access/application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then commented out the section access and section application key words and confirmed that the data is being loaded in the security tables and everything links properly. So I’m a bit stumped, is there a setting we are missing when using publisher or is there an issue in our section access/application script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the settings and script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product: Qlikview Server 11 (11.0.11282.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview Server settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) DMS mode&lt;/P&gt;&lt;P&gt;2) Prohibit Anonymous&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview Web Server settings: - authentication&lt;/P&gt;&lt;P&gt;1) Always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Publisher job:&lt;/P&gt;&lt;P&gt;1) Reload enabled&lt;/P&gt;&lt;P&gt;2) Reduce – loop through document field&lt;/P&gt;&lt;P&gt;3) Distribute to all authenticated users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Settings:&lt;/P&gt;&lt;P&gt;1) Security – Admin Override Security&lt;/P&gt;&lt;P&gt;2) Opening – Reduce Data – strict exclusion&lt;/P&gt;&lt;P&gt;3) Server – Filter AccessPoint Document List Based on Section Access – checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Security:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ACCESS,&lt;/P&gt;&lt;P&gt;NTNAME,&lt;/P&gt;&lt;P&gt;REPLACE(REPLACE(SECURITYKEY,'{',''),'}','') AS SECURITYKEY;&lt;/P&gt;&lt;P&gt;sql select upper(username) as NTNAME,upper(case c.rolename when 'Administrator' then 'Admin' else 'User' end) as ACCESS, ltrim(rtrim(upper(a.userid))) as SECURITYKEY&lt;/P&gt;&lt;P&gt;from qlikview_security.dbo.aspnet_Users as a&lt;/P&gt;&lt;P&gt;inner join qlikview_security.dbo.aspnet_UsersInRoles as b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on a.UserId = b.UserId&lt;/P&gt;&lt;P&gt;inner join qlikview_security.dbo.aspnet_roles as c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on b.RoleId = c.RoleId&lt;/P&gt;&lt;P&gt;where lower(c.rolename)&amp;lt;&amp;gt;'registered';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;NTNAME,ACCESS,SECURITYKEY&lt;/P&gt;&lt;P&gt;QlikviewAccount,ADMIN,QV-121-344-422&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;star is '*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;REPLACE(REPLACE(SECURITYKEY,'{',''),'}','') AS SECURITYKEY,&lt;/P&gt;&lt;P&gt;DATAKEY,&lt;/P&gt;&lt;P&gt;if(SCOPE=0,1,2) as SCOPE&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;sql select ltrim(rtrim(upper(a.userid))) as SECURITYKEY ,ltrim(rtrim(isnull(e.EntityCode,'*'))) as DATAKEY, f.scope as SCOPE&lt;/P&gt;&lt;P&gt;from qlikview_security.dbo.aspnet_Users as a&lt;/P&gt;&lt;P&gt;inner join qlikview_security.dbo.aspnet_UsersInRoles as b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on a.UserId = b.UserId&lt;/P&gt;&lt;P&gt;inner join qlikview_security.dbo.aspnet_roles as c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on b.RoleId = c.RoleId&lt;/P&gt;&lt;P&gt;left join qlikview_security.dbo.UsersEntities as d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on a.UserId = d.UserId&lt;/P&gt;&lt;P&gt;left join qlikview_security.dbo.Entities as e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on d.EntityId = e.EntityId&lt;/P&gt;&lt;P&gt;inner join qlikview_security.dbo.UserDemographic as f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on a.UserId = f.UserId&lt;/P&gt;&lt;P&gt;where lower(c.rolename)&amp;lt;&amp;gt;'registered' and active = 1;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;SECURITYKEY,DATAKEY,SCOPE&lt;/P&gt;&lt;P&gt;QV-121-344-422,*,1&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384641#M1334630</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384642#M1334632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dirk, are you dealing with a really large application? why the need to do both a loop &amp;amp; reduce and section access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tested to see if section access works without doing a loop &amp;amp; reduce?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 23:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384642#M1334632</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-05T23:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384643#M1334635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is a large application and for needs to be broken into secure large units. These units are than further reduced by section access according to users needed access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed the loop and reduce from the test job and redistributed. No user can access the document except for the &lt;/P&gt;&lt;P&gt;Qlikview Services account I created on the authentication site (&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;QlikviewAccount&lt;/SPAN&gt;) in inline load in the above script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 01:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384643#M1334635</guid>
      <dc:creator />
      <dc:date>2012-09-06T01:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384644#M1334638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out if you're doing something wrong, I would just test with a really simple document, made all by inline tables to check if section access is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following too please&lt;/P&gt;&lt;P&gt;- Make sure all field names and field contents in the section access part are in upper case, even the USER and SECURITYKEY fields.&lt;/P&gt;&lt;P&gt;- I would also try a simpler SECURITYKEY, just words maybe.&lt;/P&gt;&lt;P&gt;- Can you try loading the section access info from a file instead of a database? I believed that didn't work in previous qlikview versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work I would suggest bringing it up with support as they'll be able to do a webex and check everything up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 02:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384644#M1334638</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-06T02:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384645#M1334641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion with the following security script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;star is '*';&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;NTNAME,ACCESS,SECURITYKEY&lt;/P&gt;&lt;P&gt;DBRADLEY,ADMIN,DBRADLEY&lt;/P&gt;&lt;P&gt;BOBTESTER,USER,TESTUSER&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; font-family: Arial;"&gt;QLIKVIEWACCOUNT&lt;/SPAN&gt;,ADMIN,QV&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;SECURITYKEY,DATAKEY&lt;/P&gt;&lt;P&gt;DBRADLEY,1&lt;/P&gt;&lt;P&gt;BOBTESTER,3&lt;/P&gt;&lt;P&gt;QV,*&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;//Load Data to link to&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;DATAKEY,DATA&lt;/P&gt;&lt;P&gt;1,ONE&lt;/P&gt;&lt;P&gt;2,TWO&lt;/P&gt;&lt;P&gt;3,THREE&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is the same as before. All users receive the no access pop-up except the Qlikview services account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try working through support to see if this is a server or document setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 16:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384645#M1334641</guid>
      <dc:creator />
      <dc:date>2012-09-06T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384646#M1334644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;With the help of our partner group we were able to determine and resolve the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;When using publisher to loop and reduce in combination with section access the services account or whatever account your using for the section access in the publisher job&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;cannot&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;be included in the section application section of the script otherwise all data will be reduced to that accounts key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;So we updated our publisher job to specifically use the&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12.222222328186035px; background-color: #eef4f9;"&gt;&lt;SPAN style="color: #636363; font-size: 9.0pt; background: #EEF4F9; font-family: 'Arial','sans-serif'; background-position: no-repeat;"&gt;QLIKVIEWACCOUNT&lt;/SPAN&gt;&lt;SPAN style="color: #636363; background: #EEF4F9; font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #636363; background: #EEF4F9; font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt;and we updated the script to the following(simplified):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;star is '*';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;SECTION Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN class="mceitemhidden"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,ACCESS,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;SECURITYKEY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,SCOPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;DBRADLEY&lt;/SPAN&gt;&lt;SPAN class="mceitemhidden"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,ADMIN,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;DBRADLEY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;TESTUSER&lt;/SPAN&gt;&lt;SPAN class="mceitemhidden"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,USER,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;TESTUSER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 9.0pt; background: #EEF4F9; background-color: #eef4f9; font-family: 'Arial','sans-serif'; background-position: no-repeat;"&gt;QLIKVIEWACCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,ADMIN,*,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;SECTION Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;SECURITYKEY&lt;/SPAN&gt;&lt;SPAN class="mceitemhidden"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;DATAKEY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;DBRADLEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;TESTUSER&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;TESTUSER&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;//Load Data to link to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; background-position: no-repeat;"&gt;DATAKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;,DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;1,ONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;2,TWO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;3,THREE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;*Note that the QLIKVIEWACCOUNT is not present in the Section Application of the above script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; background: #EEF4F9; font-size: 9.0pt; background-color: #eef4f9; font-family: 'Arial','sans-serif';"&gt;All users are now able to access the appropriate documents and the data is reducing properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; background: #EEF4F9; font-size: 9.0pt; background-color: #eef4f9; font-family: 'Arial','sans-serif';"&gt;Thanks for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; background: #EEF4F9; font-size: 9.0pt; background-color: #eef4f9; font-family: 'Arial','sans-serif';"&gt;Dirk&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384646#M1334644</guid>
      <dc:creator />
      <dc:date>2012-09-12T17:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied to documents when using getwebticket combined with section access and publisher loop and reduce</title>
      <link>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384647#M1334647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok great, thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-denied-to-documents-when-using-getwebticket-combined-with/m-p/384647#M1334647</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-12T18:15:31Z</dc:date>
    </item>
  </channel>
</rss>

