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: 
abhaysingh
Specialist II
Specialist II

QLIKSENSE SECTION ACCESS NOT WORKING

Hi all,

i tried to implement section access on server as mentioned below.. but it is not working... right now i m login through user Sense and when i m running that script country Germany and UK  only coming.. can any one pls tell me what is the Mistake m doing???

Section Access;

LOAD * Inline

[ADMIN, USERID, PASSWORD, COUNTRY

  ADMIN, Domain\sense, Sense@123, *

    USER, Domain\Test1, Test1,GERMANY

    USER, Domain\Test1, Test1,UK

];

Section Application;

thanks

Abhay

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Abhay,

Change the value "ADMIN" to "USER". This will be fixed in coming versions

Remove the PASSWORD field from Section Access

Use all field values and names UPPERCASE

More help here: http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/DynamicDataRed...

Miguel

View solution in original post

16 Replies
abhaysingh
Specialist II
Specialist II
Author

Kindly revert

Not applicable

Did you find and solve the issue?

abhaysingh
Specialist II
Specialist II
Author

Sry not yet Hampus..

Anonymous
Not applicable

For future reference, please avoid all capital subject-lines.

Qlik Sense does not use the PASSWORD field in section access, I would start with removing it.

Then, the line "[ADMIN, USERID, PASSWORD, COUNTRY" is incorrect, as the first column-name  should be "ACCESS" instead of "ADMIN".

Please let us know if the changes fixed the problem.

martinpohl
Partner - Master
Partner - Master

In Qlik Sense it seems that ADMIN does not work.

by the way, the first column should be ACCESS

For reload jobs, you also need to add user INTERNAL/SA_SCHEDULER which is starting reload tasks in mgc

Regards

Miguel_Angel_Baeyens

Abhay,

Change the value "ADMIN" to "USER". This will be fixed in coming versions

Remove the PASSWORD field from Section Access

Use all field values and names UPPERCASE

More help here: http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/DynamicDataRed...

Miguel

abhaysingh
Specialist II
Specialist II
Author

Hi,

Section Access;

LOAD * Inline

[ACCESS, USERID,  COUNTRY

  ADMIN, Domain\SENSE,

    USER, Domain\Test1,GERMANY

    USER, Domain\Test1, UK

];

Section Application

AFTER DOING SO GIVING ME ERROR WHILE OPENING APPLICATION.....

AN ERROR OCCURRED..  ACCESS IS DENIED

Kindly Suggest

THANKS

abhaysingh
Specialist II
Specialist II
Author

Hi,

what is that issue i tried in one more application and again i m getting same ACCESS DENIED ISSUE..

kinldy suggest...

thanks

Abhay

abhaysingh
Specialist II
Specialist II
Author

Hi Miguel..

Is there any QMC Setting need to apply because i tried the same you suggest and added INTERNAL/SA_SCHEDULER suggested by martin.. and as per Access Denied Error giving which seems some other setting need to apply for this.

thanks

abhay