Link to home
Start Free TrialLog in
Avatar of mohdamjad
mohdamjad

asked on

Network Administrator

during migration from exchange 2007 to 2013 getting this error message for one mailbox
Error: MigrationPermanentException: Error: This mailbox exceeded the maximum number of corrupt or missing items that were specified for this request
Avatar of Lee W, MVP
Lee W, MVP
Flag of United States of America image

Seems pretty clear - the mailbox has corrupt messages.


    Obtain MFCMapi from Microsoft’s website.
    http://download.microsoft.com/download/4/9/f/49f2ce91-72c5-45f5-9849-401cd9b86d67/mfcmapi_bin.exe
    Run the downloaded file and extract the files to an appropriate location.
    Run MFCMapi.exe
    Click Session -> Logon and Display Store Table.
    Select the appropriate profile (usually “Outlook”) and click OK.
    Select MDB -> Get Mailbox Table…
    Type the appropriate server name for the exchange server and click OK.
    Double click on the mailbox you’d like to manage.
    Expand the Root Container -> Top of Information Store
    Double click the mailbox folder where the corrupted message is contained.
    Find the corrupted message in the list.
    Right click the message -> Delete Message
    Choose Permanent delete passing DELETE_HARD_DELETE (unrecoverable) as Deletion Style and click OK.

(above from: https://www.conetrix.com/Blog/post/How-to-Remove-a-Corrupt-Message-from-MS-Exchange-Server.aspx)
Or you can move the mailbox using Exchange powershell and specified the "BadItemLimit"

https://technet.microsoft.com/en-us/library/dd351123%28v=exchg.150%29.aspx
Avatar of Shweta Goel
Shweta Goel

Hi,

I think this issue is occurring only when you have no permission to move the user mailbox. To fix this issue you need to reset the permissions on the user AD account.

Regards
ASKER CERTIFIED SOLUTION
Avatar of mohdamjad
mohdamjad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please mark the answer and distribute the points.