Hello all,
I want to have 2 or more nav server service running in my machine.
I found out how to display 2 or more servers in rtc.
However, I'm confusing on how to add a Service Tier.
I copied the Service directory to another location, changed the config that needed to.
Instance, DB Name, Port.
And wrote:
SC CREATE testServiceTier binpath= "C:\Program Files\Microsoft Dynamics NAV\60\test\Microsoft.Dynamics.Nav.Server.exe" start= auto obj= "NT Authority\NetworkService"
in cmd. But, it says cannot start service.
What should I do.
Thanks,
Amaraa
0
Comments
Include the dependency for NetTcpPortSharing in the NAV Server service. Delete and recreate the second service to use TCP Port sharing using the following command:
SC CREATE testServiceTier binpath= "C:\Program Files\Microsoft Dynamics NAV\60\test\Microsoft.Dynamics.Nav.Server.exe" start= auto obj= "NT Authority\NetworkService" type= own depend= NetTcpPortSharing
Start the Net.Tcp Port Sharing service and then start the second NAV Server service. It should work.
Regards,
JK Ezhil
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
http://blogs.msdn.com/freddyk/archive/2 ... tiers.aspx
thanks to freddy...
regards,
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Peter Wibeck
Software Development Engineer in Test
Dynamics NAV Server and Installer team
http://blog.wibeck.org/
or sources are there: http://github.com/kine/NAV_NST_Management
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.