<?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 security in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/security/m-p/332753#M122633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user can't see the file in the access point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you said it is not a section access problem, because i removed it and that user still can't see the file&lt;/P&gt;&lt;P&gt;I'll try to contact the system admin now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 10:41:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-03T10:41:38Z</dc:date>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332749#M122629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a .qvw file with "section access" in the script:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is SICURA$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel file is here attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems all pretty simple, BUT a user can't see the .qvw file in the access point (INFOSYN\KPLONER)&lt;BR /&gt;Instead, I can see it, with my profile (INFOSYN\MMIORANDI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really cannot understand why it behaves this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332749#M122629</guid>
      <dc:creator />
      <dc:date>2012-05-02T15:31:53Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332750#M122630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Maybe it's not the only reason - but you must use upper() in section acees except in load inline:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;upper&lt;/STRONG&gt;([ACCESS]) as ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;upper&lt;/STRONG&gt;(NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332750#M122630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-02T15:50:01Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332751#M122631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;hi michael, &lt;BR /&gt;unfortunately this change hasn't solved the problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;the weird thing is that one user can see the file, but other users cannot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;what could it be?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332751#M122631</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:55:42Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332752#M122632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; "Can't see the file" is not the same as "can't open the file".&amp;nbsp; It has nothing to do with Section Access, I think, - you can verify it by remoiving Section Access.&lt;BR /&gt;It is probably a restriction to the file itself on the Windows file security level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332752#M122632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-03T10:15:32Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332753#M122633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user can't see the file in the access point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you said it is not a section access problem, because i removed it and that user still can't see the file&lt;/P&gt;&lt;P&gt;I'll try to contact the system admin now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332753#M122633</guid>
      <dc:creator />
      <dc:date>2012-05-03T10:41:38Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332754#M122634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the username &amp;amp; password, URL, IE settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check on different system i.e, ask the user to check the access point on your system.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332754#M122634</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-03T10:47:08Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332755#M122635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mmiorandi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SECTION ACCESS statements has nothing whatsoever to do with which applications users see on the AccessPoint. This is instead controlled by the Windows File Security. Right click the file &amp;gt; Properties &amp;gt; Security. There you can explicitly define which users/groups who can see the file on the AccessPoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS is applied after a file is opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.framsteg.com" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332755#M122635</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2012-05-03T12:27:09Z</dc:date>
    </item>
    <item>
      <title>security</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/332756#M122636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, it was some kind of windows security problem&lt;/P&gt;&lt;P&gt;A shared folder was created, the one with the qlikview file inside&lt;/P&gt;&lt;P&gt;I don't know why but the users who hand't permission to access the shared folder also couldn't see the qlikview files in the access point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/332756#M122636</guid>
      <dc:creator />
      <dc:date>2012-05-04T09:17:26Z</dc:date>
    </item>
  </channel>
</rss>

