1

I have migrated a SQL server from another server box that was decommissioned. They have the same name and also same IP address. However, when I connect to the server from an application using trusted connection, I get the "SSPI context not generated" error.

What I have done:

  • I have used the setspn -X to confirm there is no duplicate SPN.

  • I have changed the order of protocol to follow the order:

    Shared Memory,
    Named Pipes,
    TCP/IP.

  • I have verified that when I restart SQL server, the service registers and deregisters. This was found in the SQL server log.

  • I have checked that on the SQL configuration the TCP/IP network protocol has the right IP and is active and enabled on both 32bit and 64bit.

I am running out of ideas and I am still getting the same error. I can't find any log that point to Kerberos.

asked Mar 21, 2016 at 23:12
5
  • Is the sysserver name changed .. sp_addservername ? Commented Mar 21, 2016 at 23:21
  • Was the name correct before you installed SQL or did you change it after? Commented Mar 21, 2016 at 23:32
  • Yes the server was changed after and the sysserver was changed as well. Commented Mar 22, 2016 at 17:01
  • Make certain that the clock on both the servers is correct Commented Feb 6, 2021 at 21:33
  • 1
    Does this answer your question? Error: Cannot Generate SSPI context Commented Nov 16, 2023 at 7:38

1 Answer 1

0

Try using Microsoft Kerberos Configuration Manager for SQL Server to automatically detect and fix such SPN Issues:

https://blogs.msdn.microsoft.com/farukcelik/2013/05/21/new-tool-microsoft-kerberos-configuration-manager-for-sql-server-is-ready-to-resolve-your-kerberosconnectivity-issues/

answered Oct 6, 2017 at 7:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.