Loading

Remote Mailbox Move Bad Message Failure Troubleshooting in O365

$Cred = Get-Credential
When Prompted enter the following:
User: <enter>
Password: <enter>

$Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred –Authentication Basic –AllowRedirection

Import-PSSession $Session –allowclobber

$remotecred = Get-Credential

New-MoveRequest -Remote -RemoteHostName 'autodiscover.ics.net' -RemoteCredential $remotecred -TargetDeliveryDomain 'icssolutions.mail.onmicrosoft.com' -BadItemLimit 1000 -identity "Luke Smith"

 Error Mesasges examples:

 
Message : Error: This mailbox exceeded the maximum number of corrupted items that were specifi
ed for this request. --> MapiExceptionPartialCompletion: Unable to copy message(s).
(hr=0x40680, ec=0)
Diagnostic context:
Lid: 45095 EMSMDB.EcDoRpcExt2 called [length=78]
Lid: 61479 EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=30325][latency=0]
Lid: 23226 --- ROP Parse Start ---
Lid: 27962 ROP: ropFXSrcCopyMessages [75]
Lid: 27962 ROP: ropTellVersion [134]
Lid: 27962 ROP: ropFXSrcGetBuffer [78]
Lid: 31418 --- ROP Parse Done ---
Lid: 30945
Lid: 23226 --- ROP Parse Start ---
Lid: 27962 ROP: ropFXSrcGetBuffer [78]
Lid: 17082 ROP Error: 0xFFFFF9BF
Lid: 23137
Lid: 21921 StoreEc: 0xFFFFF9BF
Lid: 31418 --- ROP Parse Done ---
Lid: 22753
Lid: 21817 ROP Failure: 0xFFFFF9BF
Lid: 32758
Lid: 16586 StoreEc: 0xFFFFF9BF
Lid: 22518
Lid: 28874 StoreEc: 0xFFFFF9BF
Lid: 17654
Lid: 18122 StoreEc: 0xFFFFF9BF
Lid: 25510
Lid: 25270 StoreEc: 0xFFFFF9BF
Lid: 19830
Lid: 25290 StoreEc: 0xFFFFF9BF
Lid: 45095 EMSMDB.EcDoRpcExt2 called [length=45]
Lid: 61479 EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=42][latency=15]
Lid: 23226 --- ROP Parse Start ---
Lid: 31418 --- ROP Parse Done ---
Lid: 16465
Lid: 24657 StoreEc: 0xFFFFF9BF
FailureTimestamp : 20/07/2011 21:10:11
FailureContext : --------
--------
Operation: LocalSourceFolder.CopyBatch
EntryIDs: [[len=70, data=00000000A1A6A1EA8F89BB428EFC5EFE8B4ABAF607006D5919CE4BAB714
1A389862DCEF4BE720000002501940000CFC4FCD864259C43B0E007899055D3DB0000040561610000]]
--------
Folder: entryId [len=46, data=00000000A1A6A1EA8F89BB428EFC5EFE8B4ABAF601006D5919CE4B
AB7141A389862DCEF4BE720000002501940000]
Remote server: https://URL/EWS/mrsproxy.svc Server.domain.local (14.1.218.11 caps:01FFFF)
--------
Operation: ISourceMailbox.ExportMessages
OperationSide: Source
Primary (08b7fd94-b8d7-4378-b4be-ff19d717b081)
Flags: None
PropTags: (null)
IsValid : True

One thought on “Remote Mailbox Move Bad Message Failure Troubleshooting in O365

Leave a Reply

Your email address will not be published. Required fields are marked *