Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

When you try to move a mailbox from Microsoft Exchange Server 2013 to Exchange Server 2010, the following error is logged in the failure report of the move request:

ERROR: MapiDestinationFolder.ApplySortOrder

DataContext :
Operation: MapiDestinationFolder.ApplySortOrder
SortOrder: SortOrder: LCID=0x807, FAI=False, Conversation=False, [count:2, [ClientSubmitTime:Ascend];
[DocumentId:Ascend]]

Operation: IDestinationMailbox.CreateFolder
OperationSide: Target


Cause

This issue occurs because Exchange Server 2010 does not support some folder views that Exchange Server 2013 supports.

Resolution

To resolve this problem, specify the SkipMoving:FolderViews switch in the following New-MoveRequest cmdlet:

New-MoveRequest -Identity <username> -Target Database "database name" -SkipMoving:FolderViews

More Information

To obtain the failure report of the move request, run the following cmdlets:

$mr = get-moverequeststatistics –IncludeReport <MailboxIdentity>


$mr.Report.Failures

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×