Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.94 KB

File metadata and controls

41 lines (33 loc) · 1.94 KB
title MSSQLSERVER_30089
description MSSQLSERVER_30089
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
9992 (Database Engine error)

MSSQLSERVER_30089

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 30089
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name IFTS_FDHOST_TERMINATEDABNORMAL
Message Text The fulltext filter daemon host (FDHost) process has stopped abnormally. This can occur if an incorrectly configured or malfunctioning linguistic component, such as a wordbreaker, stemmer or filter has caused an irrecoverable error during full-text indexing or query processing. The process will be restarted automatically.

Explanation

The full-text filter daemon host has encountered some problem that has forced it to stop abnormally. The cause of the problem could be a badly formatted document, a bug in the filter or word-breaker, or a problem in filter daemon.

User Action

Typically, the daemon will recover from the error. If it is consistently failing, troubleshooting is necessary. Try the following to isolate the issue:

  1. If a new linguistic component has been installed recently, remove it from the system.

  2. Look at the crawl log to identify any new document that failed to be full-text indexed, and remove it.

See Also

sp_help_fulltext_system_components (Transact-SQL)
Configure and Manage Word Breakers and Stemmers for Search
Configure and Manage Filters for Search