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

Multiple Domain - Section Access

Dear All,

Can you please help me to resolve the access issue I am facing with the section access based on NTNAME.

Here is my code

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME

    ADMIN,QVSERVER_NTNAME

    ADMIN,NTNAME2

    ADMIN,NTNAME3

];

Section Application;

It is running fine & giving the expected result for NTNAME=QVSERVER_NTNAME, May be because my QVServer is in the same domain.

But no users from domain NTNAME2 & NTNAME3 are getting access to the document, error is "Failed to open the document,You don't have access to the document".

Can you please help, I have also tried using  NTDOMAINSID, but still no success.

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME,NTDOMAINSID

    ADMIN,QVSERVER_NTNAME,S-1-5-21-3413844035-354533562-2051692810

    ADMIN,NTNAME2,S-1-5-21-3413844025-2051692825-2051692890

    ADMIN,NTNAME3,S-1-5-21-3413844135-3545335622-2051692823

];

Section Application;

Thanks for the help.

0 Replies