Hi Guys,
We currently have Exchange 2013 virtualised on Windows Server 2012 hyper-V. We have two sites and two DAGS. We have 8 Exchange 2013 servers virtualised across two DAGS across two sites.
The issue that I'm having is when I failover a MailboxDatabase across to one specific server, the contentIndexState is in a failed state. However when it fails back to the original server the contentindexstate is healthy.
Checking the event logs under exchange High Availability I see the following warning:
Database **** copy on server **** is to far behind. Copy queue is: 10824 and replay queue is: 0
Error I see is:
Database **** best copy could not be found.
What I did was suspend the copy on the bad server via powershell using the following command:
Suspend-MailboxDatabaseCopy ****
Update-MailboxDatabaseCopy **** -SourceServer ***** -DeleteExistingFiles:$True
Resume-MailboxDatabaseCopy *****
This completes successfully, does take some time however but it completes successfully.
When I try to fail it over I still get the same warnings and errors.
Please help as I'm stumped on this one.