Finished configuring the DAG. Under Org Config>Mailbox>DB
Management a certain server name shows up twice in the list of servers
that has a particular DB. This is happening for 2 DBs. Here are the
results:
Get-MailboxDatabaseCopyStatus -Identity "Users A-K" | FT
Name Status
---- ------
Users A-K\CGYNEX11 Mounted
Users A-K\CGYNEX12 Healthy
Users A-K\CGYNEX14... Healthy
Users A-K\CGYNEX14 Healthy
Get-MailboxDatabaseCopyStatus -Identity "Users L-Z" | FT
Name Status
---- ------
Users L-Z\CGYNEX11 Mounted
Users L-Z\CGYNEX12 Healthy
Users L-Z\CGYNEX14... Healthy
Users L-Z\CGYNEX14 Healthy
When attempting to remove the Database Copy the following error is displayed:
--------------------------------------------------------
Microsoft Exchange Error
--------------------------------------------------------
Database copy 'Users A-K' cannot be removed.
Users A-K
Failed
Error:
The operation couldn't be performed because 'Users A-K\CGYNEX14' matches multiple entries.
This error appears when attempting to remove either of DBs.
Any idea how to resolve this?