Hello,
I have realy strange issue. I have a webservice, all delegations are set up and it works like charm
BUT
for some reason it just start to say
The login failed when connecting to SQL Server when use the webservice methods from .NET (using generated network credentials) and it says Error 500 when I try to open it in Internet Explorer. This happens only when I use the full url -
http://server.company.local:7047/Dynami ... S/Services
Now, the funny part - when I go to the server and type this url
http://localhost:7047/DynamicsNAV/WS/Services
in Internet Explorer it works, and magically this url
http://server.company.local:7047/DynamicsNAV/WS/Services also start working without anything else done.
Can anybody tell me why this is happening, maybe how to prevent it and how opening the
localhost url fixes the problem.
Answers
i've the same problem trying to access webservices from "internet".
-error 500: <faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.NavDatabasePasswordException</faultcode>
<faultstring xml:lang="en-US">The login failed when connecting to SQL Server noscls01\nav01.</faultstring>
when i try from the localserver everything starts and then i'm able to access from the internet, too.
:-k
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla