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

Ok it seems there already a move request in the queue.

Check get-moverequest |  get-moverequeststatistics 

verify the mailbox is in queue or not.

if the mailbox is in queue, remove the current request remove-moverequest mailboxname and then start new request

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 4:34am

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
August 24th, 2015 4:38am

Hi,

Please use the New-MailboxRepairRequest cmdlet to attempt to fix corrupted items in the source mailbox, and try the request again.

If the request still fails, please back up this mailbox data then increase BadItemLimit value to do the move request:

New-MoveRequest -Identity 'tttviet@domain' -TargetDatabase "Mailbox Database D" -BadItemLimit 100 -AcceptLargeDataLoss

Regards,

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 5:41am

Hi all , 

[PS] C:\Windows\system32>New-MailboxRepairRequest -Mailbox tttviet@domain -CorruptionType FolderView

RequestID               Mailbox                 ArchiveMailbox          Database                Server
---------               -------                 --------------          --------                ------
8180e41b-7c36-4dba-a... gso.gov.vn/test/Ta T... False                   Mailbox Database S     TCTK-EXCH03.domain


[PS] C:\Windows\system32>New-MoveRequest -Identity 'tttviet@domain' -TargetDatabase "Mailbox Database D" -BadItemL
imit 100 -AcceptLargeDataLoss
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], Ma
   nagementObjectAlreadyExistsException
    + FullyQualifiedErrorId : 7A2DAF34,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
    + PSComputerName        : tctk-exch02.domain

[PS] C:\Windows\system32>

August 25th, 2015 12:03am

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

Other recent topics Other recent topics