Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi People,
I have a user with Analyzer license. Member in a managed space.
In the space, apps without section access can be opened with no issue.
After adding section access, the user is getting the attached error code.
I have checked the section access by removing Section Access and Section Application, and it works fine.
The script looks like similar to that (after annonymizing the mail)
SECTION ACCESS;
LOAD * INLINE [
ACCESS , USER.EMAIL
ADMIN, XXXX@YYY.COM
ADMIN, AAAA@BBBB.COM
];
Will appreciate some help!
We are having a similar issue
- we imported the app from on-prem (no cloud friendly section access)
- published over it an app from a shared space (previosly imported and modified with cloud friendly section access)
- entering the app gives err 5, but then it works correctly
We did this in order to preserve user objects.
Any advice?