Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
vvvvvvizard
Partner - Specialist
Partner - Specialist

Section access qlik sense

When i publish or reload the model on the dev stream , it doesnt prompt me for a password

Is the syntax correct

Section Access;
LOAD * inline [
ACCESS, USERID, PASSWORD, TeamFunction
ADMIN, ADMIN, ADMIN,
USER, FSSA, FSSA, FSSA
USER, AC,AC,Accounting Control
];

section application;

Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.

 

Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.
 
Data has not been loaded. Please correct the error and try loading again.
Labels (1)
3 Replies
Chanty4u
MVP
MVP

can you try this?

Section Access;
LOAD * inline [
ACCESS, USERID, PASSWORD, TeamFunction
ADMIN, ADMIN, ADMIN, *
USER, FSSA, FSSA, FSSA
USER, AC,AC,"Accounting Control"
];

section application;

have a look on sample SA examples on below link 

https://community.qlik.com/t5/QlikView-Documents/QlikView-Section-Access-Examples/ta-p/1492719

vvvvvvizard
Partner - Specialist
Partner - Specialist
Author

Section Access;
LOAD * inline [
ACCESS, USERID, PASSWORD, TeamFunction
ADMIN, ADMIN, ADMIN, *
USER, FSSA, FSSA, FSSA
USER, AC,AC,"Accounting Control"
ADMIN, INTERNAL\SA_SCHEDULER,,*
];
 
section application;
 
Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.
 
Data has not been loaded. Please correct the error and try loading again.
Chanty4u
MVP
MVP

Are you able to login with Admin?  and which user your facing the issue?