segunda-feira, 22 de setembro de 2014

Exchange: MapiExceptionNotFound error while moving the mailb...

MapiExceptionNotFound error while moving the mailbox
Error: MapiExceptionNotFound: Unable to synchronize manifest. (hr=0x8004010f, ec=-2147221233)
Diagnostic context:
    Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=239]
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=503][latency=15]

This error will appear due to mailbox corruption to eliminate the above error need repair the mailbox

execute the following shell command then clear the move request and initiate again move request

New-MailboxRepairRequest -Mailbox userID -CorruptionType SearchFolder, AggregateCounts, ProvisionedFolder, FolderView

Use EventViewer to follow the progress

Application >> Level=Information  Source=MSExchangeIS Mailbox Store
--------------------------
Mailbox level online integrity check for request 68abeafe-003c-5b3b-9e49-94a68c48e6f4 started:
Database=teste.01
Mailbox=D84234C4-321D-41DE-A486-D8444E864326
Flags=Detect, Fix
Tasks=SearchFolder
--------------------------
Online integrity check for request 68abeafe-003c-5b3b-9e49-94a68c48e6f4 completed successfully.
--------------------------

Reference: http://exchangelearn.blogspot.com.br/2013/10/mapiexceptionnotfound-error-while.html