Hi All,
when i try to create multiple services for running different RTC's i am getting a error "The Microsoft Dynamics NAV Server cannot connect the change listner to SQL Server because of the following error "Login failed for the user 'NT Authority\Network Service"
If anybody know the solution for this , please tell me the steps to correct this error.
Thanks in advance.
Regards,
chandru.
0
Comments
http://dynamicsuser.net/blogs/mark_brum ... -2009.aspx
Copy and Paste the Service folder (C:\Program Files\Microsoft Dynamics NAV\60) and rename it to Service2 and run the following command from the command prompt:
sc \\<computername> create MicrosoftDynamicsNAVServer$NAV2 binpath= "C:\Program Files\Microsoft Dynamics NAV\60\Service2\Microsoft.Dynamics.Nav.Server.exe $NAV2" DisplayName= "Microsoft Dynamics NAV Server Instance 2" start= auto type= own depend= NetTcpPortSharing obj= "NT Authority\NetworkService"
and start the "Net. Tcp Port Sharing" with manual option and Microsoft Dynamics Nav Server Instance2 services
Hope it will helps