Move mailbox or restore mailbox fails with error -1056749110
The move mailbox or restore mailbox operation fails with an error -1056749110
Restore-Mailbox : Error was found for RSG, Test because: Error occurred in the step: Moving messages. This mailbox exceeded the maximum number of corrupted items specified for this move mailbox operation., error code: -1056749110
Well, the fix is pretty simple. In this example I have tried to restore a mailbox from RSG to a production mailbox using:
Restore-Mailbox -RSGMailbox “RSG, Test” -RSGDatabase Exch-Guru\RSG_DB\db11 -id “Recovery, Mailbox” -TargetFolder “Recovered Mails of RSG mailbox”
RSG, Test – The mailbox in the RSG database for which items should be recovered
Exch-Guru\RSG_DB\db11 – ServerName\Name of Recovery Storage Group\Name of Mailbox Database
Recovery, Mailbox – Display name of the mailbox to which the backup should be restored to
Recovered Mails of RSG mailbox – A folder in Recovery, Mailbox which will be created automatically into which the mailbox RSG, Test will be restored to.
The reason for this to fail is because of a property BadItemLimit.
You should run the cmdlet with the following switch:
Restore-Mailbox -RSGMailbox “RSG, Test” -RSGDatabase Exch-Guru\RSG_DB\db11 -id “Recovery, Mailbox” -TargetFolder “Recovered Mails of RSG mailbox” –BadItemLimit 1000
The BadItemLimit switch specifies the number of bad items to skip. Use 0 to not skip bad items. The valid input range for this parameter is 0 to 2,147,483,647. In this example 1000 is the number of corrupted items which will be skipped.
Ratish
June 20th, 2010 at 10:48 pm
Thanks for the post. This worked for me.
August 4th, 2011 at 4:11 pm
All I can say is tat you are a life saver. Awesome steps which I could find no where else.
August 31st, 2011 at 10:26 pm
Thank you guru. I’m sure this information is somewhere in the vault at MS, but I couldn’t find it. Wish I had found you 3 hours ago!
July 9th, 2012 at 3:49 am
Thanks for the post. Easy to Find the solution. This worked for me.
April 26th, 2013 at 3:02 am
Aha…thanks a million. This worked for me. Now i know where to go.
August 6th, 2013 at 8:01 am
Thanks! Works great!
August 18th, 2013 at 5:36 am
I have literally been trying for hours to recover a deleted user’s mailbox from SBS 2011 Backup. Several Times I have almost got there, when that dreaded error kept failing the move.
My life is back to normal after your “sweet” answer. Thank you Guru
October 14th, 2013 at 3:39 am
This is awesome and it worked for me!
July 21st, 2014 at 11:32 am
Great! Works perfect!
August 3rd, 2014 at 1:06 pm
thanks for the explaination..it makes me more understand..keep up your great worked!
September 23rd, 2014 at 4:18 pm
Thanks! This helped me a lot