Link to home
Start Free TrialLog in
Avatar of Member_2_6492660_1
Member_2_6492660_1Flag for United States of America

asked on

Export-mailbox fails maximum number of corrupted

Tried to export this mailbox and recieved these results

[PS] C:\>export-mailbox -identity myinbox -pstfolderpath c:\temp

Confirm
Are you sure you want to perform this action?
Exporting mailbox content from the mailbox 'Test User' into .pst file
'c:\temp\myinbox.pst'. This operation may take a long time to complete.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):y
Export-Mailbox : Error was found for Test User (myinbox@mydomain.com)
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
At line:1 char:15
+ export-mailbox <<<<  -identity myinbox -pstfolderpath c:\temp
    + CategoryInfo          : InvalidOperation: (0:Int32) [Export-Mailbox], Re
   cipientTaskException
    + FullyQualifiedErrorId : 54FCB564,Microsoft.Exchange.Management.Recipient
   Tasks.ExportMailbox



Identity                         : our.network.mydomain.com/Users/Test User
DistinguishedName                : CN=Test User,CN=Users,DC=our,DC=network,DC=mydomain,DC=com
DisplayName                      : Test User
Alias                            : myinbox
LegacyExchangeDN                 : /o=mydomain/ou=Exchange Administrative Group
                                   (FYDIBOHF23SPDLT)/cn=Recipients/cn=myinbox
PrimarySmtpAddress               : myinbox@mydomain.com
SourceServer                     : server05.our.network.mydomain.com
SourceDatabase                   : server05\First Storage Group\Mailbox Database
SourceGlobalCatalog              : server02
SourceDomainController           :
TargetGlobalCatalog              : server02
TargetDomainController           :
TargetMailbox                    :
TargetServer                     :
TargetDatabase                   :
MailboxSize                      : 38193KB
IsResourceMailbox                : False
SIDUsedInMatch                   :
SMTPProxies                      :
SourceManager                    :
SourceDirectReports              :
SourcePublicDelegates            :
SourcePublicDelegatesBL          :
SourceAltRecipient               :
SourceAltRecipientBL             :
SourceDeliverAndRedirect         :
MatchedTargetNTAccountDN         :
IsMatchedNTAccountMailboxEnabled :
MatchedContactsDNList            :
TargetNTAccountDNToCreate        :
TargetManager                    :
TargetDirectReports              :
TargetPublicDelegates            :
TargetPublicDelegatesBL          :
TargetAltRecipient               :
TargetAltRecipientBL             :
TargetDeliverAndRedirect         :
Options                          : Default
SourceForestCredential           :
TargetForestCredential           :
TargetFolder                     :
PSTFilePath                      : c:\temp\myinbox.pst
RsgMailboxGuid                   :
RsgMailboxLegacyExchangeDN       :
RsgMailboxDisplayName            :
RsgDatabaseGuid                  :
StandardMessagesDeleted          : 0
AssociatedMessagesDeleted        : 0
DumpsterMessagesDeleted          : 0
MoveType                         : ExportToPST
MoveStage                        : Move
StartTime                        : 11/27/2012 6:11:18 PM
EndTime                          : 11/27/2012 6:12:19 PM
StatusCode                       : -1056749110
StatusMessage                    : Error occurred in the step: Moving messages.
                                    This mailbox exceeded the maximum number of
                                    corrupted items specified for this move mailbox operation.
ReportFile                       : C:\Program Files\Microsoft\Exchange Server\L
                                   ogging\MigrationLogs\export-Mailbox20121127-
                                   181108-8255582.xml
Avatar of suriyaehnop
suriyaehnop
Flag of Malaysia image

There is a "default" value corrupted data. You may move the mailbox to another database to make sure that the mailbox is clean of corrupted data and then run the export again.

http://www.petenetlive.com/KB/Article/0000286.htm
Here is what I'd do, if export fails and move mailbox isn't an option.

Simply export the entire mailbox into PST from OL, this ways you'd find the culprit email or folder that'll refuse to be copied. You can delete that for keeping the mailbox uncorrupted.

Provide a new mailbox with clean PST or simply work with the old mailbox - that's your wish.

Regards,
Exchange_Geek
ASKER CERTIFIED SOLUTION
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India 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 Member_2_6492660_1

ASKER

Rancy

I had this parameter in my notes but could not find it. Also the documentation I have on export-mailbox does not show this parameter.

I used -baditemlimit 100 and it worked.
Yeah i knw some articles dont have this ... just was at back of my mind :)

Happy to help

- Rancy