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

Section access in QLikview server

Hi guys,

I am trying to implement section access based on NTName,

script as below:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, NTNAME, SENTCODE

    USER, AEE\JASON WHELAN, BPM

    ADMIN, *, *, AEE\SUPPORT,BPM

];

Section Application;

reloaded document and set document configuration to reduce data on section access and use strict exclude.

I can still open the report in QLikview client. but when I log onto Accesspoint and try to open the report, it says "failed to open document, you don't have access to this document."

I logged onto server as AEE\support user.

any idea what I did wrong in the script?

11 Replies
Not applicable
Author

another try, just uncheck "Strict Exlcution" in the Opening tab of the Document property and access it from Access point.

If it worked, then the issue is with Data

Not applicable
Author

Excellent! thank you Gowri!

I made mistake to put BPM instead of BRM in SENTCODE.