MapiExceptionNoAccess: Unable to list Mdb status. (hr=0x80070005, ec=-2147024891) when doing New-MoveRequest

Hi I am migrating users to a new AD forest (Exchange 2010 > 2013)

I am able to successfully run the Prepare-MoveRequest.ps1, however I get the error when running the New-MoveREquest

New-Moverequest -Identity userA -RemoteLegacy -RemoteCredential:$RemoteCredentials -RemoteGlobalCatalog:SOURCEDC.domainA.local -TargetDatabase:"Mailbox Database" -TargetDeliveryDomain:domainB.local

MapiExceptionNoAccess: Unable to list Mdb status. (hr=0x80070005, ec=-2147024891) 
Diagnostic context:
Lid: 65256
Lid: 1991 StoreEc: 0x80070005
Lid: 1591 StoreEc: 0x80070005
+ CategoryInfo : NotSpecified: (:) [New-MoveRequest], RemoteTransientException
+ FullyQualifiedErrorId : [Server=MX01,RequestId=d9d0f473-1a45-4db2-95db-9045dccf5ccf,TimeStamp=10/04/2015 3:51:49 AM]
[FailureCategory=Cmdlet-RemoteTransientException] 2B127DD0,Microsoft.Exchange.Management.RecipientTasks.
 NewMoveRequest
+ PSComputerName : MX01.domainB.local



  • Edited by hewyii 2 hours 47 minutes ago
April 10th, 2015 12:39am

I resolved by enabling MRSProxyEnabled on the source CAS server (I'm initiating moves from target Exchange server), referenced from article (http://msexchangeguru.com/2013/11/03/e2013crossforestmigration/)

Set-WebServicesVirtualDirectory -Identity MX01\EWS (Default Web Site) -MRSProxyEnabled $true -MRSProxyMaxConnections 50

Also, I needed to use -Remote instead of -RemoteLegacy (as I was migrating from 2010 not 2007)


Free Windows Admin Tool Kit Click here and download it now
April 10th, 2015 2:11am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics