My webservice URL is Not Working.

sunka_sathish8687sunka_sathish8687 Member Posts: 20
edited 2013-05-28 in Navision e-Commerce
Hai All,

When i run the webservice URL is not working getting this error
http://localhost:7047/DynamicsNAV/WS/Services

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"&gt;
<s:Body>
<s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">
a:Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLChangeListenerConnectionFailedException
</faultcode>
<faultstring xml:lang="en-US">
The Microsoft Dynamics NAV Server cannot connect the Change Listener to SQL Server because of the following error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
</faultstring>
<detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/"&gt;
The Microsoft Dynamics NAV Server cannot connect the Change Listener to SQL Server because of the following error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>

Thanks in Advance

Satish Kumar

Comments

  • ara3nara3n Member Posts: 9,255
    Have you setup the service tier? Can you connect with RTC Client?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • sunka_sathish8687sunka_sathish8687 Member Posts: 20
    Thank You Rashed for your response

    Yes i Made services on
    MicrosoftDynamicsNavServer and MicrosoftDynamicsNavWS were running and in the logon tab i used this account given my login details.
    and changed the custom setting.config file given database server, instance, database name, and ports,
    Now My URL is http://localhost:7047/DynamicsNAV/WS/Services

    i had used database server name with local host, and tried in different ways but noe results

    same error message

    The Microsoft Dynamics NAV Server cannot connect the Change Listener to SQL Server because of the following error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    Thanks in Advance

    Satish.Sunka
  • ara3nara3n Member Posts: 9,255
    double check the custom config file you. Login with classic and make sure the info is correct.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.