Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access - Local group names

Hello,

I've successfully implemented section access via the section access tables in my applications.

But there's one remaining problem:

We have over 300 QVs Users which are splitted in local groups on the server.

If I put the Users seperatly in the Table it works:

ACCESSNTNAME%BUKRS
ADMINDOMAIN\User1DE

In this exampe User1 is a member in the local Group USERS_GERMANY.

If I add the line like in the following table it doesn't work:

ACCESSNTNAME%BUKRS
ADMINSERVERNAME\USERS_GERMANYDE

Do groups in section access only work if they are domain wide groups (for ex. DOMAIN\USERS_GERMANY)?

Thanks in advance.

Michael

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

I think you have to specify users individually.

You can maintain the same in your database.

Regards

ASHFAQ

Anonymous
Not applicable
Author

I use Domain groups successfully for Section Access and can see no reason why local groups should not work.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Did you configure a Local Directory DSC in QMC? Otherwise Local Everything will fail to work...

Bill_Britt
Former Employee
Former Employee

Hi,

I tested a basic one on a local server and it worked.

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME

    ADMIN, ADMINISTRATOR

    USER, NA\users_test

];

Section Application;

Try removing the %bukrs field and see if it works.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.