<?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 Weird Qlikview Problem 'Access denied to this QlikView document' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186173#M50387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if its locked by section access no one can help you.&lt;/P&gt;&lt;P&gt;What you can do here after is that first try to build the compleate application and then the final step is to apply section access.&lt;/P&gt;&lt;P&gt;But don't forget to take backup that particular application.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2011 07:30:47 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2011-03-29T07:30:47Z</dc:date>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186170#M50384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified an existing Qlikview file - ****.qvw with Access Section at the begining of the source code.&lt;/P&gt;&lt;P&gt;First I commented out all the contents in Access Sections and after the modification was done in my QlikView version 10,&lt;/P&gt;&lt;P&gt;I reloaded and saved the file, tested everything is ok, then I uncommented all the things in the Access section,&lt;/P&gt;&lt;P&gt;and reloaded it again to test everything works ok, then I saved and closed it.&lt;/P&gt;&lt;P&gt;However it denied me to open it again within my Qlikview version 10, the error message is "Access denied to this Qlikview document."&lt;/P&gt;&lt;P&gt;Does anyone know what happened, and how to fix it, then how to avoid this issue.&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;DIV&gt;Jin&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 04:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186170#M50384</guid>
      <dc:creator />
      <dc:date>2011-03-29T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186171#M50385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Before Applying section access. Its always recomended to have a backup copy of application.&lt;/P&gt;&lt;P&gt;If its locked by section access You cannot unlock it.&lt;/P&gt;&lt;P&gt;I think you have forgot userid and password of that particular application.&lt;/P&gt;&lt;P&gt;If not If you are 100% sure that you have commented section access part.&lt;/P&gt;&lt;P&gt;Then go the application folder. Apart from application you will find .share and .meta file, Delete this files and then try the open application.&lt;/P&gt;&lt;P&gt;Also In qlikview desktop go to Recently opened documents --&amp;gt; right click on application then open without data.&lt;/P&gt;&lt;P&gt;If it opens then play arount with it to recover.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 06:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186171#M50385</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2011-03-29T06:41:14Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186172#M50386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ASHFAQ,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;Just now I recreated the same ****.qvw file and tested the modified code line by line.&lt;/P&gt;&lt;P&gt;Modify - Reload - Save - Open again.&lt;/P&gt;&lt;P&gt;Then I found the denying issue happens after I added A new SQL Server table into the source code, the previous data in the source code are retrieved from cube, the newly added data is from relational table, although they are on the same SQL Server.&lt;/P&gt;&lt;P&gt;My QlikView file structure is as follows:&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;...&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=SQLOLEDB.1;Integrated ...&lt;/P&gt;&lt;P&gt;SQL SELECT ...FROM ...&lt;/P&gt;&lt;P&gt;//Then the newly added SQL server relational table is:&lt;/P&gt;&lt;P&gt;SQL SELECT ... From ... // At here there is no error while performing reload, and the data can be seen and inserted into List Object after reload completes&lt;/P&gt;&lt;P&gt;but after the Qlikview file was saved, I can't open it with the application of QlikView version 10, and it throws me an error message, "Denied access to this QlikView document".&lt;/P&gt;&lt;P&gt;What on earth happened? How to avoid this issue? How can I fix it?&lt;/P&gt;&lt;P&gt;Help ... please ... : (&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jin&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186172#M50386</guid>
      <dc:creator />
      <dc:date>2011-03-29T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186173#M50387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if its locked by section access no one can help you.&lt;/P&gt;&lt;P&gt;What you can do here after is that first try to build the compleate application and then the final step is to apply section access.&lt;/P&gt;&lt;P&gt;But don't forget to take backup that particular application.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186173#M50387</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2011-03-29T07:30:47Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186174#M50388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jin,&lt;/P&gt;&lt;P&gt;Are you using some reduction field so depending on the user opening each one sees different records? Create an ADMIN user in the section access to make sure that you will be able at least to open the document in the Desktop application.&lt;/P&gt;&lt;P&gt;Have you checked "Strict Exclusion" in the Settings menu, Document properties? If so, uncheck it and try.&lt;/P&gt;&lt;P&gt;Are all your fields and values in section access uppercase? It's mandatory to do so.&lt;/P&gt;&lt;P&gt;Are you loading your section access from a QVD file? If so you will need to unoptimize the load.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 08:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186174#M50388</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-29T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186175#M50389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's locked by section Access I can help. I have a method to bypass security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I am doing this for free. You can send me a QVW for me to unlock, comment out the section access security and send back.&lt;/P&gt;&lt;P&gt;If there is a market for this maybe I will start charging in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186175#M50389</guid>
      <dc:creator />
      <dc:date>2011-03-29T12:27:38Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186176#M50390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;Thank you all for the kind responses, the problem I had was solved just now.&lt;/P&gt;&lt;P&gt;The cause was that the new table I loaded into Qlikview contained a column named 'NTNAME',&lt;/P&gt;&lt;P&gt;so everytime it denies me to access it again.&lt;/P&gt;&lt;P&gt;Thanks again for everyone who provided help to me.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Jin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 04:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186176#M50390</guid>
      <dc:creator />
      <dc:date>2011-03-30T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Weird Qlikview Problem 'Access denied to this QlikView document'</title>
      <link>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186177#M50391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/quickview" id="jive-3610718884724830147207"&gt;quickview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please mark your post as resolved !&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 18:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weird-Qlikview-Problem-Access-denied-to-this-QlikView-document/m-p/186177#M50391</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2012-02-28T18:16:10Z</dc:date>
    </item>
  </channel>
</rss>

