ACL Exception Insert Failed due to security constraints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2016 02:55 AM
I am trying to add installed software in my instance in table cmdb_sam_sw_install through REST API call in PHP, I am getting follwing responce.
I want add list of softwares to one machine. Please help me to add software list through API
{
"error": {
"message": "Operation Failed",
"detail": "ACL Exception Insert Failed due to security constraints"
},
"status": "failure"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2016 03:14 AM
Hi Avinash,
Check 'Create' ACL on 'cmdb_sam_sw_install' table. A user whose credentials you have mentioned in REST request should satisfy all the conditions,script & role mentioned in that particular 'Create' ACL.
Thanks,
Abhinandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2016 05:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2016 06:44 AM
Hi Avinash,
Why do you want to update 'Updated by' field? Its a system field. What I meant is open that record & check for condition,script & role.
Thanks,
Abhinandan