| An unknown full-text failure (80004005) occurred in function EnumCatalogs on full-text catalog |
|
SQL Server offers a Full Text Search allowing the application to perform full-text queries against character-based data in SQL Server tables. The search text has been working great for a while until recently we have encounter the error "An unknown full-text failure (80004005) occurred in function EnumCatalogs on full-text catalog". After the application has failed to return any search result we have quickly go into SQL Server and check out the database. We try to rebuild the catalogue but only ended up with an error message. We then try to repopulate the database but again we fail to get the database catalogue working. This error usually occurs when we move the database from one logical drive to another by means of detaching and attaching the database. But this error could also be the cause of something else. Here are some steps to follow to trouble shoot the error “An unknown full-text failure (80004005) occurred in function EnumCatalogs on full-text catalog”
If after you have done the verification and you still unable to perform a full text search then try to re-install the SQL Server 2000 Full-Text Search components from your SQL Server 2000 setup CD. Make sure you have un-install the service first. You might have to force the removal of the search service via the registry key.
OK I hope this will help those who are experience a headache with this issue.
|