Options

LOgin Failed Error in SQL

chandrurecchandrurec Member Posts: 560
edited 2010-01-22 in NAV Three Tier
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.

Comments

  • Options
    MallikarjunaMallikarjuna Member Posts: 64
    Hi,

    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 :)
Sign In or Register to comment.