Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
knightwriter
Creator III
Creator III

Access Denied when loading scripts

Hi All,

I have recently been given a new license in Qlikview 11 from a user whom uses Qlikview 9. Would this have anything to do with that I cannot reload or edit any scripts? Its constantly says "Access Denied", then "Execution of script failed. Reload old data?" when I try to run scripts.

I have tried the security tab and both the reload and edit options are selected.

How can I get access and successfully run these?? Many thanks.

8 Replies
Not applicable

have you tried save as? maybe that will help.

knightwriter
Creator III
Creator III
Author

Hi Nard,

Im quite sure what you mean by Save As?

There are no other options other than to change the name of the doc.

hic
Former Employee
Former Employee

Most likely there is a component in the script to which you don't have access, e.g. a file or a DB connection. It has nothing to do with the licence.

HIC

terezagr
Partner - Creator III
Partner - Creator III

Do you have a section access applied? Your application might have a section access tight to a Qlikview Serial number. Have a look at this:

Introduction to Section Access

knightwriter
Creator III
Creator III
Author

Hi Tereza,

Thanks for the documentation but it does not cover off my request.

How do I find out what files / DB connection I have and have not access to?

terezagr
Partner - Creator III
Partner - Creator III

I would have a look at the connection strings and try to connect to the databases specified in those. Same with files.

knightwriter
Creator III
Creator III
Author

Where are the connection strings? In the script?

terezagr
Partner - Creator III
Partner - Creator III

Usually the first piece of code after Qlikview default variables. They have format such as: OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=**;Initial Catalog=***;Data Source=***;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=***;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is HNUNFYEHGTRNETYYA);