I am in the process of doing a migration from SBS 2003 std. edition to SBS 2011 std. I am at the point the migrating mailboxes from the Exch 03 server to the Exch 2010 server. I initially received an error when selecting mailboxes that the mailbox
db on the Exch03 server did not exist. I followed the resolution steps from another forum post to add the Exch 2010 server to the "first administrative group" via the security tab and give full permissions. This solved that issue and
I was able to proceed through the wizard to actually create the local move request. However, after processing the request, I get the following error...
Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:03
<username>
Failed
Error:
Mailbox database '0180b88c-0cb2-4b2f-981a-6bdaecc10fcb' is offline.
MapiExceptionLogonFailed: Unable to make connection to the server. (hr=0x80040111, ec=1010)
Diagnostic context:
......
Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0
Lid: 11672 dwParam: 0x6D9 Msg: EEInfo: NumberOfParameters: 4
Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode string: <Exch03server>.<domainname>.local
Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -545057711
Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Long val: 382312662
Lid: 45169 StoreEc: 0x824
Lid: 44273
Lid: 59431 EMSMDB.EcDoConnectEx called [length=114]
Lid: 34855 EMSMDB.EcDoConnectEx returned [ec=0x3F2][length=56][latency=4]
Lid: 56945
Lid: 59431 EMSMDB.EcDoConnectEx called [length=114]
Lid: 34855 EMSMDB.EcDoConnectEx returned [ec=0x3F2][length=56][latency=4]
Lid: 59505 StoreEc: 0x3F2
Lid: 52465 StoreEc: 0x3F2
Lid: 60065
Lid: 33777 StoreEc: 0x3F2
Lid: 59805
Lid: 52209 StoreEc: 0x3F2
Lid: 19778
Lid: 27970 StoreEc: 0x3F2
Lid: 17730
Lid: 25922 StoreEc: 0x3F2
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&t=exchgf1&e=ms.exch.err.ExC2B9A8
Exchange Management Shell command attempted:
'<domainname>.local/MyBusiness/Users/SBSUsers/<username>' | New-MoveRequest -TargetDatabase 'Mailbox Database 2011012823'
Elapsed Time: 00:00:03
I have tested running the command from the EMS and get the following...
Mailbox database '0180b88c-0cb2-4b2f-981a-6bdaecc10fcb' is offline.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], RemoteTransientException
+ FullyQualifiedErrorId : AC277C79,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
On the Exch03 Server I have verified/tested/done the following:
--Verified the Information Store Service is running
--Tested restarting the service
--Verified the Mailbox store is mounted
--Tested Dismounting and mounting
--Tested the Exch2010 mailbox db store is functioning properly by creating a test account and verifying w/ OWA.
--Verified routing group b/w servers
--verified network connectivity b/w servers
--Verified DNS is functioning properly on both servers
--Installed Exchange Server MAPI Client and CDO 1.2.1 on Exch2010 server.
--Tested rebooting both severs
I am at a loss. Any ideas would be greatly appreciated. I am unable to continue w/ the migration until I get past this step.