Moving mailbox Error - Exchange 2013 to Exchange 2019

SenkP 0 Reputation points
2023-04-17T07:53:06.99+00:00

Hello, I am trying to move mailbox from Exchange 2013 to 2019. One particular mailbox throws me following error while I tried to move it. None of the other mailbox has any such issue and worked very well. Note: At very first, while moving mailbox named "accounts", I had a space issue on Exchange2016 (Destination) and hence I have to cancel the migration of this mailbox. I did it by shell command as well EAC. But then whenever I try to migrate the same mailbox again, it throws me an error for this mailbox only.

[PS] C:\Windows\system32>
New-MoveRequest "accounts" -TargetDatabase "Mailbox Database xxxxxxxx"
Cannot open mailbox /o=xxxxxxx/ou=Exchange Administrative Group
(FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EX2/cn=Microsoft System Attendant.
    + CategoryInfo          : NotSpecified: (:) [New-MoveRequest], RemoteTransientException
    + FullyQualifiedErrorId : [Server=MAIL1,RequestId=325262a1-e055-4812-9833-077badb50261,TimeStamp=4/17/2023 5:34:17
    AM] [FailureCategory=Cmdlet-RemoteTransientException] 66F6F8F,Microsoft.Exchange.Management.RecipientTasks.NewMov
  eRequest
    + PSComputerName        : mail1.xxxxxxxxx.local
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,916 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2023-04-18T07:35:53.8333333+00:00

    Hi @SenkP ,

    • Please follow the steps below to check if the migration arbitration mailbox is running fine:
    1. Run the following cmdlet to find out the database which is hosting the Migration arbitration mailbox: Get-Mailbox -Arbitration | FL NAME,DATABASE
    2. Run the cmdlet below to check the status of the database: Get-MailboxDatabase -Status | fl name,mounted
    3. If the database is dismounted, please mount it back and try again to see the result. Here is a similar thread for your reference: Error while moving mailbox from 2010 to 2016.

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.