Moving mailbox to another Exchange server 2016 member gives error

azhar Nasim 0 Reputation points
2023-03-22T04:38:13.06+00:00

Moving mailbox to another Exchange server 2016 member gives error

Running command

New-MoveRequest -Identity 'username' -TargetDatbase "DB01"

gives

Couldn't switch the mailbox into Sync Source mode.
This could be because of one of the following reasons:
  Another administrator is currently moving the mailbox.
  The mailbox is locked.
  The Microsoft Exchange Mailbox Replication service (MRS) doesn't have the correct permissions.
  Network errors are preventing MRS from cleanly closing its session with the Mailbox server. If this is the case, MRS may continue to encounter this error for up to 2 hours - this duration is controlled by
the TCP KeepAlive settings on the Mailbox server.
Wait for the mailbox to be released before attempting to move this mailbox again.
    + CategoryInfo          : NotSpecified: (:) [New-MoveRequest], RemoteTransientException
    + FullyQualifiedErrorId : [Server=L1PRDVES04030,RequestId=f8e35547-fdc7-463e-8503-926b5977d2e0,TimeStamp=3/21/2023 11:36:19 AM] [FailureCategory=Cmdlet-RemoteTransientException] 7BDCC377,Microsoft.Exchange
   .Management.Migration.MailboxReplication.MoveRequest.NewMoveRequest

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,097 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,223 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,373 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,906 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,561 Reputation points
    2023-03-22T09:08:51.1166667+00:00

    Hi @azhar Nasim,

    • Have you checked the above reasons for the failure of the move?If not, please check if any move request is running for the mailbox using the following command.
    Get-MoveRequest -Identity ‘user@contoso.com’ | Get-MoveRequestStatistics –IncludeReport | fl
    
    • Please try restarting MRS on the server. Make sure it is running well and set to log in as an account with "Mailbox Move and Migrate Permissions". You can move the mailbox again after restarting.
    • Check whether other mailboxes can be moved normally, if the problem only exists in the current mailbox, we suggest you export the mailbox data to a pst file and try to fix the mailbox or create a new one to enable it.

    Run Mailbox Repair Request:

    New-MailboxRepairRequest -Mailbox <user name> -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.