Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bohravanraj
Partner - Creator II
Partner - Creator II

Section Access working fine on Local Machine and not on Access Point

Hi All,

I came accross very wierd case,

where my section access is working fine on my local system, but when i host it on Server and check on Access Point it dosnt allow to access showing message as - Failed to open document, You don't have access to this document".

Please find below code i m using :

Section Access;

NoConcatenate

UserList:

LOAD ACCESS,

     NAME as NTNAME,

     %Key_Security_To_3G          // Key Link to Data model

Resident [Security Stage 2];

Section Application;

DROP  Table [Security Stage 2];

Regards,

Vanraj Dinesh Bohra

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Put the Section Access; statement in comments, reload on the server, open in the AP and select your own ID from a new NTNAME listbox. What happens to the data link? Is associated data correctly selected? Are all link field values in upper case? Is there a field called %KEY_SECURITY_TO_3G (not %Key_Security_To_3G) available in Section Application?