SQL Server 問題 1 - SQL Server encountered error 0x80070422/0x8007042d

來源:互聯網
上載者:User

標籤:

今天執行SQL Server 2014的full-text search 查詢操作:select * from table where contains(summary, ‘smith‘)

報出如下錯誤:

Msg 30046, Level 16, State 1, Line 1
SQL Server encountered error 0x8007042d while communicating with full-text filter daemon host (FDHost) process. Make sure that the FDHost process is running. To re-start the FDHost process, run the sp_fulltext_service ‘restart_all_fdhosts‘ command or restart the SQL Server instance.

很好,哥哥後來解決了這個問題:

這個問題很可能是因為FTS (FullTextSearch Service) 停用造成的,但是也不是僅僅如此,往下看:

#1, 開啟Services的面板,確定下面的Service運行正常

SQL Full-text Filter Daemon Launcher (MSSQLSERVER)

#2,賬戶的檢查

但是,這裡我儘管將其成功運行,依舊存在上面的錯誤報表。經過更多的研究,發現有一個問題:我將SQL Server 運行在一個域賬戶下,而Fulltext search卻不是用的這個賬戶,可能是預設賬戶。

所以,我將域賬戶配置給這個Service, 並重新啟動。並在SQL Server裡,運行 “ exec sp_fulltext_service ‘restart_all_fdhosts‘ ”. 

並重新構建fulltext search的全文索引,並直線檢索操作。 Bingo, 運行良好。

 

SQL Server 問題 1 - SQL Server encountered error 0x80070422/0x8007042d

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.