Link to home
Start Free TrialLog in
Avatar of netbones
netbonesFlag for United States of America

asked on

Exchange 2003-2010 Mailbox Move Failure

We are migrating mailboxes from Exchang 2003 to Exchange 2010.  I have succesfully migrated about 50% of the company with not issues. One user, when I attempt to migrate, gives the following error:

Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:02


<User Name>
Failed

Error:
Active Directory operation failed on <server>. This error is not retriable. Additional information: Insufficient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150A48, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0


The user has insufficient access rights.
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.267.0&t=exchgf1&e=ms.exch.err.Ex6AE46B

Exchange Management Shell command attempted:
'domain/user' | New-MoveRequest -TargetDatabase 'Mailstore'

Elapsed Time: 00:00:02

I've searched around and cant' find anything to help, your assistance is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of steinmto
steinmto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The additional log still says Data>System.DirectoryServices.Protocols.DirectoryOperationException: The user has insufficient access rights.
 
Check out inheritance and ensure your account does indeed have rights on this mailbox.
Avatar of netbones

ASKER

That did the trick, thanks!
Glad to help