<?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 Access Denied error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287499#M1278670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually assigned one user CAL to ther user. I would like to update the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; using workbench, I am accessing the same qvw document from other pages without any error. I haven't written any javascript there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in this page, when I commented the javascript, it doesn't display any error like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so do I need to pass any user information through the javascript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 11:09:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-01T11:09:19Z</dc:date>
    <item>
      <title>Access Denied error</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287497#M1278666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using workbench 10, visual studio 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want get the list of selection made in the straight table. For that I am using the following script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function init() &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ch = qva.GetQvObject("CH17", function () {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("CH:" + ch.Data.GetSelected());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },this);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qva.BodyOnLoadFunctionNames.push('init');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But whenever I load the page, It is giving the following error with the popup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access denied! The server (QVS) has no USER CAL for your account. Please contact your system administrator!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I dont know why this is happening. But I checked no other user existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So I want to know how the problem is caused and how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rajan&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-error/m-p/287497#M1278666</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Access Denied error</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287498#M1278668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried assigning a cal to the user running the script? another option could be to enable automatic cal allocation in the qemc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287498#M1278668</guid>
      <dc:creator>lhr</dc:creator>
      <dc:date>2011-11-01T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Access Denied error</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287499#M1278670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually assigned one user CAL to ther user. I would like to update the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; using workbench, I am accessing the same qvw document from other pages without any error. I haven't written any javascript there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in this page, when I commented the javascript, it doesn't display any error like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so do I need to pass any user information through the javascript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Denied-error/m-p/287499#M1278670</guid>
      <dc:creator />
      <dc:date>2011-11-01T11:09:19Z</dc:date>
    </item>
  </channel>
</rss>

