NAV 2013R2 RU8 next to RU6
joostbilliet
Member Posts: 7
Just a quick question.
Does anyone of you know if it is possible to run the NAV 2013R2 RU8 next to an existing RU6.
We would need this for testing purposes.
Does anyone of you know if it is possible to run the NAV 2013R2 RU8 next to an existing RU6.
We would need this for testing purposes.
0
Comments
-
Hi,
This is possible as long as you have different databases.
In order to create NAV Server you will have to do this manually,
you want be able to use the "Microsoft Dynamics NAV 2013 R2 Administration" tool.
In the folder
C:\Program Files\Microsoft Dynamics NAV\71
you create one folder for Rollup6 and one for Rollup 8 e.g.
C:\Program Files\Microsoft Dynamics NAV\71\ServiceFR_Demo_Rollup6
C:\Program Files\Microsoft Dynamics NAV\71\ServiceFR_Demo_Rollup8
You run a batch job to install both services.
e.g.
REM to create server
SC CREATE "MicrosoftDynamicsNavServer$NAV_2013R2_Rollup6" binpath= "C:\Program Files\Microsoft Dynamics NAV\71\ServiceFR_Demo_Rollup6\Microsoft.Dynamics.Nav.Server.exe" obj= "NT AUTHORITY\NETWORK SERVICE" password= "" depend= "http/NetTcpPortSharing" DisplayName= "Microsoft Dynamics NAV Server [NAV_2013R2_Rollup6]"
sc description MicrosoftDynamicsNavServer$NAV_2013R2_Rollup6 "Service handling requests to Microsoft Dynamics NAV application."
The same for Rollup8
REM to create server
SC CREATE "MicrosoftDynamicsNavServer$NAV_2013R2_Rollup8" binpath= "C:\Program Files\Microsoft Dynamics NAV\71\ServiceFR_Demo_Rollup8\Microsoft.Dynamics.Nav.Server.exe" obj= "NT AUTHORITY\NETWORK SERVICE" password= "" depend= "http/NetTcpPortSharing" DisplayName= "Microsoft Dynamics NAV Server [NAV_2013R2_Rollup8]"
sc description MicrosoftDynamicsNavServer$NAV_2013R2_Rollup8 "Service handling requests to Microsoft Dynamics NAV application."
In the folder
C:\Program Files (x86)\Microsoft Dynamics NAV\71
you create two folders one for rollup6 and the other one for rollup8 e.g.
C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client Rollup6
C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client Rollup8
On your desktop you create two Shortcuts
e.g.
Rollup6 that points to
C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client Rollup6\Microsoft.Dynamics.Nav.Client.exe
Rollup8 that points to
C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client Rollup8\Microsoft.Dynamics.Nav.Client.exe
The same for Development environment.
I hope this helps.
Thanks.0 -
I personally use Service Tier Administration Tool from tegos GmbH (http://www.mibuso.com/dlinfo.asp?FileID=1410) so as to add services pointing to different NST folders (a folder by Rollup Update).
The tool allows you to choose which Microsoft.Dynamics.Nav.Server.exe file to use.
Hope this helps.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
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 991 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
