Lync and the "Cannot Generate SSPI Context" error
If you have this error, it is probable a Kerberos issue. Try to set the SPN of you SQL Service Account.
Reference:
"Cannot Generate SSPI Context" error message, Poisoned DNS on MSDN
- Find out which user runs the SQL Service on your database server.
- Find out the port (Standard 1433)
- FQDN of the database server
- Use SetSpn -a MSSQLSvc/NX5015.swiss.group4net.com:1433
Reference:
"Cannot Generate SSPI Context" error message, Poisoned DNS on MSDN
Comments