SQL Server not starting

ZM-3283 40 Reputation points
2024-11-26T10:07:20.92+00:00

issue - SQL Network Interface library could not deregister my Service Principal Name (SPN). causing an issue where my SQL server is not starting.

Logs show -

The SQL Server Network Interface library could not deregister the Service Principal Name (SPN) [ MSSQLSvc/IDL-A12197-VM.domainde.com ] for the SQL Server service. Error: 0x2af9, state: 61. Administrator should deregister this SPN manually to avoid client authentication errors.

The SQL Server Network Interface library could not deregister the Service Principal Name (SPN) [ MSSQLSvc/IDL-A12197-VM.domainde.com:1433 ] for the SQL Server service. Error: 0x2af9, state: 61. Administrator should deregister this SPN manually to avoid client authentication errors.

What I did -

I did the deregister it mentions for IDL-A12197-VM.domainde.com; deregister PowerShell code on the screenshot shows me Unregistering and completing. But then, when I try to restart the SQL server, I have the same issue.

I researched and tried to fix the issue but couldn't find a solution. Could you help me start my SQL server?

What do I need to do

sql-server

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,280 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emad Al-Mousa 0 Reputation points
    2025-01-12T13:56:24.5633333+00:00

    Hi,

    you can use temporary local SYSTEM account to startup your MSSQL Service ----> very bad idea in terms of security setup (so do this temporarily).

    execute the following in CMD session:

    setspn -L MSSQLServiceAccount

    what are the results....does it return/list your VM ?

    Regards,

    Emad

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.