Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
matKa
Contributor III
Contributor III

Access was denied after reload. Even though user making the reload is noted in Section Access

I've seen a lot of post about this but I don't understand why I have this issue.

In Data Load Editor I have only:

Section Access;
LOAD * inline [
ACCESS, USERID
ADMIN, myUserId
];

After I load data I get this error:

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

I'm admin on the server and I'm owner of this application. Why doesn't it work for me?

Labels (3)
1 Solution

Accepted Solutions
Or
MVP
MVP

Make sure the UserID is correct - you may need to use Domain\UserID.

If memory serves, this should match the user returned by OSUser() in the same app.

View solution in original post

2 Replies
Or
MVP
MVP

Make sure the UserID is correct - you may need to use Domain\UserID.

If memory serves, this should match the user returned by OSUser() in the same app.

matKa
Contributor III
Contributor III
Author

Actually the domain was the issue, thanks a lot!