Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with Section Access (NTDOMAINSID)

I'm facing QlikView errors with Section Access. I made a very simple example:

Section Access;
LOAD * INLINE [
ACCESS, NTDOMAINSID
ADMIN, S-1-5-21-55555555-55555555-55555555
]
;

What it does?

It checks if the SID of your domain is the one above and gives you access to the QVW as ADMIN, that's all. On the desktop it works perfectly, whether on the desktop of the machine or desktop of Qlikview Server.

But when I put it in the client environment and accessing locally (localhost / qlikview) it asks me for username and password.

I already created the QVW from scratch on the server to get the SID of the domain and even then it still asks for username and password (in the access point)

Server version: Qlikview 11.20.

Anyone have any idea why this happens?

Could anyone test on another server to see if the error happens when it passes to a Qlikview Server?

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

So on your server you're not reloading the document as the service account is not one of the Section Access entries?

sumit_ranjan_pa
Former Employee
Former Employee

Hi NIlton,
Peter is right here. You need to add the service user's ID to the section access. If you do not do it, the application/script will not be read by the QVS. Can you try adding the service user id first and then give a reload to see if the issue occurs?