I have 4 servers
2X2010 SP3 and 2X2013 CU2 server
names: 2010A, 2010B, 2013A and 2013B
on 2010A server I have 2 databases : 2010MDBA and 2010ARCA
on 2013A server I have 2 Databases : 2013MDBA and 2013ARCA
all the users on 2010A server have the primary mailbox on 2010MDBA and archive mailbox in 2010ARCA
I am trying to move mailbox as below
Primary mailbox from 2010A server 2010MDBA database to 2013MDBA database
Archive mailbox from 2010A server 2010ARCA database to 2013ARCA database
Get-mailbox UserA | New-MoveRequest -TargetDatabase "2013MDBA" -ArchiveTargetDatabase "2013ARCA" -BadItemLimit 200 -AcceptLargeDataLoss
It is queued for ever and never progress
get-moverequest | get-moverequestStatistics -IncludeReport | fl says it is queued
Test-MRSHealth is fine
No related events in the App or Sys Log
But if I run the below command it runs fine and worked
Get-mailbox UserA | New-MoveRequest -TargetDatabase "2013MDBA" -BadItemLimit 200 -AcceptLargeDataLoss
That is I am moving both primary and Archive to the same 2013MDBA, works fine
Any idea why it is not working
I rebooted both servers, disabled TCP Chimney and Disabled IPV6
Thanks
Sadiq