I am attempting to move 600 Mailboxes from my Exchange 2010 SP3 environment over to my Exchange 2013 environment all in all everything is going smooth Exchange is functioning properly.
I have successfully moved half of my users in which I found a problem with 2 accounts. The move status shows "FailedOther" at 95% complete. I have been searching the google for 2 days now and I have not found a solution to this problem. The user account still shows that is on our old Exchange 2010 server. I have attempted to force restart the move but that fails and it says at FailedOther.
Has anyone seen this problem before? My Environment is as follows
1 Server Mailbox server EMS - Mail box roles - Specs 8 Procs, 14 GB of RAM running on a VM Server 2012 DC
1 Server Cas server - Client access server - 4 Procs, 12 GB Ram running on a VM Server 2012 DC
Exchange 2013 CU1 and all accumulative updates since CU1 release.
I read some where this was because I didn't have enough resources for the move which I then bumped up the server to the current specs and rebooted the VM. I restarted the move with
Get-MoveRequest | where{$_.Status -eq "FailedOther"} | Resume-MoveRequest
Do I need to remove this move request and start from the beginning or should this command work?