Page 1 of 1

Error with Full Text Search on 7.0.7...

Posted: Wed Nov 02, 2011 2:26 pm
by crazyjoe
When I try to turn on Full Text Search I get the following error...

SQL Server encountered error 0x80070422 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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server encountered error 0x80070422 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.

Any ideas how to fix this? I have no clue when it comes to SQL and restarting instances.

Re: Error with Full Text Search on 7.0.7...

Posted: Wed Nov 02, 2011 6:39 pm
by AbleMods
When SQL installs, there is also a separate windows service for the full text indexing/search. Make sure that service is running also. There is a SQL service manager icon that installs with SQL that makes this easy to do.

Re: Error with Full Text Search on 7.0.7...

Posted: Thu Nov 03, 2011 12:40 pm
by crazyjoe
Thanks for the tip! My hosts (AppliedI) sorted it right out for me. All up and running good now! Thanks.