I am using Microsoft Dynamics nav 2013. At the time of changing user details or adding new users or even changing their passwords I am getting the following error
“The operation could not complete because a record in the User Property table was locked by another user. Please retry the activity.”
When i check in the SQL server in the sys_dm_trans_lock , i find that both User and User property tables are locked.
Is there anyway i can find what is causing this? or how i can deallocate this lock? or even find what is causing the lock.
I solved the problems. There were some inefficient created flowfields which caused severe performance problems. When I solved them by creating the appropiate keys, the message did not appear anymore.