Page 1 of 1

Failed to copy messages to the destination mailbox store

PostPosted: Wed Jun 24, 2009 6:33 am
by stephen
When moving one of the mailboxes froom Exchange Server 2003 to Exchange Server 2008
This error occurred on one of the mailboxes
I was logged in as administrator and use the Exchange Management Console to move messages.

Error:
Error was found for xxxxx (xxxxx@domain.com.au) because: Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error:
MAPI or an unspecified service provider.
ID no: 00000000-0000-00000000, error code: -1056749164

I did research at these sites
http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/a143664a-71b1-4c64-9928-71ec3ea809c9

The suggestion to do this from the Exchange Management Shell:
Code: Select all
Get-Mailbox | Add-MailboxPermission -User "<YourUserName>" -AccessRights FullAccess


So i tried:
Code: Select all
Get-Mailbox | Add-MailboxPermission -User "administrator" -AccessRights FullAccess