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/">
<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/">
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
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n