錯誤信息:
中文版:
服務器無法在 'any' <ipv4> 1433 上偵聽。錯誤: 0x277a。若要繼續,請通知您的系統管理員。
TDSSNIClient 初始化失敗,出現錯誤 0x277a,狀態代碼 0xa。原因: 無法初始化 TCP/IP 偵聽器。 無法加載或初始化請求的服務提供程序。
TDSSNIClient 初始化失敗,出現錯誤 0x277a,狀態代碼 0x1。原因: 初始化失敗,出現基礎結構錯誤。請檢查以前的錯誤。 無法加載或初始化請求的服務提供程序。
由於網絡庫中存在內部錯誤,所以無法啟動網絡庫。要確定原因,請查看錯誤日志中緊位於此錯誤之前的那些錯誤。
SQL Server 無法生成 FRunCM 線程。請查看 SQL Server 錯誤日志和 Windows 事件日志,獲取有關可能發生的相關問題的信息。
事件查看器的日志
英文版:
SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
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.
TDSSNIClient initialization failed with error 0x2741, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The requested address is not valid in its context.
TDSSNIClient initialization failed with error 0x2741, status code 0xa. Reason: Unable to initialize the TCP/IP listener. The requested address is not valid in its context.
Server failed to listen on 192.168.245.82 <ipv4> 2433. Error: 0x2741. To proceed, notify your system administrator.
核心思路:主要是端口是不是被人占了
cmd=> netstart -an 查看一下
解決辦法:
1.禁用VIA與 Named Pipes
2.TCP/IP中直接選擇全部偵聽(因為里頭有1433和2433)
然后再重啟服務試試,這個時候一般都是沒有問題了