I was moving mailbox from Exchange 2007 to Exchange 2010 cross forest. Ran into below problem after trying the command in Exchange PS:
Import-csv C:\scripts\new-moverequest.csv | New-MoveRequest -RemoteLegacy -TargetDatabase “Mailbox Database 0117684621” -RemoteGlobalCatalog dc01.bang.local -RemoteCredential $remotecredentials -TargetDeliveryDomain hoasen.local |
Service 'net.tcp://exchange2010.hoasen.local/Microsoft.Exchange.MailboxReplicat ionService' encountered an exception. Error: MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80004005, ec=2423) Diagnostic context: ...... Lid: 11672 dwParam: 0x6BA Msg: EEInfo: NumberOfParameters: 0 Lid: 16280 dwParam: 0x6BA Msg: EEInfo: ComputerName: n/a Lid: 8600 dwParam: 0x6BA Msg: EEInfo: ProcessID: 4852 Lid: 12696 dwParam: 0x6BA Msg: EEInfo: Generation Time: 2012-12-09 0 3:15:01:358 Lid: 10648 dwParam: 0x6BA Msg: EEInfo: Generating component: 18 Lid: 14744 dwParam: 0x6BA Msg: EEInfo: Status: 11001 Lid: 9624 dwParam: 0x6BA Msg: EEInfo: Detection location: 320 Lid: 13720 dwParam: 0x6BA Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6BA Msg: EEInfo: NumberOfParameters: 1 Lid: 8856 dwParam: 0x6BA Msg: EEInfo: prm[0]: Unicode string: EXCHA NGE01 Lid: 45169 StoreEc: 0x977 Lid: 52465 StoreEc: 0x977 Lid: 60065 Lid: 33777 StoreEc: 0x977 Lid: 59805 Lid: 52209 StoreEc: 0x977 Lid: 19778 Lid: 27970 StoreEc: 0x977 Lid: 17730 Lid: 25922 StoreEc: 0x977+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], Mailb oxReplicationTransientException+ FullyQualifiedErrorId : 5CCD98B7,Microsoft.Exchange.Management.Recipient Tasks.NewMoveRequest Service 'net.tcp://exchange2010.hoasen.local/Microsoft.Exchange.MailboxReplicat ionService' encountered an exception. Error: MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80004005, ec=2423) Diagnostic context: ...... Lid: 11672 dwParam: 0x6BA Msg: EEInfo: NumberOfParameters: 0 Lid: 16280 dwParam: 0x6BA Msg: EEInfo: ComputerName: n/a Lid: 8600 dwParam: 0x6BA Msg: EEInfo: ProcessID: 4852 Lid: 12696 dwParam: 0x6BA Msg: EEInfo: Generation Time: 2012-12-09 0 3:15:03:715 Lid: 10648 dwParam: 0x6BA Msg: EEInfo: Generating component: 18 Lid: 14744 dwParam: 0x6BA Msg: EEInfo: Status: 11001 Lid: 9624 dwParam: 0x6BA Msg: EEInfo: Detection location: 320 Lid: 13720 dwParam: 0x6BA Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6BA Msg: EEInfo: NumberOfParameters: 1 Lid: 8856 dwParam: 0x6BA Msg: EEInfo: prm[0]: Unicode string: EXCHA NGE01 Lid: 45169 StoreEc: 0x977 Lid: 52465 StoreEc: 0x977 Lid: 60065 Lid: 33777 StoreEc: 0x977 Lid: 59805 Lid: 52209 StoreEc: 0x977 Lid: 19778 Lid: 27970 StoreEc: 0x977 Lid: 17730 Lid: 25922 StoreEc: 0x977 + CategoryInfo : NotSpecified: (1:Int32) [New-MoveRequest], Mailb oxReplicationTransientException+ FullyQualifiedErrorId : 5CCD98B7,Microsoft.Exchange.Management.Recipient Tasks.NewMoveRequest
Please help me resolve the problem.