Event ID - 7605

Event Id7605
SourceMSSQLServer
DescriptionFull-text catalog %ls has been lost. Use sp_fulltext_catalog to rebuild and to repopulate this full-text catalog.
Event InformationCAUSE:
The full-text path and file name no longer exists as specified in the registry for this catalog.
The full-text catalog is corrupted or for other reasons the catalog cannot be mounted by the MSSearch service.

RESOLUTION:
Try these actions in order. If any step succeeds, skip the remaining steps.
1. Execute sp_fulltext_catalog with @action = rebuild for the catalog listed in the message. If this does not resolve your error, try the remaining steps and, if necessary, retry this step.
2. Drop any full-text indexes associated with the specified catalog. Then drop the full-text catalog using sp_fulltext_catalog with @action = drop for the catalog listed in the message. Then add back first the catalog and indexes, in that order. If this does not resolve your error, try the remaining steps, and then, if necessary, retry this step.
3. Execute sp_fulltext_service with the clean_up parameter. If this does not resolve your error, try the remaining steps and, if necessary, retry this step.
4. Verify that the following registry keys do not have a subkey with the same name as the full-text catalog specified in the message.
For a default instance:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Gather\SQLServer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Gathering Manager\Applications\SQLServer\Projects
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Indexer\SQLServer

For a named instance:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Gather\SQLServer$InstanceName
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Gathering Manager\Applications\SQLServer$InstanceName\Projects
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Indexer\SQLServer$InstanceName

WARNING: If you use Registry Editor incorrectly, you may cause serious problems requiring you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor inco
Reference LinksMicrosoft product: SQL Server Version: 2000.80.760.0 Event Source: MSSQLServer Event ID: 7605

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.