Hi All,
I restored a database which has NAV Users. I created a NAV server instance with NavUserPassword credential type and Certificate Thumbprint value.
Server instance is up and running.
After that I did following changes the ClientUserSetting.config file (C:\Users\y.udawatte\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\80)
<add key="ClientServicesCredentialType" value="NavUserPassword"/>
<add key="DnsIdentity" value="NavServiceCert"/>
But when I try to log into RTC, it gives the following error;
A server was not found at
net.[url=tcp://localhost:8036/DynamicsNAV80_testservice/Service]tcp://localhost:8036/DynamicsNAV80_testservice/Service[/url]
Either the URL is incorrect or the server is currently not available.
Can anyone help me to sort out this problem?
Best regards
Yasith
0
Answers
Have you checked the firewall? It should work it you are using localhost..
Have you checked the cables?
Have you released the filters?
http://www.navfreak.com
Thank you for your reply.
This was happened due to a database user permission issue. I didn't install NAV developer environment in this case, because of that
i didn't see whether the server instance is actually assigned to the database.
After I assign dbo permission to the user, service was up an running and I able to log with NavUserPassword authentication.
Thanks again. Cheeres!