Hi all,
We have an environment With 6 Exchange 2016 servers, where 2 was added recently (setup in own DAG and own mailbox database). Stuff such as mailflow and free/busy between them are working fine, but these are not working (both GUI and PowerShell):
1. Get database info on the New environment (when logged in to old environment), such as:
Get-MailboxDatabase -Server NewExchangeServer1 -Status | fl name,last*backup
The error generated is:
WARNING: Couldn't get the last backup time of database "New-Database1".
WARNING: Exchange can't get the size and the available space of the database "New-Database1".
WARNING: Couldn't get worker process info for database "New-Database1".
2. Mailbox migration from old to New environment
New-MoveRequest -Identity Test.User@domain.com -TargetDatabase "MBX-MD09"
The error generated is:
Failed to communicate with the mailbox database.
+ CategoryInfo : ResourceUnavailable: (:) [New-MoveRequest], MailboxOfflineException
Strangely, if we do the opposite (running PowerShell on the New server to get info of the old server and migrate mailbox from New server to old server), everything is working fine.
Repadmin /replsummary and
repadmin /showrepl shows fine in both Exchange environment. Only one AD site available.
Not sure where to troublehsoot NeXT.
Any ideas?
thanks!
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work