TFS 查询错误 - SQL 服务器遇到错误 0x80070005

TFS Query Error - SQL Server encountered error 0x80070005

在 TFS 中 运行 查询后,用户收到以下错误。

Error: SQL Server encountered error 0x80070005 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.

FDHost 运行 并且已经重新启动。 运行 查询后出现同样的错误。

我该如何解决这个错误?

原来服务没有启动。 SQL 管理员启动了服务,但出现了新错误。

错误:全文查询出错。常见原因包括:断字错误或超时、FDHOST permissions/ACL 问题、服务帐户缺少权限、IFilter 故障、FDHost 和 sqlservr.exe 的通信通道问题等。

https://www.codykonior.com/2017/04/26/something-you-didnt-know-about-validating-full-text-indexing/ 帮助解决了新错误并且查询成功完成。