Hi,
Right now we have set the NAV database & the NAV server in different machine. using Best Practices Analyzer, there is no error occur.
There is also no problem in connecting using NAV RTC.
The Problem is in the webservice. When using IE, to check the webservice:
- Using
http://localhost:7047/DynamicsNAV/WS/Company/Services, you can see the services available.
- Using
http://[IP Address]:7047/DynamicsNAV/WS/Company/Services, still we can see the services available.
- Using
http://name.domain.com:7047/DynamicsNAV ... y/Services, shows error :
The login failed when connecting to SQL Server databaseserver.domain.com
- Try to consume the webservice, using .NET, using the
http://[IP Address]:7047/DynamicsNAV/WS/Company/Service_Name,
It shows error:
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate'.
The remote server returned an error: (401) Unauthorized.
Any suggestion for this problem?
Thx