Hi Folks,
at our Exchange Server ( Version 15.0 (Build 775.38 / 0.1 (8.0.535.0 ) we found over 200k entrys / day saying that:
The Microsoft Exchange Search Host Controller service terminated unexpectedly. It has done this 193270 time(s). The following corrective action will be taken in 30 milliseconds: Restart the service.
The Command:
Get-MailboxDatabaseCopyStatus | fl 'Content*'
shows the following:
ContentIndexState : Failed
ContentIndexErrorMessage : An internal error occurred for the database or its index
ContentIndexVersion :
ContentIndexBacklog :
ContentIndexRetryQueueSize :
ContentIndexMailboxesToCrawl :
ContentIndexSeedingPercent :
ContentIndexSeedingSource :
i investigated a bit further:
RunspaceId : 06d7b8f6-969f-47f8-89ba-87b2fed639bb
Identity : db_1\exch1
Id : db_1\exch1
Name : db_1\exch1
DatabaseName : db_1
Status : Healthy
InstanceStartTime : 14.10.2014 21:03:38
LastStatusTransitionTime : 14.10.2014 21:03:45
MailboxServer : exch1
ActiveDatabaseCopy : exch2
ActiveCopy : False
ActivationPreference : 1
StatusRetrievedTime : 15.10.2014 13:36:52
WorkerProcessId : 2076
ActivationSuspended : False
ActionInitiator : Unknown
ErrorMessage :
ErrorEventId :
ExtendedErrorInfo :
SuspendComment :
RequiredLogsPresent :
SinglePageRestore : 0
ContentIndexState : Failed
ContentIndexErrorMessage : An internal error occurred for the database or its index
ContentIndexVersion :
ContentIndexBacklog :
ContentIndexRetryQueueSize :
ContentIndexMailboxesToCrawl :
ContentIndexSeedingPercent :
ContentIndexSeedingSource :
CopyQueueLength : 0
ReplayQueueLength : 0
ReplaySuspended : False
ResumeBlocked : False
ReseedBlocked : False
MinimumSupportedDatabaseSchemaVersion : 0.121
MaximumSupportedDatabaseSchemaVersion : 0.126
So i read that the Database is OK, but the Index is broken somewhow ?
I`ve read somewhere that i should delete the GUID Folder and restart the Hostcontroller service, can somebody explain HOW to do this ? where can i Find the GUID Folder ? Is it the correct way to solve this problem ?
thx in advance!