Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

Section Access with NTDOMAINSID

Hello

I have a document and I applied the following section access:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, NTDOMAINSID

    ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450

    ADMIN,QLIKVIEW,QLIKVIEW,

];

Section Application;

only user ali on the machine with the above NTDomainSid is able to open the document

however what I want is that ali only opens the document from the machine with the above domain sid and the user qlikview opens the document from any PC

Please advise

I can walk on water when it freezes
1 Solution

Accepted Solutions
amars
Specialist
Specialist

Try

Star is *;

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, NTDOMAINSID

    ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450

    ADMIN,QLIKVIEW,QLIKVIEW,*

];

Just to add on while inserting the NTDOMAINSID goto Edit script -> Insert -> Click "Domain SID".

Thanks...

View solution in original post

1 Reply
amars
Specialist
Specialist

Try

Star is *;

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, NTDOMAINSID

    ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450

    ADMIN,QLIKVIEW,QLIKVIEW,*

];

Just to add on while inserting the NTDOMAINSID goto Edit script -> Insert -> Click "Domain SID".

Thanks...