Symptoms

Exchange mailbox related task fail with the following error message:

Mailbox <name> has move status Failed. You can't enable or disable an archive while the mailbox is being moved.

Cause

There is failed move request for the mailbox in question on Exchange side, it does not allow to perform any operation on mailbox.

Resolution

  1. Log into the Exchange server where mailbox is located.
  2. Launch the Exchange Management Shell.
  3. Execute the cmdlet below to locate the move request:

    Get-MoveRequest -Identity 'mailbox_name'
    

    Replace 'mailbox_name' with the mailbox in question.

  4. If you found any failed move request identify the reason of failure,eliminate it and resubmit the request. For example, if the request failed because of too many bad items in the mailbox, you can increase the maximum bad item count:

    Set-MoveRequest -Identity 'mailbox_name' -BadItemLimit 20
    Resume-MoveRequest -Identity 'mailbox_name'
    

    Additional details on troubleshooting Exchange mailbox move requests can be found in the following article on Microsoft TechNet site: http://technet.microsoft.com/en-us/library/ee681664%28v=exchg.141%29.aspx

  5. After the mailbox move request is completed complete, restart the failed task in POA Task Manager.

Internal content

Link on internal Article