Partager via


MSSQLSERVER_17120

S’applique à :SQL Server

Détails

Attribut Valeur
Nom du produit SQL Server
ID de l’événement 17120
Source de l’événement MSSQLSERVER
Composant SQLEngine
Nom symbolique INIT_SPAWN
Texte du message SQL Server n'a pas pu générer dynamiquement le thread %s. Consultez le journal des erreurs SQL Server et le journal des erreurs du système d’exploitation pour plus d’informations sur les éventuels problèmes connexes.

Explication

L’erreur 17120 est déclenchée lorsqu’un thread qui effectue des tâches système ou en arrière-plan ne parvient pas à être créé. Voici quelques exemples de tâches en arrière-plan : point de contrôle, enregistreur différé, tâche de récupération de base de données, lecteur de journal, enregistreur de journaux, tâche de réduction automatique, gestionnaire de communication, tâche de travail de restauration parallèle, etc. Le %s dans l’erreur contient le nom de la tâche. Voici des exemples de la façon dont cette erreur peut apparaître dans les journaux d’erreur :

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.

Cause

SQL Server ne peut pas créer de thread pour qu’une tâche en arrière-plan commence à s’exécuter. Les causes courantes sont les suivantes :

  • Mémoire insuffisante ou inexistante sur le système ou à l’intérieur de SQL Server
  • SQL Server est au milieu d’un arrêt
  • SQL Server service ne peut pas démarrer en raison d’une configuration incorrecte ou d’un problème de ressources

Action de l'utilisateur

Diagnostiquez d’autres erreurs et sur le système et réessayez l’opération.

  1. Problèmes de mémoire insuffisante : La première étape pour démarrer l’examen consiste à case activée pour les conditions de mémoire insuffisante ou de mémoire insuffisante. Examinez le journal des événements système et les journaux des erreurs SQL. Pour plus d’informations sur la résolution des problèmes, consultez Résoudre les problèmes de mémoire insuffisante ou de mémoire insuffisante dans SQL Server

  2. Résoudre les protocoles mal configurés Un problème courant qui a été signalé inclut des protocoles SQL Server mal configurés. Pour plus d’informations, consultez SQL Server ne peut pas démarrer si tous les protocoles sont désactivés. Vous pouvez observer la séquence d’erreurs suivante dans le journal des erreurs :

    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. Résoudre les problèmes de configuration et de mise à jour TLS Un autre problème courant signalé inclut la configuration TLS sur le serveur qui empêche SQL Server de créer une tâche de communication en arrière-plan.

    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.
    

    Veillez à configurer tls correctement pour SQL Server. Pour plus d’informations sur les mises à jour nécessaires, consultez Prise en charge de TLS 1.2 pour Microsoft SQL Server

  4. Résoudre les problèmes liés aux certificats de chiffrement Un autre problème courant est la configuration incorrecte des certificats TLS/SSL, ce qui SQL Server ne peut pas démarrer et démarrer un thread.

    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.
    

    Pour plus d’informations, consultez SQL Server service ne peut pas démarrer après avoir configuré un instance pour utiliser un certificat Secure Sockets Layer