Options

Can not connect to database using Nav 2009 RTC

aby280679aby280679 Member Posts: 9
edited 2010-06-18 in NAV Three Tier
Hi,

I am not able to connect to the database using the RTC. I get the following error message:

A Server was not found at "net.tcp//sto17dev:7046/Service3/Service". Either the URL is incorrect or the server is currently not available.

Please help me how can i resiolve this error.

Backgroud:

The SQL Server and database is installed on a remote server called STO17DEV. The SQL Server name is STO17DEV. This Server only have SQL Server and databases. It does not have Navision RTC or Navision Classic.The RTC is installed on a local system. Both the server and local system are on the same domain. I am able to ping the server from my local machine.

I have installed a New Navision service Tier and the service for this new service tier is running. The database has a windows login with super rights.

Before running the service for the new service tier I have following changes to the config file:

<add key="NetType" value="Default">
</add>
<!--
Name of the database server to connect to.
-->
<add key="DatabaseServer" value="sto17dev">
</add>
<!--
Name of the database instance to connect to.
-->
<add key="DatabaseInstance" value="">
</add>
<!--
Name of the database to connect to.
-->
<add key="DatabaseName" value="PIC2009SP1Dev">
</add>
<!--
Name of the Microsoft Dynamics NAV Server instance to connect
to (for client) or listen on (for server).
-->
<add key="ServerInstance" value="Service3">
</add>
<!--
The listening TCP port for the Microsoft Dynamics NAV Server.
This is part of the server's URL.
Valid range: 1-65535
-->
<add key="ServerPort" value="7046">
</add>
<!--

Please help me out in resolving the problem. Am I missing something.

Comments

Sign In or Register to comment.