report_view keeps blocking the visualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
My instance just got upgraded to Australia recently but some visualizations inside the dashboard keeps showing this message "You do not have the required permissions to view this content. Access is restricted by the report_view ACL. Please check your role or permissions settings to resolve this issue." even though there is already a report_view ACL level on that table and there is read without roles inside that table too. Why is this message keeps blocking users ?
FYI, the table I used for visualization is task_time_worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
As an Admin, you need to find exactly which ACL is preventing the user from viewing the dashboard visualizations for lacking report_view ACL.
Debug it using Access Analyzer or System Diagnostics > Session Debug > Debug Security Rules.
Refer: KB1639061 Troubleshoot report_view ACL (RVA) access-denied errors on reports and dashboards
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @sieusaopolo15,
I have also faced issue, below mentioned steps are the workaround for this issue.
Follow below:
- System Diagnostics > Session Debug > Debug Security
- New Window will be opened.
- Impersonate the user (Who's facing this issue).
- Clear the log in the newly opened window (Step 2)
- Refresh the particular visualization that user cannot be accessible.
- Navigate to Step 2 window you will find the actual ACL which is blocking the visibility of that particular visualization.
- Add that role the user profile, to fix this issue.