I've found documentation stating that SPN's have to be created and associated with the computer on which web services run and documentation stating that they have to be associated with the domain user under which web services run. Can anyone add some clarity here? - Are SPN's supposed to be associated with the computer or domain user?
Thanks
0
Comments
Usage:
it means something like:
Where the yourDomain\yourUser is user account under which the NAV Server is running.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Setspn -A yourServerName_DynamicsNAV/yourServerName.yourDomain.yourCompany.com:7046 yourdomain\yourUser
Instead of using "yourServerName_DynamicsNAV", should you not use the key name of the service instead (ie. MicrosoftDynamicsNavWS or MicrosoftDynamicsNavServer) which is how it's normally done with other services? And would you also have to set SPN for the web service separately which is port 7047? I've done both and the web service is still having authentication issues with SQL.
So, I take it then that the SPN's have to be associated to the domain user and NOT the computer?
http://blogs.msdn.com/nav_developer/arc ... setup.aspx
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
HTTP/FullyQualifiedDomainNameOfNavWebServiceServer
HTTP/NameOfNavWebServiceServer
It didn't work unfortunately...and the MS documentation makes no mention of this. Is there a source of info which lists ALL the SPN's which have to be created and to what they have to be associated?
I found what I wrote in the MOC 80040A (Installation and Setup).
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.