unable to move mailbox

I am moving mailboxes from exchange 2007 to exchange 2013, currently i am facing issue with 2 mailboxes

when i use the command new-moverequest -identity 'user@mydomain.com' -TargetDatabase "Ex2013DB"

Error1 : The operation couldn't be performed because 'user1@mydomain.com' matches multiple entries

Error2 : MapiExceptionADPropertyError : Unable to make connection to the server.

March 6th, 2015 2:39am

Hello

try to search duplicate: adfind.exe root f proxyaddresses=smtp:user@mydomain.com

 for error 2: ahvent got error message like : (hr=0x80004005, ec=2423)

Free Windows Admin Tool Kit Click here and download it now
March 6th, 2015 3:07am

Hi Risingflight,

Thank you for your question.

Error1:

We could run the following command: Get-MoveRequest TargetDatabase <databasename> | FL ExchangeGuid

Then it will return like:

ExchangeGuid   : 0c4a031c-2ff5-4b4f-920a-ceeb811be877

ExchangeGuid   : 0c4a031c-2f55-4b4f-920a-ceeb812be877

Then we could remove it by the following command to check if the issue persist:

Remove-Moverequest 0c4a031c-2ff5-4b4f-920a-ceeb811be877

Remove-Moverequest 0c4a031c-2f55-4b4f-920a-ceeb812be877

Error2:

Did you get error which is MapiExceptionADPropertyError : Unable to make connection to the server when you run the command new-moverequest -identity 'user@mydomain.com' -TargetDatabase "Ex2013DB"

Or else?

We could make sure the target database which was mounted.

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

March 9th, 2015 1:40am

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

Other recent topics Other recent topics