Hi All,
During the Coexistence of Exchange 2007 to 2010 Migration..
I have create new Edge Scubscription in Edge Server 1 and Export the Edge Configuration File from Edge Server 1.
While trying to Import Edge configuration to Edge Server 2 in Exchange Management Shell, I am getting the below Error.
I have tried importing on both Exchange 2007 and 2010 Edge Servers, getting the same error.
"Importing Edge configuration information Failed.
Reason: You cannot call a method on a null-valued expression."
Please help in resolving this issue...
I am using Default Exchange Script for Importing Exchange Edge Configuration to the second Edge Server .
Command Used :
"[PS] C:\Program Files\Microsoft\Exchange Server\Scripts>.\ImportEdgeConfig.ps1 -
cloneConfigData:"c:\clone\ff01con2.xml" -IsImport $False -cloneConfigAnswer:"c:\
Clone\CloneCOnfigAnswer4.xml""
While Running with "False", i got the answer file empty.
After i run the same script with "True", got the below result
"Warning:Passwords will be encrypted with the default script encryption keyWARNING: Pipeline tracing contents may contain sensitive information. Please
ensure all content is removed or properly secured.
New-AcceptedDomain : This task may not be run on an Edge Transport server that
is subscribed to an Active Directory site. You must perform this operation on a
Hub Transport server in the subscribed Active Directory site. The changes will
be replicated to the Edge Transport server when synchronization next occurs.
At line:1 char:19
+ New-AcceptedDomain <<<< -DomainName 'xxx.com' -DomainType 'Authori
tative' -Name 'xxx.com'
+ CategoryInfo : InvalidOperation: (:) [New-AcceptedDomain], Cann
otRunOnSubscribedEdgeException
+ FullyQualifiedErrorId : 795C5FF1,Microsoft.Exchange.Management.SystemCon
figurationTasks.NewAcceptedDomain
Importing Edge configuration information Failed.
Reason: You cannot call a method on a null-valued expression."