Is replication good between those databases?
Get-mailboxdatabasecopy
You can bypass the restriction, but I would look at the health of the databases first.
Set-mailboxdatabase -identity <target database> -DataMoveReplicationConstraint None
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Moving user mailbox in Exchange Server 2016 DAG Active Database to another Active Database on another member gives following errors
Mailbox migration stops at 95 % giving the below error
Error: MigrationMRSPermanentException : Error: Mailbox changes failed to replicate: Database c0c1dbe-12f4-45b5-8498-51756a2ffc5c doesn’t satisfy the constraint Second Copy because the commit time 11/16/2022 5:00:16 AM isn’t guaranteed by replication time
Is replication good between those databases?
Get-mailboxdatabasecopy
You can bypass the restriction, but I would look at the health of the databases first.
Set-mailboxdatabase -identity <target database> -DataMoveReplicationConstraint None
Please remove the failed move request and create a new one by adding the skipmoving parameter:
New-MoveRequest -identity <mailbox> -skipmoving:folderviews,folderrestrictions -TargetDatabase <database>
And see if the shared mailbox can be moved successfully.
Set-MailboxDatabaseCopy cmdlets in the Exchange Management Shell to view and configure database copy settings, such as replay lag time, truncation lag time, and activation preference order. For detailed steps to view and configure database copy settings, see Configure mailbox database copy properties.
Hi @ azhar Nasim ,
Just checking in to see how things are going on with this thread.
If the reply was helpful, you can click the "Accept Answer" button under this post so that other's with similar question can benefit from this thread as well.
If you still have further questions or concerns, feel free to post back.