Move request error

Hi all ,

I have a problem with move mailbox database :

[PS] C:\Windows\system32>New-MoveRequest -Identity 'tttviet@domain' -TargetDatabase "Mailbox Database D" -BadItemLimit 10

WARNING: When an item can't be read from the source database or it can't be written to the destination database, it will be considered corrupted. By specifying a non-zero BadItemLimit, you are requesting Exchange not copy such items to the destination mailbox. At move completion, these corrupted items will not be available at the destination mailbox. Mailbox 'T? Th? Thu Vi?t' is already being moved to 'Mailbox Database D'.
    + CategoryInfo : InvalidArgument: (tttviet@domain:MailboxOrMailUserIdParameter) [New-MoveRequest], ManagementObjectAlreadyExistsException
     + FullyQualifiedErrorId:7A2DAF34,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
    + PSComputerName        : exch02.domain

Please! 



August 23rd, 2015 8:16pm

From the error it says the mailbox is already on the database which you are moving.

Run get-mailbox tttviet@domain | select name,database.

see the results which database it is currently residing and move to different DB.

  • Proposed as answer by Vishwanath.S Monday, August 24, 2015 4:38 AM
Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 4:38am

Hi

first run this powershell cmdlet on the exchange server .

Get-MoveRequest -MoveStatus InProgress -TargetDatabase

check if there is a move request ongoing for that user account.

than run this powershell cmdlet

Remove-MoveRequest -Identity 'Ayla@humongousinsurance.com'

https://technet.microsoft.com/en-us/library/dd335149%28v=exchg.150%29.aspx

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help

August 25th, 2015 4:52am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics