Issue: – You are migrating to Exchange Online
…and you are checking the big picture of your migration status with:
1 |
Get-MoveRequest -MoveStatus inprogress | Get-MoveRequestStatistics |
StatusDetail shows: “RelinquishedMDBFailover”
Solution: -IncludeReport
1 |
Get-MoveRequest -MoveStatus inprogress | Get-MoveRequestStatistics -IncludeReport | select * |
and you will see something like this:
16.04.2014 06:54:22 [DB3PR02MB060] Relinquishing job because the database failed over to ‘AM3PR02MB051.eurprd02.prod.outlook.com’.cool, isn’t it? :-) MS is performing DAG failovers while you are sweating under your pillow ;-)
cheers, Alex
During the the time database may failover to other mailbox server and please wait and verify the move status some time later.