<?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: Section Access and Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449100#M807574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not added a service account user as admin, how do I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using username password...&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 access;&lt;/P&gt;&lt;P&gt; LOAD ACCESS,&lt;/P&gt;&lt;P&gt; UPPER(USERID) AS USERID,&lt;/P&gt;&lt;P&gt; UPPER(PASSWORD) AS PASSWORD,&lt;/P&gt;&lt;P&gt; REDUCTION AS [DISTRIBUTOR NO]&lt;/P&gt;&lt;P&gt; FROM [..\QVD\SectionAccess.QVD] (qvd)&lt;/P&gt;&lt;P&gt; WHERE 1=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD, DISTRIBUTOR NO&lt;/P&gt;&lt;P&gt; ADMIN, ADMIN, LYCOMING, &amp;lt;ALL&amp;gt;&lt;/P&gt;&lt;P&gt; USER, USER1, DIST1,3397&lt;/P&gt;&lt;P&gt; etc...&lt;/P&gt;&lt;P&gt; etc...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 18:24:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-13T18:24:28Z</dc:date>
    <item>
      <title>Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449098#M807572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been having difficulty moving a Qlikview application with access point from dev -&amp;gt; production (Access Point). I have successfully partitioned access to users using Section Access and confirmed using test values. However, when I go to load the application on QMC Server the task errors out when I try and run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked back on some posts and it seems that this was a problem years ago, does anyone have or heard of a solution for this problem yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449098#M807572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449099#M807573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you added the service account user as admin in the section access script?&amp;nbsp; Are you using username password or ntname authentication?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share the section access script if possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pradosh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 18:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449099#M807573</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-13T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449100#M807574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not added a service account user as admin, how do I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using username password...&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 access;&lt;/P&gt;&lt;P&gt; LOAD ACCESS,&lt;/P&gt;&lt;P&gt; UPPER(USERID) AS USERID,&lt;/P&gt;&lt;P&gt; UPPER(PASSWORD) AS PASSWORD,&lt;/P&gt;&lt;P&gt; REDUCTION AS [DISTRIBUTOR NO]&lt;/P&gt;&lt;P&gt; FROM [..\QVD\SectionAccess.QVD] (qvd)&lt;/P&gt;&lt;P&gt; WHERE 1=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD, DISTRIBUTOR NO&lt;/P&gt;&lt;P&gt; ADMIN, ADMIN, LYCOMING, &amp;lt;ALL&amp;gt;&lt;/P&gt;&lt;P&gt; USER, USER1, DIST1,3397&lt;/P&gt;&lt;P&gt; etc...&lt;/P&gt;&lt;P&gt; etc...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 18:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449100#M807574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T18:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449101#M807575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ask for your service account user name and use it in the inline load. It should be domain name /sa name.&amp;nbsp; Use * instead of all use upper( reduction field) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 18:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/1449101#M807575</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-13T18:36:10Z</dc:date>
    </item>
  </channel>
</rss>

