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: 
johann_bauer
Partner - Contributor III
Partner - Contributor III

Section Access : Access Denied

Hi Guys,

im having a issue with the section access provided by Qlik Sense Server.

I think i used the right syntax to define the access.

section access;

SecurityTable:

Load * Inline [

Access, USERID ,CC

ADMIN, O***T\SVC_QSERVICE,*

USER, O****T\c**s_h****h,'P* ***t, B**. C****.'

];

Section Application;



Everytime i try to Access my Application i get the Error "Access Denied"

I allready checked that the user is available at the server.

I just want row level based Access, do i need to specify Section Application?

KR

Johann

4 Replies
Michael_Tarallo
Employee
Employee

Hi Johann,

Are you performing this in Qlik Cloud? - If so - Section Access is only available on Qlik Sense Enterprise.

Let us know.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
johann_bauer
Partner - Contributor III
Partner - Contributor III
Author

Hello Micheal,

iam using Qlik Sense Enterprise Server.

I also did some testing with my Code and changed some parts of the code. Ive seen that "All the fields listed in LOAD or SELECT statements in the section access must be written in UPPER CASE." so i changed that. But i get the same error everytime i use the ACCESS method USER.

If i use ACCESS method ADMIN i can see all my values.

section access;

SecurityTable:

Load * Inline [

ACCESS, USERID,WT

USER, O****T\c****s_h*****,11    // USER, DOMAINNAME\USER_NAME, VALUE of WT

];

Section Application;

KR

Johann

Michael_Tarallo
Employee
Employee

OK Great, I will move this to the appropriate forum so it gets the proper attention.

Mike

Regards,
Mike Tarallo
Qlik
prahladind9
Partner - Contributor III
Partner - Contributor III

Please go through the post

Section Access in Qlik Sense.

Hope this will increase expertise related to Section Access in Qlik Sense .