admin | October 16th, 2017 | Microsoft Exchange
Exchange Information store is responsible for fulfilling all user’s requests as it is the core data storage palace for Exchange server. It stores multiple user mailboxes and provides managing of data. But while its utilization, the Information store creates some problems which either drop the email messages into draft while exchanging messages or some DAG related problems. All these problems are due to the fact that the database is facing Indexing issues and is causing “FailedAndSuspended” content index for Exchange database.
The content indexing in Exchange database enables quick client searches and provides equivalent results for the queries. But to it’s contrary, a Failed and Suspended message are encountered specifying that Exchange server is unable to fix the problems that are faced during normal operations. This situation needs a fix with a proper solution technique.
In most typical cases, database corruption is the most common reason for the occurrence of Indexing issues in Exchange 2013. Therefore, a quick and efficient fix is to use a professional tool for repairing and converting the database. An EDB Converter Software will give you successful results even in case of high level of corruption in Exchange database. Or you can simply use an inbuilt utility like Eseutil or NewMailboxRepairRequest for fixing the minor level of corruption.
To begin with, you need to confirm and check the health report of the Exchange database for “FailedAndSuspended” content index. And to do so, you can run the following PowerShell command :
Get-MailboxDatabaseCopyStatus | FL Name, ContentIndexState
On successfully running the command, you will have a list of failed and suspended databases. Where “Healthy” refers to a perfect Exchange Database while “Failed” or FailedorSuspended” refers to unhealthy or improper indexed database.
Note: The user will keep on working with the Failed or Suspended Exchange mailboxes that too without any problem. It’s just that the search performances with OWA will be slower and affected.
Normally, you can run an Update-MailboxDatabaseCopy cmdlet in case of content index failure. This command will reseed the content index from a healthy copy belonging to another database. But this method too has some limitation.
This approach is not possible with a single-copy database which is running on Exchange server. As there is no healthy copy available for reseeding the content, the process cannot proceed further. Thus, it is now suggested to completely rebuilt the index. To do so you can follow the below-mentioned steps:
On successful completion of the procedure, the context index of the database is recreated. The procedure might take some time depending upon the amount of data stored in the Exchange database. Moreover, you can cross-check the health of the database after restarting the services.
Exchange server indexing problem can be due to some simple services issue. Hence, you can do the following to resolve the problem.
In case of email struck situation, you need to perform the following:
“MSExchangeSubmission”, “MSExchangeDelivery”
“MSExchangeTransport”
All possible causes and effective solutions of error “FailedAndSuspended” Content Index for Exchange 2013 are being discussed in the blog. You can either use a direct approach tool in case of database corruption or use above-mentioned manual methods in case of services issues. These solutions will definitely help you troubleshoot the error with no data loss.