Upgrade from 2009 to 2013 - delete forms in range 30000000

Sam_Morris
Member Posts: 32
Hi,
I am doing an upgrade from NAV 2009 to NAV 2013. One of the first steps is to open the 2009 database in 2013. Before I can do this however I need to delete obsolete object types (forms, dataports r.i.p).
The trouble I am having is that some of the objects are in the range 30000000.. I cannot delete these even with our developer's license. ](*,)
I've tried the trick of creating empty objects with the same number in another database, but this doesn't work as you still get license permission errors.
Does anyone know how to get rid of these forms?
Thanks!
I am doing an upgrade from NAV 2009 to NAV 2013. One of the first steps is to open the 2009 database in 2013. Before I can do this however I need to delete obsolete object types (forms, dataports r.i.p).
The trouble I am having is that some of the objects are in the range 30000000.. I cannot delete these even with our developer's license. ](*,)
I've tried the trick of creating empty objects with the same number in another database, but this doesn't work as you still get license permission errors.
Does anyone know how to get rid of these forms?
Thanks!
0
Comments
-
I managed to find a solution. A SQL script like the following fixed it for me:
UPDATE [database].[dbo].[Object]
SET [ID] = 99999
WHERE ID = IdNo AND
Type = 2
Where database is the NAV database and IdNo is the object ID. You can then manually delete the table in Object Designer. If you change the Type this should work for other object types as well. I was then able to open my NAV 2009 database in NAV 2013
Not keen on these kinds of things though, so if anyone knows a better solution ...0 -
I like the idea (thanks) but why not delete in sql?0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 320 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