I'm getting the following error when I try to start full-text indexing on my SQL Server 2008:
full-text service cannot be started Error: 9954
What does this mean? When i go to SQL Config manager, it is using Local Service, but regardless of which account I use, the Start button is always greyed out. I was able to start all the other SQL Services, however. The reason I need to start full-text is I want to install AdventureWorks.
Here is an excerpt from my Sql error log:
2009-12-03 05:17:59.82 spid14s Error: 9954, Severity: 16, State: 1.
2009-12-03 05:17:59.82 spid14s SQL Server failed to communicate with filter daemon launch service (Windows error: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.
full-text service cannot be started Error: 9954
What does this mean? When i go to SQL Config manager, it is using Local Service, but regardless of which account I use, the Start button is always greyed out. I was able to start all the other SQL Services, however. The reason I need to start full-text is I want to install AdventureWorks.
Here is an excerpt from my Sql error log:
2009-12-03 05:17:59.82 spid14s Error: 9954, Severity: 16, State: 1.
2009-12-03 05:17:59.82 spid14s SQL Server failed to communicate with filter daemon launch service (Windows error: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.