Quantcast
Channel: My Errors & My Solutions
Viewing all articles
Browse latest Browse all 123

There are some objects locked in the database. You must unlock these objects before upgrading the database

$
0
0

—————————
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.


Viewing all articles
Browse latest Browse all 123

Trending Articles