Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vvvvvvvvvv
Creator
Creator

Section access control load resident table

How to load resident table to be the section access?

I wrote the following

section access;
ACCESS_CONTROL:
load * resident TESTING;
section application;

While TESTING table :

Untitled.png

When load data , the following error appear.......

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 (3)
12 Replies
vvvvvvvvvv
Creator
Creator
Author

It works now!

However, only admin user(istest119) can access the application.

The other users like istest120 cannot access the application.But istest120 should have right to access the application.

If the section access use inline load, istest120 can access the application but cannot access using resident load

access_denied.png

vvvvvvvvvv
Creator
Creator
Author

Any ideas??

marcus_sommer

Maybe there are multiple entries available for this user within your resident-table. Just load this table (maybe with a qualifying) into the section application area, too to check it.

- Marcus