- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 03:05 AM
Hi Experts,
I created a report and published it. Then I copied the published URL and tried to open it in the new browser. But I am unable to view the report and it is showing 'Security constraints prevent access to requested page'.
Basically this URL utility is given so that anyone can view the report without logging in the ServiceNow Instance.
Please guide me on the same.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 06:51 AM
Hi Dikshit,
Any time you see the security constraints message, it nearly always points to an ACL issue. The person running the report (even if it's a non-logged in user) needs access to the underlying records and fields. Check your ACLs to ensure the correct roles have read access to the table and fields. If you want to make the report public, you'll need to add the role "public".
Using Access Control Rules - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 06:51 AM
Hi Dikshit,
Any time you see the security constraints message, it nearly always points to an ACL issue. The person running the report (even if it's a non-logged in user) needs access to the underlying records and fields. Check your ACLs to ensure the correct roles have read access to the table and fields. If you want to make the report public, you'll need to add the role "public".
Using Access Control Rules - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 07:44 AM
Hi Ctomasi,
Published report URL is for those user's which don't have service-now account. So how can they have required role. If report is published then it should be visible, or else it should give error during publishing.
Thanks,
Param

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 07:46 AM
Add the read role "public" to the table and desired fields on that table.