5/12/11

Passive Database Copies Event ID 123

Starting getting errors in the event log for some passive copies of databases. Not sure why yet there doesn't seem to be a pattern. Get-MailboxDatabaseCopyStatus shows everything being fine, but there are errors being generated in the log on the server hosting the passive copy.

Event ID 123 search catalog corrupt
http://technet.microsoft.com/en-us/library/ee633475.aspx

This command should ensure all the parameters are correct in generating a new search catalog:

update-mailboxdatabasecopy -SourceServer Exch03 -Identity "MBDB03\Exch01" -Network DagReplicationNetwork -CatalogOnly

In this scenario Exch03 has active db MBDB03, and Exch01 holds a passive copy. There are four DAG networks only one is replication "DagReplicationNetwork".

No comments: