Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACL Exception Insert Failed due to security constraints

nehasr1288
Tera Expert

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.

Capture.PNG

12 REPLIES 12

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.


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


This works for me too but not sure if that would be acceptable from a security point of view.