Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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.
Actually the domain was the issue, thanks a lot!