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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Permission denied error

We need to create a user for a document using JavaScript and asp.net.

We are using the file "QvcLibrary.js" for the same. It works fine when we run it directly through code. The user is successfully created.

But when we host our website on IIS, the same gives an error "Permission denied" at the following code:

xmlHttp.open("POST", this.Url, false);

when it tries to access the url.

"http://localhost/QvAJAXZfc/QvsViewClient.asp?mark=&admin=&view="

We have tried passing username and password in the xmlHttp.open method, but still get the same error.

Do we need to change any IIS setting for this?

Please suggest. This is very urgent.

Thanks

Labels (1)
10 Replies
Not applicable
Author

Define a new application pool in IIS and execute it with a local user that is member of Qlikview Administrator group, substitute the created Application Pool to Default Applicatino Pool in your IIS application folder properties.

this make your application work under the created username, this should solve your problem, hope help, Regards.