- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi
I am trying to access samp_sw_package table where SAM pro is enabled, trying with sys admin Id which has SAM_admin role as well but getting "Number of rows removed from this list by Security constraints: 20" error.
Any thoughts ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @kkcommunity ,
Even if you have the admin role, some tables in ServiceNow can't be accessed without the specific role.
Resolution:
- Navigate to All > Access Control > [search] samp_sw_package
There you can see the ACLS with operations like create, read, write and update..
Open the ACL with read, there you can enable the admin override option or replace the nobody role present with sam_admin role in the role section. Then you can make use of sam_admin or Admin role to view this table.
If this works, .. please Mark it as helpful and please Accept My Solution...
Best Regards,
SIVASANKARI S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @kkcommunity ,
Even if you have the admin role, some tables in ServiceNow can't be accessed without the specific role.
Resolution:
- Navigate to All > Access Control > [search] samp_sw_package
There you can see the ACLS with operations like create, read, write and update..
Open the ACL with read, there you can enable the admin override option or replace the nobody role present with sam_admin role in the role section. Then you can make use of sam_admin or Admin role to view this table.
If this works, .. please Mark it as helpful and please Accept My Solution...
Best Regards,
SIVASANKARI S

