I am setting up a service tier for MS Dynamics NAV 2009, but am unable to connect due to a login failure.
Login failed for user 'DOMAIN\ANONYMOUS LOGON'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.
Error: 18456, Severity: 14, State: 11.
I have the following servers:
SQL Server: sql-dev
Dynamics service tier: dynamicsService
The SQL and Dynamics services are both running under the same domain account.
I have four spns setup:
MSSQLSvc/sql-dev.mycompany.com:1433
MSSQLSvc/sql-dev:1433
MicrosoftDynamicsNAVServer$Dev/dynamicsService.mycompany.com:7046
MicrosoftDynamicsNAVServer$Dev/dynamicsService:7046
Finally, I have Delegation setup for the domain account for both the Dynamics and SQL service. This looks to be the correct setup according to the MS documentation, but it is not working. Any thoughts to where I have gone wrong? Thanks.
0
Answers
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
Zohaib Ahmed
Dynamics NAV ERP Technical Consultant.
please like / agree / verify my answer, if it was helpful for you. thanks.
https://mbs.microsoft.com/partnersource/northamerica/deployment/migration-tools/BestPracticesAnalyzerNAV2009
https://msdn.microsoft.com/en-us/library/dd301254.aspx
http://www.mibuso.com/dlinfo.asp?FileID=1123
Recently i has issue with sql authentication with Error: 18456, Severity: State: 13
The state 13 is related with SQL Server service paused.
In your case state 11 is related with "Valid login but server access failure"
I found a good answer about sql server error 18456 on the following site.
http://www.get-itsolutions.com/sql-server-error-18456/
thnx