How to add new service tier for rtc client
Amaraa
Member Posts: 153
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
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
-
Net.Tcp Port Sharing service should be enabled and running in order to have multiple instances of NAV Server service running.
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 Ezhil0 -
[Topic moved from 'NAV/Navision' forum to 'NAV 2009' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
here is a complete guide and script to add new service tear..
http://blogs.msdn.com/freddyk/archive/2 ... tiers.aspx
thanks to freddy...
regards,KS0 -
Or look at my blog, there is application which will do it for you, and it is in the download section too... ;-)0
-
I could not find the tool you are talking about. Can you post the direct link?“This posting is provided "AS IS" with no warranties, and confers no rights.”
Peter Wibeck
Software Development Engineer in Test
Dynamics NAV Server and Installer team
http://blog.wibeck.org/0 -
http://dynamicsuser.net/blogs/kine/arch ... ation.aspx
or sources are there: http://github.com/kine/NAV_NST_Management0
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
- 328 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
