
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually the domain was the issue, thanks a lot!
