If your current version is not the SP1 or the R2 version of Microsoft Dynamics NAV 2009, you must upgrade to the R2 version of Microsoft Dynamics NAV 2009, and then upgrade again from the R2 version of Microsoft Dynamics NAV 2009 to Microsoft Dynamics NAV 2013 R2
You must upgrade to Microsoft Dynamics NAV 2013 before you can upgrade to Microsoft Dynamics NAV 2013 R2
Comments
Nope, they haven't bothered to upgrade the V6 to V7 objects, there's just one very minor update in the V7.1 objects.
You have to upgrade to V7 first then upgrade to V7.1.
This means installing V7 and V7.1 on the same machine; but you can't do that because they both break.
So you have to have multiple machines.
:roll: ](*,)
TVision Technology Ltd
This should be doable on a 7.1 machine.
Hi Robert,
Could you please elaborate, why you can't run NAV 2013 and NAV 2013 R2 on the same box, side by side?
/Dmitry
No, you need the RTC because the second part of upgrade script has to be run after the technical upgrade to V7 and CODE CANNOT RUN on the V7 classic client.
The two NAV server managers cannot co-exist (V7 gets broken and V7.1 refuses to manage V7). You can probably manage them manually, if you remember how to install multiple V6 service tiers (plus the V7 differences).
The two Clients work some of the time, but only one of the RTCs can be started from the dev env without messing with the registry. Also the DLL which allows a new instance of the RTC to start a page on a matching, currently running, instance of the RTC is not compatible between versions and causes the client to crash. (This means it's rather difficult to start the debugger for instance)
If you don't install the clients at all, just copy the files on. The instances for the clients can both be run, but you lose the ability to start a page in an existing running client (Probably not a serious loss) and the dev env cannot start either RTC (or the debugger) without registering the URL (DynamicsNAV://) in the registry.
All in all it's just a mess.
When you add in the 'reduced functionality' of losing the company backups with FBK files, and the flattened 90's look of the new Microsoft branding, some people round here are calling it a "runt release".
TVision Technology Ltd
I got installed 7 and 7.1 on same machine, everything work just perfect. Only issue - you have to import right registry file. There was a topic couple days before: viewtopic.php?f=32&t=59216&start=15
Obviously, you have to define custom port numbers for one of servers just to avoid collisions...
I got following setup: sql12x64, 7.0 middle tier, 7.1 middle tier, Dev Env and client for both versions. Everything works like charm. Well, i even able to have 7 and 7.1 dev envinronments open, and both RTC clients open, only limitation - you can run objects from object designer only for one client at the same time (depending on registry file you imported). But to switch - you have only to import reg file, you don't even need to restart application....
I created a Page that is based on the Object table with a Action to start the object. When I am testing objects I simply open this page and filter on modification date and then start the object from that page instead of the Developement Environment. This helped me alot with NAV 2009 where the link between the classic client and the role tailored client is not as good as in later versions.
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
But ... returning to my original question, does anyone know the upgrade path from 2009 (original version) to 2013 R2?
At the moment I'm planning to take two steps with the data upgrade: from 2009 to 2009R2, then from 2009R2 to 2013 R2. All I can do at the moment is try it and see how it goes ...
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
You cannot do an OBJECT.RUN(...) on tables or queries you must use the URL method for starting these and even if you call the correct executable directly, bypassing the single DynamicsNAV:// Url handler problem, the new copy of the RTC will crash because of the incompatibility between V7 and V7.1's variations of the "Check if we can open this in an already running instance of Nav" DLL.
V7 and V6 can coexist with minor problems (the URL handlers and the finsql.exe location in the registry) but putting V7 and V7.1 on the same machine causes serious problems.
BTW: As I implied, the upgrade must be done in two steps, otherwise you won't get all the upgrade scripts run; for example the dimension sets.
TVision Technology Ltd
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
It is now possible to upgrade data from NAV 2009 SP1/R2 to NAV 2013 R2 using a single UPGTK.
Please take a look here:
http://blogs.msdn.com/b/nav/archive/2013/11/22/upgrade-toolkit-for-upgrading-data-from-microsoft-dynamics-nav-2009-r2-and-microsoft-dynamics-nav-2009-sp1-to-microsoft-dynamics-nav-2013-r2.aspx
Kind regards,
DMC
Give a try - and you will see.