Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"MapiDestinationFolder.ApplySortOrder" error when you try to move a mailbox from Exchange Server 2013 to Exchange Server 2010


View products that this article applies to.

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

↑ Back to the top


Cause

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

↑ Back to the top


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

↑ Back to the top


More Information

To obtain the failure report of the move request, run the following cmdlets:
$mr = get-moverequeststatistics –IncludeReport <MailboxIdentity>


$mr.Report.Failures

↑ Back to the top


Keywords: kbtshoot, kbexpertiseinter, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2744868
Revision : 1
Created on : 1/7/2017
Published on : 10/19/2012
Exists online : False
Views : 206