Getting Error: java.sql.BatchUpdateException: Duplicate entry 'e05dd3c82b45e100b641825319da15e4' for key 'PRIMARY'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2014 03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 08:34 AM
Hi,
You must have written current.update() in one of your business rule.
I have faced the same in the past.
Please check and if it is there, make business rule before insert/update and remove the current.update() from the same.
Thanks,
pritam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2016 12:56 PM
In case this helps someone...I was searching this issue last week. It turned out the root cause in my case was that I was trying to update a record that was not in the table on which I had defined my GlideRecord. You'd think there would be a better error message for this, but nope...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2020 01:17 AM
This KB might be helpful
https://hi.service-now.com/kb_view.do?sysparm_article=KB0716513
Thank you,
Ramprasath P Thirubalan.