Bagikan melalui


MSSQLSERVER_17120

Berlaku untuk:SQL Server

Detail

Atribut Nilai
Nama Produk SQL Server
ID Peristiwa 17120
Sumber Kejadian MSSQLSERVER
Komponen SQLEngine
Nama Simbolis INIT_SPAWN
Teks Pesan SQL Server tidak dapat menelurkan %s utas. Periksa log kesalahan SQL Server dan log kesalahan sistem operasi untuk informasi tentang kemungkinan masalah terkait.

Penjelasan

Kesalahan 17120 muncul ketika utas yang melakukan tugas sistem atau latar belakang gagal dibuat. Contoh tugas latar belakang termasuk Titik Pemeriksaan, Penulis Malas, tugas Pemulihan Database, Pembaca Log, Penulis Log, tugas Penyusutan otomatis, Manajer komunikasi, tugas pekerja Pengulangan Paralel, dan banyak lagi. Kesalahan %s berisi nama tugas. Berikut adalah contoh bagaimana kesalahan ini mungkin muncul di log kesalahan:

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.

Penyebab

SQL Server tidak dapat membuat utas untuk tugas latar belakang untuk mulai berjalan. Penyebab umumnya meliputi:

  • Memori rendah atau tidak tersedia pada sistem atau di dalam SQL Server
  • SQL Server berada di tengah pematian
  • SQL Server adalah layanan tidak dapat dimulai karena kesalahan konfigurasi atau masalah sumber daya

Tindakan Pengguna

Diagnosis kesalahan lain dan pada sistem dan coba lagi operasi.

  1. Masalah kehabisan memori: Langkah pertama untuk memulai penyelidikan adalah memeriksa memori rendah atau kondisi kehabisan memori. Periksa log peristiwa sistem dan log kesalahan SQL. Untuk informasi tentang cara memecahkan masalah, lihat Memecahkan masalah kehabisan memori atau memori rendah di SQL Server

  2. Mengatasi protokol yang salah dikonfigurasi Masalah umum yang telah dilaporkan mencakup protokol SQL Server yang salah dikonfigurasi. Untuk informasi selengkapnya, lihat SQL Server tidak dapat dimulai jika semua protokol dinonaktifkan. Anda dapat mengamati urutan kesalahan berikut dalam log kesalahan:

    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. Atasi konfigurasi TLS dan masalah pembaruan Masalah umum lain yang telah dilaporkan mencakup konfigurasi TLS di server yang mencegah SQL Server membuat tugas komunikasi latar belakang.

    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.
    

    Pastikan Anda mengonfigurasi TLS dengan benar untuk SQL Server. Untuk informasi tentang pembaruan yang diperlukan, lihat dukungan TLS 1.2 untuk Microsoft SQL Server

  4. Mengatasi masalah sertifikat enkripsi Masalah umum lainnya adalah kesalahan konfigurasi sertifikat TLS/SSL yang mengarah ke SQL Server tidak dapat memulai dan memulai utas.

    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.
    

    Untuk informasi selengkapnya, lihat Layanan SQL Server tidak dapat dimulai setelah Anda mengonfigurasi instans untuk menggunakan sertifikat Lapisan Soket Aman