Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How Setting Qlikview Server to pass Section Access?

if i have a code for section access like this :

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, TYPE_RGM

    ADMIN, ADMIN, ADMIN

    USER, user1, P@ssw0rd

    USER, user2, P@ssw0rd, NOM DIRECT 1

    USER, user3, P@ssw0rd, NOM DIRECT 2

    USER, user4, P@ssw0rd, *

];

Section Application;

My windows account have 4 user to, this is user1, user2, user3, and user4.

How to setting Qlikview Server to pass section access and join section access with account local directory windows when i login in browser without doing 2 times login? May be it must use IE? or another browser like mozilla, chrome?

Thanks,

Danny H.

3 Replies
Not applicable
Author

May be someone can help me using custom directory user or active directory user, so it can connect directly to section access. Thanks

Not applicable
Author

Hi Danny,

If you use AD user, then change the column of section access table to use NTUSER.

For custom directory user, i think you have to use DMS authorization first.

Not applicable
Author

May be someone ever try using custom user in Qlikview Server.

I think i don't need NTNAME in Section Access if i want to integrate with custom user in Qlikview Server. So I can single sign on.

May be someone can explain more complete about custom user.

Thanks,

Danny H.