Converting Nav 2015 database to 2016 - gives locked object error even though no objects are locked
johannbjarka
Member Posts: 6
I'm upgrading from Nav 2015 to 2016 and following the guide from MS from here. I followed all the steps and made sure that no objects were locked (by filtering the object designer by Locked = yes). I have now done this multiple times but every time I try to convert the database in the 2016 developer environment I get an error saying:
Any ideas?
There are some objects locked in the database. You must unlock these objects before upgrading the database.
Any ideas?
0
Best Answers
-
Please create a page with table Object and check whether there are any locked tabledata records.
may be its strange but I faces similar issues and few tabledata records are locked.
we have to unlock them by using SQl query5 -
Create a ListPage with sourceTable "Object".. add all the fields and run it. You should see all the Objects
Reason behind this is that Object Designer doesnt show TableData .. only TableAustrian NAV/BC Dev5 -
UPDATE [Object] SET [Locked] = 0, [Locked By] = '';
6
Answers
-
Please create a page with table Object and check whether there are any locked tabledata records.
may be its strange but I faces similar issues and few tabledata records are locked.
we have to unlock them by using SQl query5 -
Thanks for the reply. How exactly can I see if there are locked tabledata records?0
-
Create a ListPage with sourceTable "Object".. add all the fields and run it. You should see all the Objects
Reason behind this is that Object Designer doesnt show TableData .. only TableAustrian NAV/BC Dev5 -
Thanks, I found two locked tabledata records. What kind of SQL query do I need to make to unlock the tabledata?0
-
UPDATE [Object] SET [Locked] = 0, [Locked By] = '';
6 -
Thanks everyone. It's working now.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 329 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

