How to GlideRecord to syslog from a scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 07:14 PM
I got the following error when querying a GlideRecord against syslog from a scoped application.
"com.glide.script.fencing.access.ScopeAccessNotGrantedException:read access to syslog not granted"
I think I should add a record to the cross-scope-privileges, but I don't know the specific method.
Please tell me how to resolve.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 06:56 AM - edited 08-15-2023 06:58 AM
Please check once ACL and Cache,
Double-check that the "Read" access on the syslog table itself is configured correctly. Sometimes, even if cross-scope privileges are configured, if the target table's ACLs (Access Control Lists) aren't set up correctly, the access might still be restricted.
Sometimes, issues might arise due to caching. After making changes to cross-scope privileges, it's a good idea to clear the instance cache and restart any relevant services to ensure that the changes take effect.
Or else check once as Sagar Pagar suggested.