Hello all,
I seem to be losing my mind a bit this morning with something that has previously "just worked". Currently in the process of upgrading/migrating an Exchange 2013 environment to an Exchange 2019 environment (all on-prem). Two DAGs set up - one on the 2013 mailbox servers and one on the 2019 servers.
I had been able to migrate mailboxes to the first database set up (and replicated across the DAG) on the 2019 servers without issue. I realized I probably needed to go ahead and create a second database for the remaining mailboxes and went ahead and did that (and replicated across the DAG).
When I started my latest migration batch, it hung for quite some time before timing out and throwing errors about unable to communicate with the mailbox database. Even if I were to get into Powershell and run 'New-MoveRequest -Identity us...@domain.dom -TargetDatabase "New_2019_DB" -WhatIf', I'm immediately getting back:
Failed to communicate with the mailbox database. There is no support for this operation.
+ CategoryInfo : ResourceUnavailable: (:) [New-MoveRequest], NoSupportException
+ FullyQualifiedErrorId : [Server=2019-server,RequestId=97ec7fba-f182-4944-973c-1ca600898827,TimeStamp=12/10/2020 5:41:50 PM] [FailureCategory=Cmdlet-NoSupportException] 857FB474,Microsoft.Exchange.Manage
ment.Migration.MailboxReplication.MoveRequest.NewMoveRequest
+ PSComputerName : 2019-server.fqdn.dom
But supplying the original 2019 database in the request lets me "create" the move request (if I hadn't specified WhatIf).
I went ahead and smoked the new database yesterday and re-created it this morning, this time without adding the replication back in, and am still getting the above error.
Thoughts?
Thanks,
Chris