SQL Server Errors or Failures from Error: 30089 to Error: 32003

Error: 30089, Severity: 17, 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 indexi
Error: 30090, Severity: 10, A new instance of the full-text filter daemon host process has been successfully started.
Error: 30091, Severity: 10, A request to start a full-text index population on table or indexed view ‘%.*ls’ is ignored because a population is currently paused. Either resume or stop the paused population. To resume it, use the following Transact-SQL statement: ALTER FULLTEXT INDEX
Error: 30092, Severity: 16, Full-text stoplist ID ‘%d’ does not exist.
Error: 30093, Severity: 17, The SQL Server word-breaking client failed to initialize. This might be because a filter daemon host process is not in a valid state. This can prevent SQL Server from initializing critical system objects. Full-text queries will fail until this issue is re
Error: 30094, Severity: 17, The full-text indexing pipeline could not be initialized. This might be because the resources on the system are too low to allocate memory or create tasks. Try restarting the instance of SQL Server.
Error: 30095, Severity: 10, The version of the language components used by full-text catalog ‘%ls’ in database ‘%ls’ is different from the version of the language components included this version of SQL Server. The full-text catalog will still be imported as part of database upgrade
Error: 30096, Severity: 10, A full-text retry pass of %ls population started for table or indexed view ‘%ls’. Table or indexed view ID is ‘%d’. Database ID is ‘%d’.
Error: 30097, Severity: 10, The fulltext catalog upgrade failed because of an inconsistency in metadata between sys.master_files and sys.fulltext_catalogs for the catalog ID %d in database ID %d. Try to reattach this database. If this fails, then the catalog will need to be dropped
Error: 30098, Severity: 10, An internal query to load data for a crawl on database ‘%.*ls’ and table ‘%.*ls’ failed with error code %d. Check the sql error code for more information about the condition causing this failure. The crawl needs to be restarted after this condition is rem
Error: 30099, Severity: 17, Fulltext internal error
Error: 31001, Severity: 16, The session ‘%s’ already exists. Use a different session name.
Error: 31002, Severity: 16, This operation can be performed only by the owner of the session.
Error: 31003, Severity: 16, User does not have enough permissions to tune one or more of the databases specified.
Error: 31201, Severity: 16, Property-scoped full-text queries cannot be specified on the specified table because its full-text index is not configured for property searching. To support property-scoped searches, the full-text index must be associated with a search property list and
Error: 31202, Severity: 10, Reconfiguring the search property list of the full-text index has truncated the existing data in the index. Until the full-text index has been fully repopulated, full-text queries will return partial results. The ALTER FULLTEXT INDEX
SET SEAR
Error: 31203, Severity: 10, Warning Master Merge operation was not done for dbid %d, objid %d, so querying index will be slow. Please run alter fulltext catalog reorganize.
Error: 32001, Severity: 10, Log shipping backup log job for %s.
Error: 32002, Severity: 10, Log shipping copy job for %s:%s.
Error: 32003, Severity: 10, Log shipping restore log job for %s:%s.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.