Teilen über


MSSQLSERVER_17120

Gilt für: SQL Server

Details

attribute Wert
Produktname SQL Server
Ereignis-ID 17120
Ereignisquelle MSSQLSERVER
Komponente SQLEngine
Symbolischer Name INIT_SPAWN
Meldungstext SQL Server konnte den Thread %s nicht erzeugen. Überprüfen Sie das SQL Server-Fehlerprotokoll und das Betriebssystemfehlerprotokoll, um Informationen zu möglichen verwandten Problemen zu erhalten.

Erklärung

Fehler 17120 wird ausgelöst, wenn ein Thread, der System- oder Hintergrundaufgaben ausführt, nicht erstellt werden kann. Beispiele für Hintergrundaufgaben sind Prüfpunkt, Lazy Writer, Datenbankwiederherstellungsaufgabe, Protokollleser, Log Writer, Auto-Verkleinerungsaufgabe, Kommunikations-Manager, Parallel-Wiederholen-Arbeitsaufgaben und viele mehr. Der %s Fehler enthält den Namen der Aufgabe. Hier sind Beispiele für die Darstellung dieses Fehlers in den Fehlerprotokollen:

Error: 17120, Severity: 16, State: 1.
SQL Server could not spawn checkpoint thread. Check the SQL Server error log and the operating system error log for information about possible related problems.
Error: 17120, Severity: 16, State: 1.
SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the operating system error log for information about possible related problems.
Error: 17120, Severity: 16, State: 1.
SQL Server could not spawn log writer thread. Check the SQL Server error log and the operating system error log for information about possible related problems.

Ursache

SQL Server kann keinen Thread für eine Hintergrundaufgabe erstellen, um mit der Ausführung zu beginnen. Häufige Ursachen sind:

  • Geringer oder kein Arbeitsspeicher im System oder in SQL Server verfügbar
  • SQL Server befindet sich in der Mitte eines Herunterfahrens
  • SQL Server is service is unable to start due to a misconfiguration or resource issue

Benutzeraktion

Diagnostizieren Sie andere Fehler und das System, und wiederholen Sie den Vorgang.

  1. Nicht genügend Arbeitsspeicher: Der erste Schritt, um die Untersuchung zu starten, besteht darin, nach geringem Arbeitsspeicher oder nicht genügend Arbeitsspeicherbedingungen zu suchen. Untersuchen Sie das Systemereignisprotokoll und SQL-Fehlerprotokolle. Informationen zur Problembehandlung finden Sie unter Problembehandlung bei nicht genügend Arbeitsspeicher oder geringem Arbeitsspeicher in SQL Server.

  2. Beheben falsch konfigurierter Protokolle Ein häufiges Problem, das gemeldet wurde, enthält falsch konfigurierte SQL Server-Protokolle. Weitere Informationen finden Sie unter SQL Server kann nicht gestartet werden, wenn alle Protokolle deaktiviert sind. Sie können die folgende Abfolge von Fehlern im Fehlerprotokoll beobachten:

    Error: 17182, Severity: 16, State: 1.
    TDSSNIClient initialization failed with error 0xd, status code 0x4. Reason: **All protocols are disabled. The data is invalid**.
    Error: 17182, Severity: 16, State: 1.
    TDSSNIClient initialization failed with error 0xd, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The data is    invalid.
    Error: 17826, Severity: 18, State: 3.
    Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the    error log.
    Error: 17120, Severity: 16, State: 1.
    SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the operating system error log for information about possible related    problems.
    
  3. Beheben von TLS-Konfigurations- und Updateproblemen Ein weiteres häufiges Problem, das gemeldet wurde, umfasst tls-Konfiguration auf dem Server, die verhindert, dass SQL Server eine Hintergrundkommunikationsaufgabe erstellt.

    Error: 26011, Severity: 16, State: 1.
    The server was unable to initialize encryption because of a problem with a security library. The security library may be missing. Verify that security.dll exists on  the    system.
    Error: 17182, Severity: 16, State: 1.
    TDSSNIClient initialization failed with error 0x139f, status code 0x80. Reason: Unable to initialize SSL support. The group or resource is not in the correct state  to    perform the requested operation.
    Error: 17182, Severity: 16, State: 1.
    TDSSNIClient initialization failed with error 0x139f, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The group  or    resource is not in the correct state to perform the requested operation.
    Error: 17826, Severity: 18, State: 3.
    Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in  the    error log.
    Error: 17120, Severity: 16, State: 1.
    SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
    

    Stellen Sie sicher, dass Sie TLS für SQL Server ordnungsgemäß konfigurieren. Informationen zu erforderlichen Updates finden Sie unter TLS 1.2-Unterstützung für Microsoft SQL Server

  4. Beheben von Verschlüsselungszertifikaten-Problemen Ein weiteres häufiges Problem ist die Fehlkonfiguration von TLS/SSL-Zertifikaten, die zu SQL Server führen, die nicht in der Lage sind, einen Thread zu starten und zu starten.

    Error: 26014, Severity: 16, State: 1.
    Unable to load user-specified certificate [Cert Hash(sha1) "%hs"]. The server will not accept a connection. You should verify that the certificate is correctly installed.    See "Configuring Certificate for Use by SSL" in Books Online.
    
    Error: 17182, Severity: 16, State: 1.
    TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
    
    Error: 17826, Severity: 18, State: 3.
    Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the    error log.
    
    Error: 17120, Severity: 16, State: 1.
    SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
    

    Weitere Informationen finden Sie unter SQL Server-Dienst kann nicht gestartet werden, nachdem Sie eine Instanz für die Verwendung eines Secure Sockets Layer-Zertifikats konfiguriert haben.