Error Message:Insufficient rights for creating new records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2017 05:33 AM
Hello All,
We have a SOAP user and this user have all access related to SOAP functionality. Creating an Incident using SOAP works fine but when SOAP user adds a Description as Comments the user doesn't have permission to add a description. Its throwing an error message as "Insufficient rights for creating new records"
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>com.glide.processors.soap.SOAPProcessingException: Insufficient rights for creating new records</faultstring>
<detail>com.glide.processors.soap.SOAPProcessingException: Insufficient rights for creating new records</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
During an investigation on wiki and community I come across with the similar forum and tried all possible ways but doesn't work.
If we grant an admin role to SOAP user then it works fine it doesn't throw an error message. As we cannot grant an admin role so can you please suggest what can be done to make it work?
Your help will be appreciated.
Regards,
Shraddha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2017 05:40 AM
This sounds like an ACL (access control list or security issue) since admin rights enable the creation. Check your security for that user/role and the incident table.
Docs: Access control rules
Docs: Contextual security
Security Best Practices - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2017 11:15 PM
Hello Chuck,
I have checked the ACL which were running on Incident table but doesn't find any abnormal behavior. Is there any other way for this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2017 10:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2017 07:14 AM
Hello Shraddha,
Please refer the below threads and check if that helps to resolve your issue.
Getting error "Insufficient rights for creating new records:"
Web Service - Insufficient Rights for creating new records