How long should an update (nav 2009R2 to 2015) take
Poltergeist
Member Posts: 200
I'm trying (for the first time) to upgrade a database from NAV2009R2 to NAV2015 (via NAV2013), using http://blogs.msdn.com/cfs-filesystemfil ... V-2015.pdf. All steps (up to 25) work fine. If I take out one company (create a fbk from one company, restore in an empty database, do the upgrade) everything works smoothly. However, When trying a somewhat larger database (Well, It's just 9 GB) the dataupgrade just takes forever. Up until now, I haven't had the patience to wait (after keeping it running for 24 hours).
First of all, I cannot run it parallel. It complains about the permission table being locked by another user. If I run it serial, the checkpreconditions are run (fast), but then it starts codeunit 104055, function startupgrade for the first company. which is also the company with the most data. I can see the developmentclient running at 25% (it's a quadcore processor, so that makes sense), but other then that: nothing seems to happen.
How long should it take for such a small database to be upgraded?
First of all, I cannot run it parallel. It complains about the permission table being locked by another user. If I run it serial, the checkpreconditions are run (fast), but then it starts codeunit 104055, function startupgrade for the first company. which is also the company with the most data. I can see the developmentclient running at 25% (it's a quadcore processor, so that makes sense), but other then that: nothing seems to happen.
How long should it take for such a small database to be upgraded?
0
Comments
-
you should run the upgrade code thru the debugger so you can find out which piece of code is causing the slowdown.
The dimension rebuild uses SQL. This should not be a problem area for a database of this size.
One area I have run into on older upgrades is a process that renames contents of the primary key. Mass renaming of any larger table is a performance killer, and the only way around it, if it is necessary, is to it in SQL.David Machanick
http://mibuso.com/blogs/davidmachanick/0
Categories
- All Categories
- 75 General
- 75 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions