RTC connecting to database on other machine

ajaybabuChajaybabuCh Member Posts: 208
edited 2010-02-03 in NAV Three Tier
Hi

I have installed Nav 2009 SP1 on my local machine. while installing I have used the option dev environment.
I need to connect to the sql database which is on the other machine sql server.
Through sql classic client I am able to connect to database on the other machine sql server.
In order to run my pages, I have changed the following in CustomSettings file
<add key="DatabaseServer" value="sqlservername of other machine sql server"></add>
<add key="DatabaseName" value="databasename that I need to use from the other machine sql server"></add>

After this I have restarted Nav server service.

I am getting the following error when I try to run the sales order page.
The Microsoft Dynamics NAV Server cannot connect the Change Listener to SQL Server because of the following error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

Do I need to change anything else.

Thanks
Ajay

Comments

Sign In or Register to comment.