Good afternoon,
We are Having an issue with moving Exchange Mailboxes from Exchange 2003 to a new Exchange 2010 server cross-forest.
Synario:
PrepareMoveRequest.ps1 script run
object migrated
Following commands used:
$RemoteCredentials = Get-Credential
Then:
New-MoveRequest -Identity testaccount -RemoteLegacy -TargetDatabase mbx-db-01 -RemoteGlobalCatalog gc.legacy.domain -RemoteCredential $RemoteCredentials -TargetDeliveryDomain new.domain
I get the following:
Failed to reconnect to Active Directory server gc.legacy.domain. Make sure the server is available, and that you have used the correct credentials.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], RemoteTransientException
+ FullyQualifiedErrorId : 1109C27A,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
The following Event is also logged on the Exchange Server.
Log Name: Application
Source: MSExchange ADAccess
Date: 5/19/2011 1:34:10 PM
Event ID: 2138
Task Category: Configuration
Level: Error
Keywords: Classic
User: N/A
Computer: ex2010.new.domain
Description:
Process MSExchangeMailboxReplication.exe () (PID=2256). Exchange Active Directory Provider received a request to connection to domain controller gc.legacy.domain but that domain controller is not available. Use the Ping or PathPing command-line tools to test
network connectivity to local domain controllers. Run the Dcdiag command line tool to test domain controller health.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSExchange ADAccess" />
<EventID Qualifiers="49156">2138</EventID>
<Level>2</Level>
<Task>4</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-05-19T17:34:10.000000000Z" />
<EventRecordID>171592</EventRecordID>
<Channel>Application</Channel>
<Computer>ex2010.new.domain</Computer>
<Security />
</System>
<EventData>
<Data>MSExchangeMailboxReplication.exe ()</Data>
<Data>2256</Data>
<Data>gc.legacy.domain</Data>
</EventData>
</Event>
Any suggestions would be greatly appreciated. DCDiag results pass all tests for this server from the Exchange 2010 server.