<?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: Please enter your User ID while using NTNAME in the Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762849#M719675</link>
    <description>&lt;P&gt;is ur Admin is correct name?&amp;nbsp; like it should come with "domain\Name "&amp;nbsp; &amp;nbsp;give a try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ACCESS,&amp;nbsp; UPPER(NTNAME) as NTNAME, %AUTHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inline[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, NTNAME, %AUTHID&lt;BR /&gt;ADMIN, Domain\qlik_admin, *&lt;BR /&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 10:16:08 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2020-11-19T10:16:08Z</dc:date>
    <item>
      <title>Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762813#M719670</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I read several threads about section access but none helped me.&lt;/P&gt;&lt;P&gt;I'm connected on the Qlikview server with an Admin account. I'm part of qlik_admin user group in the Active Directory.&lt;/P&gt;&lt;P&gt;The application I'm working on loads a security.qvs script to set the different levels of authorizations. As for the Admin acccess, here is the code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SECTION Access;
AuthorizationTable:
// user who needs to have admin access
LOAD * INLINE [
    	ACCESS, NTNAME, %AUTHID
    	ADMIN, qlik_admin, '*'
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As soon as I save this code and reload the application I get this message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="user_identification.png" style="width: 276px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44433iA0E363670156E81F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="user_identification.png" alt="user_identification.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only solution I found to be able to reopen the application is to open it from the desktop version of Qlikview 12 on my laptop (instead of the server), comment the loading of security.qvs and run the application from the QMC...&lt;/P&gt;&lt;P&gt;I already discussed with the Admin of the Qlikview server and my access seem to be OK in AD.&lt;/P&gt;&lt;P&gt;What else could explain my issue?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762813#M719670</guid>
      <dc:creator>arnoqlik</dc:creator>
      <dc:date>2024-11-16T17:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762829#M719671</link>
      <description>&lt;P&gt;Hi Can you try this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ACCESS,&amp;nbsp; UPPER(NTNAME) as NTNAME, %AUTHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inline[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, NTNAME, %AUTHID&lt;BR /&gt;ADMIN, qlik_admin, '*'&lt;BR /&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 09:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762829#M719671</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-19T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762835#M719672</link>
      <description>&lt;P&gt;Thanks but it doesn't help.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 09:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762835#M719672</guid>
      <dc:creator>arnoqlik</dc:creator>
      <dc:date>2020-11-19T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762838#M719673</link>
      <description>&lt;P&gt;try same script&amp;nbsp; by removing single quotes in star&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ACCESS,&amp;nbsp; UPPER(NTNAME) as NTNAME, %AUTHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inline[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, NTNAME, %AUTHID&lt;BR /&gt;ADMIN, qlik_admin, *&lt;BR /&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do this also:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Under Settings - Document Settings - Opening:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the checkbox named : Initial data reduction based on Section Access&lt;/P&gt;&lt;P&gt;Reload the document, save and close the instance completely and reopen.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 09:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762838#M719673</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-19T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762845#M719674</link>
      <description>&lt;P&gt;The option was already enabled in the document properties.&lt;/P&gt;&lt;P&gt;I still have the popup.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762845#M719674</guid>
      <dc:creator>arnoqlik</dc:creator>
      <dc:date>2020-11-19T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762849#M719675</link>
      <description>&lt;P&gt;is ur Admin is correct name?&amp;nbsp; like it should come with "domain\Name "&amp;nbsp; &amp;nbsp;give a try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ACCESS,&amp;nbsp; UPPER(NTNAME) as NTNAME, %AUTHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inline[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, NTNAME, %AUTHID&lt;BR /&gt;ADMIN, Domain\qlik_admin, *&lt;BR /&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762849#M719675</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-19T10:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762854#M719676</link>
      <description>&lt;P&gt;Do you mean "Domain" as the name of the server on which I'm connected to?&lt;/P&gt;&lt;P&gt;Actually the person in charge the application before me didn't have any issue (with the same security script). Is there another setting within QMC or the document properties of the application where we could define authorizations?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762854#M719676</guid>
      <dc:creator>arnoqlik</dc:creator>
      <dc:date>2020-11-19T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762859#M719677</link>
      <description>&lt;P&gt;Yes, have a look here once.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/How-to-avoid-the-prompt-for-USER-ID-with-section-access-on/td-p/7609" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/How-to-avoid-the-prompt-for-USER-ID-with-section-access-on/td-p/7609&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762859#M719677</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-19T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Please enter your User ID while using NTNAME in the Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762966#M719678</link>
      <description>&lt;P&gt;Sorry but I don't see how it can help me.&lt;/P&gt;&lt;P&gt;I tried this code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SECTION Access;
AuthorizationTable:
// user who needs to have admin access
LOAD * INLINE [
    	ACCESS, NTNAME, %AUTHID
    	ADMIN, qlik_admin, '*'
    	ADMIN, &amp;lt;my_admin_account&amp;gt;, '*'
];&lt;/LI-CODE&gt;&lt;P&gt;I can open the document now but I have no access to the data...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 15:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-enter-your-User-ID-while-using-NTNAME-in-the-Section/m-p/1762966#M719678</guid>
      <dc:creator>arnoqlik</dc:creator>
      <dc:date>2020-11-19T15:14:41Z</dc:date>
    </item>
  </channel>
</rss>

