<?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 Section access won't reload app - parameters seem correct in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Section-access-won-t-reload-app-parameters-seem-correct/m-p/1774408#M17178</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to add section access to our application but am unable to reload my app. The error is:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When reloading from QMC, also get an error but the logs aren't very helpful:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DawidDaw_0-1610633825683.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46989i47E69E1FCAF48F35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DawidDaw_0-1610633825683.png" alt="DawidDaw_0-1610633825683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My section access looks as follows:&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;ACCESS, USERID, REDUCTION, OMIT&lt;BR /&gt;ADMIN, WIN-HOSTNAME\xxx-adm, *,&lt;BR /&gt;USER, WIN-HOSTNAME\finance, FINANCEDEP,&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *,&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;dim_table:&lt;BR /&gt;LOAD&lt;BR /&gt;AutoNumberHash128(id,date) as table_id,&lt;BR /&gt;table_name,&lt;BR /&gt;upper(table_id) as REDUCTION;&lt;/P&gt;&lt;P&gt;[dim_table]:&lt;BR /&gt;SELECT `table_id`,&lt;BR /&gt;`table_name`,&lt;BR /&gt;`date`&lt;BR /&gt;FROM `schema`.`table`;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried different approaches where I swap the names in upper case or lower case, where I remove the section application an try loading the REDUCTION straight from the data, but always the same error.&lt;/P&gt;&lt;P&gt;It looks like he doesn't recognise the username, but I copied the name &amp;amp; user directly straight from the QMC (and it actually matches the windows user directory so it should work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at wits end here, any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 14:23:33 GMT</pubDate>
    <dc:creator>DawidDaw</dc:creator>
    <dc:date>2021-01-14T14:23:33Z</dc:date>
    <item>
      <title>Section access won't reload app - parameters seem correct</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-access-won-t-reload-app-parameters-seem-correct/m-p/1774408#M17178</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to add section access to our application but am unable to reload my app. The error is:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When reloading from QMC, also get an error but the logs aren't very helpful:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DawidDaw_0-1610633825683.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46989i47E69E1FCAF48F35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DawidDaw_0-1610633825683.png" alt="DawidDaw_0-1610633825683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My section access looks as follows:&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;ACCESS, USERID, REDUCTION, OMIT&lt;BR /&gt;ADMIN, WIN-HOSTNAME\xxx-adm, *,&lt;BR /&gt;USER, WIN-HOSTNAME\finance, FINANCEDEP,&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *,&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;dim_table:&lt;BR /&gt;LOAD&lt;BR /&gt;AutoNumberHash128(id,date) as table_id,&lt;BR /&gt;table_name,&lt;BR /&gt;upper(table_id) as REDUCTION;&lt;/P&gt;&lt;P&gt;[dim_table]:&lt;BR /&gt;SELECT `table_id`,&lt;BR /&gt;`table_name`,&lt;BR /&gt;`date`&lt;BR /&gt;FROM `schema`.`table`;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried different approaches where I swap the names in upper case or lower case, where I remove the section application an try loading the REDUCTION straight from the data, but always the same error.&lt;/P&gt;&lt;P&gt;It looks like he doesn't recognise the username, but I copied the name &amp;amp; user directly straight from the QMC (and it actually matches the windows user directory so it should work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at wits end here, any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 14:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-access-won-t-reload-app-parameters-seem-correct/m-p/1774408#M17178</guid>
      <dc:creator>DawidDaw</dc:creator>
      <dc:date>2021-01-14T14:23:33Z</dc:date>
    </item>
  </channel>
</rss>

