Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Original KB number: 4009796
Symptoms
When you use the New-MoveRequest cmdlet together with the -IgnoreRuleLimitErrors:$true switch, the move fails at 95% if the mailbox is moved from one database to the other in Microsoft Exchange Server 2013.
For example, when you run the New-MoveRequest 2013 -TargetDatabase dag2013db2-IgnoreRuleLimitErrors:$true cmdlet, the following error is returned:
FailureType: MapiExceptionPartialCompletionFailure
Code: -2147023232
MapiLowLevelError: 0
FailureSide: Source
FailureSideInt: 1
ExceptionTypes: {Exchange, Mapi, DataProviderPermanent,MapiPartialCompletion}
ExceptionTypesInt: {1, 30, 102, 54}
Message: MapiExceptionPartialCompletion: Unable to copy to target. (hr=0x40680, ec=0)
Workaround
To work around this issue, don't include the -IgnoreRuleLimitErrors:$true switch when you run the New-MoveRequest cmdlet.
More information
The IgnoreRuleLimitErrors parameter specifies that the command doesn't move the user's rules to the target server that's running Exchange Server.