- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 06:11 AM
Hi
I am trying to Automate change creation in service now with ansible through REST API. I am using the ansible uri module with POST method. I am getting the below error:
"content": "{\"error\":{\"detail\":\"ACL Exception Insert Failed due to security constraints\",\"message\":\"Operation Failed\"},\"status\":\"failure\"}",
"content_type": "application/json;charset=UTF-8",
"json": {
"error": {
"detail": "ACL Exception Insert Failed due to security constraints",
"message": "Operation Failed"
},
"status": "failure"
Could anyone can please help me ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2019 03:54 AM
Hi,
there is a CREATE acl on that table that is blocking the operation.
with which user you are testing this? admin or non-admin
if non-admin does that user have create Access on that table
check the above details
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2023 09:03 AM
I have the same issue while integration change request table. Can any one mention the roles .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 03:39 PM
Hi.
Are you using Import Set API for your REST Inbound?
I came accross this issue for my Import Set API.
This is because the user did not have access to the import set table.
Solution is to give 'import_transformer' role to the integration user.
I hope this helps.
Thanks.
Jude.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 08:31 AM
Hello Jude,
Thank you this was helpful.
Regards,
Vrushabh