Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
gäller för:SQL Server
Detaljer
| Egenskap | Värde |
|---|---|
| Produktnamn | SQL Server |
| Händelse-ID | 17120 |
| Händelsekälla | MSSQLSERVER |
| Komponent | SQLEngine |
| Symboliskt namn | INIT_SPAWN |
| Meddelandetext | SQL Server kunde inte skapa %s tråd. I SQL Server-felloggen och felloggen för operativsystemet finns information om möjliga relaterade problem. |
Förklaring
Fel 17120 utlöses när en tråd som utför system- eller bakgrundsuppgifter inte kan skapas. Exempel på bakgrundsaktiviteter är Checkpoint, Lazy Writer, Database Recovery task, Log Reader, Log Writer, Auto shrink task, Communication manager, Parallel Redo worker task och många fler. I %s -felet innehåller namnet på aktiviteten. Här är exempel på hur det här felet kan visas i felloggarna:
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.
Orsak
SQL Server kan inte skapa en tråd för en bakgrundsaktivitet som ska börja köras. Vanliga orsaker inkluderar:
- Låg eller inget tillgängligt minne i systemet eller i SQL Server
- SQL Server är mitt i en avstängning
- SQL Server is-tjänsten kan inte starta på grund av ett felkonfigurations- eller resursproblem
Användaråtgärd
Diagnostisera andra fel och i systemet och försök igen.
Problem med slut på minne: Det första steget för att starta undersökningen är att söka efter minnesbrist eller minnesbrist. Granska systemhändelseloggen och SQL-felloggarna. Information om hur du felsöker finns i Felsöka problem med minnesbrist eller minnesbrist i SQL Server
Lösa felkonfigurerade protokoll Ett vanligt problem som har rapporterats omfattar felkonfigurerade SQL Server-protokoll. Mer information finns i SQL Server kan inte starta om alla protokoll är inaktiverade Du kan se följande sekvens med fel i felloggen:
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.Lösa problem med TLS-konfiguration och uppdatering Ett annat vanligt problem som har rapporterats är TLS-konfiguration på servern som hindrar SQL Server från att skapa en bakgrundskommunikationsuppgift.
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.Se till att du konfigurerar TLS korrekt för SQL Server. Information om nödvändiga uppdateringar finns i TLS 1.2-stöd för Microsoft SQL Server.
Lösa problem med krypteringscertifikat Ett annat vanligt problem är felkonfigurationen av TLS/SSL-certifikat som leder till att SQL Server inte kan starta och starta en tråd.
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.Mer information finns i SQL Server-tjänsten kan inte starta när du har konfigurerat en instans för att använda ett Secure Sockets Layer-certifikat