—————————
Microsoft Dynamics NAV Development Environment
—————————
There are some objects locked in the database. You must unlock these objects before upgrading the database.
—————————
OK
—————————
Solution:
Execute the following SQL Query, remind to USE your database name (replace NAVDatabase)
USE [NAVDatabase]
UPDATE [Object] SET [Locked] = 0, [Locked By] = '' WHERE [Locked] = 1
then close the query window (otherwise the connection will still remain active).
Did my solution solve your problem? Leave a reply.
3 replies on “There are some objects locked in the database. You must unlock these objects before upgrading the database”
Thank you so much for this post. helped a lot.
Thank you, it works fine for me…
Thank you, it works