Options

Cannot connect RTC to my SQL server 2008 database

JoeDoeJoeDoe Member Posts: 11
edited 2011-05-06 in NAV Three Tier
Hello,

I have installed SQL server 2008 R2 (with instance called "monserveur" + Microsoft Dynamics Nav R2 (Developer environnement).

I can access my database (one restored from an fbk file with one company) from the classic client without problems.

With the RTC, I use these server address:

localhost/monserveur:7046/DynamicsNAV

I have this error message :There was no endpoint listening at net.tcp :localhost:7046/monserveur:7046/DynamicsNav/Service that could accept the message. This is often caused by an incorrect address or SOAP action.


An idea ?

Thanks.

Answers

  • Options
    manisharma31manisharma31 Member Posts: 285
    Try this monserveur:7046/DynamicsNAV without localhost.
    Regards,
    Manish
  • Options
    JoeDoeJoeDoe Member Posts: 11
    It doesn't work. Same error message.
  • Options
    deV.chdeV.ch Member Posts: 543
    The name of your sql instance ("monserveur") is not important for connect with rtc. if you are on the same machine you do this: localhost:7046/DynamicsNAV

    the notation is like this: <Machine Name>:<Port>/<ServiceTierInstanceName>
  • Options
    CanuteCanute Member Posts: 4
    Hi

    I think maybe you have entered the wrong ServerInstance.

    At least I have just had the same errormessage a few minutes ago and the solotion was to enter the correct serverinstance.

    You find it in the CustomSettings.config file...

    Best regards

    Knud
  • Options
    JoeDoeJoeDoe Member Posts: 11
    That's ok. It works fine. I forgot to change the topic status to resolved.
Sign In or Register to comment.