JCKiran
Senior Member
Registered:1231842570 Posts: 58
Posted 1430285718
Reply with quote
#1
Exception 'concurrency violation: the update command effected 0 of the expected 1 records.' Occurred when attempting to 'MBO update'
This is the error message I am getting when trying to submit a form. I have verified the form and the MBOs used in the form for concurrency violation. There seems no issue. Has any one encountered this kind of issue previously?
Any kind of clue is highly appreciated.
__________________ Kiran
BMellert
Guru
Registered:1225130168 Posts: 688
Posted 1430312955
Reply with quote
#2
We encountered this when we updated one of the values that was a key into the table in question, especially if the user blanked a column in a grid. Ours happened during a delete, but could be similar for an update. For example, we had a key of: FolderID, Related To, Role Status, Name, PKey. (Using PKey wasn't an option due to required sort order.) If the user blanked out Related To for instance and tried to save we got the error. Yours may not be the same (changing a key value). You don't mention if its a custom BO, solution table BO, or something else, so I'm making a guess.
JCKiran
Senior Member
Registered:1231842570 Posts: 58
Posted 1430401547
Reply with quote
#3
Hi... thank you for your quick info. As of now, we are clueless what is causing this issue. The Log table shows the error message. However, I don't see any possibility of this violation in the BOs. Unfortunately we are encountering same issue on a form where we do not have any business object.
__________________ Kiran