ACL Exception Insert Failed due to security constraints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 05:51 AM
I am not able to insert a record in incident table from REST API(SOAP ui) with a different user(I have given web_service_admin role to this user).
Same can be done with user with "admin" role.
Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 02:54 AM
Thanks.
I gave it the 'web service admin' role & the application table roles. So login with that user can access the application table but not the import set staging table. POST now returns '201 created' but it creates an empty row in the staging table. So basically it cannot write to the staging table, and I can't figure out what role will give it that access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2017 04:28 AM
No I have not been able to fix it.Just a workaround that I had to give admin rights to this user but I enable the 'web service access only' checkbox so that user cannot login in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 02:58 AM
This works for me too but not sure if that would be acceptable from a security point of view.