Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have a problem in Windws Authentication part.I have implimented the Section Access in Application.
We have the Active Directory for Windows System.we have configure active directory in our Server.
After that i have created the users with an Acess of Admin/User and i have included those users in Qlikview Administrators "Users & Groups" trought the below Process:
MYCOMPUTER right click Manage---->Server Manager --->Configuration ---> Local Users & Groups --->Groups, ---> QlikView Administrators à Right click on the QlikView Administrators --->Add to Group ---> add the user here.
Whenever i am accessing the application through the web,it is asking me the Userid and Password again.
our requirement is it should not ask the userid & password again.
is there any other setting is there for windows authentication.
Thanks & Regards
Santhosh Kumar G
You don't want both USERID and NTNAME in the table for the same user. Just NTNAME.
Also note that your AuthorizedStoreID and IsDefault fields must be written in all upper case.
-Rob
The group Qlikview Administrators does not automatically receive any rights in Section Access. You must list the individual userids or group name in section access field NTNAME.
-Rob
Hi Rob,
I have given access like below with in the script
ACCESS | USERID | SERIAL | NTNAME | AuthorizedStoreID | IsDefault |
ADMIN | BOPROJECT1 | * | BOPROJECT1 | 2 | 2 |
ADMIN | BOPROJECT1 | * | BOPROJECT1 | 3 | 2 |
ADMIN | BOPROJECT1 | * | BOPROJECT1 | 5 | 2 |
ADMIN | BOPROJECT1 | * | BOPROJECT1 | 10 | 2 |
ADMIN | BOPROJECT1 | * | BOPROJECT1 | 67 | 2 |
USER | DERGM | * | DERGM | 2 | 2 |
USER | DERGM | * | DERGM | 3 | 2 |
USER | DERGM | * | DERGM | 5 | 2 |
USER | DERGM | * | DERGM | 10 | 2 |
USER | DERGM | * | DERGM | 67 | 2 |
Thanks & Regards
Santhosh Kumar G
Hi santh.. can u try removing the SERIAL column .. this must help u
You don't want both USERID and NTNAME in the table for the same user. Just NTNAME.
Also note that your AuthorizedStoreID and IsDefault fields must be written in all upper case.
-Rob