I am importing PSTs that I got out of Exchange 2003 server in to Exchange 2013 SP1
Some of the import jobs are failing with the following error
FailureCode : -2146233088
FailureType : TooManyMissingItemsPermanentException
Message : Error: This mailbox exceeded the maximum number of corrupt or missing items that were specified for this request.
How can I increase the limit for corrupt or missing items ?
Hopping I would be able to restart the request with
Resume-MailboxImportRequest -Identity XXXXXXXXXXXXXXXXXXXX
and provide the user with a list of not imported items from the report below
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | fl > x:\Report.txt
MsExchangeMailboxReplication.exe.config has ContentVerificationMissingItemThreshold = 0, 0, MaxInt
- Edited by net_tech Friday, May 09, 2014 2:17 PM