Getting "Security constraints prevent access to requested page" on Spotlight Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2018 09:54 AM
Doesn't happen as an admin. I have an end user, added to all of the "pa_" roles and "metric_admin" role. When she pulls up the Spotlight->Incident dashboard, she gets a message on the Spotlight Incident List Report (as well as when clicking into the others) saying "Security constraints prevent access to requested page". The report uses the "incident_sportlight" table as a data source. However, I can't find that table under "tables". Just under "tables & columns" and if I try to edit it there, it says no record exists.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2018 10:00 AM
incident_sportlight is a database view. Add an ACL for it like a normal table. I believe you can give access to everyone as views security still apply the underlying ACLs from the tables in addition to the ACL on the database view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2018 10:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2018 10:29 AM
I gave the pa_spotlight role access control (all four) on the incident table (already had it on spotlight table) and still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 08:37 AM
What about the incident_sportlight view? That is what is missing (and you only need read access).