Hello folks,
When the Net.Tcp Port Sharing Service is running the Microsoft Dynamcis NAV Server Service cannot be started. This is the error that comes up when I attempt to start the NAV service:
"The Microsoft Dynamics NAV Server service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
However, if I stop the Net.Tcp Port Sharing Service, the NAV service starts without any issues. It would be great if someone could explain why the two services conflict and what is the fix for this issue without stopping the Net.Tcp Port Service. This is a single Service Tier install so the Net.Tcp Port Sharing Service is not even utilized by NAV so I am not sure why it conflicts with the NAV service. Maybe the default NAV Port 7046 is utilized by something, I don't know...
The NAV version is 2009 R2.
Thanks!
David
0
Comments
In order to use port sharing, Dynamics NAV Server user account must be granted additional permissions. Necessary configuration steps are described here:
http://teachmenav.com/blogs/dave/archiv ... stops.aspx
sc config <servicename> depend= NetTcpPortSharing (for 2009). For 2013 I use sc config <servicename> depend= NetTcpPortSharing/HTTP.
There is no need to alter rights or anything...