Hi,
I am hitting the below error when i try to modify the record.
com.sap.mdm.internal.protocol.manual.ServerException: Der Datensatz wurde bereits exklusiv von einem anderen Benutzer gesperrt
[EXCEPTION]
com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: Der Datensatz wurde bereits exklusiv von einem anderen Benutzer gesperrt
at com.sap.mdm.data.commands.ModifyRecordCommand.execute(ModifyRecordCommand.java:163)
My scenario is i have an AbstractDataListener registered in Eventdispacter ,when a record is modified it triggers and distribute the record and it needs to update the flag in mdm.The record is distributed but it is not updating.The error says "The record has been exclusively locked by another user"
Any idea would be helpfull.
Regards
Sabarinathan