Link to home
Start Free TrialLog in
Avatar of Rodrigue YENGO
Rodrigue YENGOFlag for France

asked on

is there a workaround for MigrationPermanentException (and TooManyBadItemsPermanentException) ?

Hello,
I'm facing a "TooManyBadItemsPermanentException" issue while migrating (Exhange 2013) to Office 365.
As a first workaround, I defined the "–baditemlimit" parameter as "unlimited". It worked for all except one. I got another "PermanentException" type exception.

"Error: MigrationPermanentException: Request '' has already encountered more than '1508' bad items and can't be given a limit of '200'..."
"..."
I took a look at the Exchange report. Both the "Bad" and "Large" items was empty.
$stats= Get-MailboxStatistics <SMTP address> -IncludeMoveReport
$report = $stats.MoveHistory[0].Report
$report.BadItems
$report.LargeItems

Is anyone know how to solve this issue ?

ASKER CERTIFIED SOLUTION
Avatar of Chris Leonard
Chris Leonard
Flag of United States of America image

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
Avatar of Seth Simmons
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: 'Chris Leonard' (https:#a43343424)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer