Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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

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.