New-EdgeSubscription command error
Hi All!
I have an Exchange 2007 Edge server in DMZ on Windows Server 2003 x64 R2. I just setup OS and Exchange with 3-rd SP. When I try to create new subscription I get error:
[PS] C:\Documents and Settings\****> New-EdgeSubscription -FileName c:\edge.
xml
New-EdgeSubscription : Microsoft Exchange failed to create or update the Edge S
ubscription account on the Edge Transport server for the following reason: A lo
cal error occurred.. Stack is at System.DirectoryServices.Protocols.LdapConn
ection.BindHelper(NetworkCredential newCredential, Boolean needSetCredential)
at Microsoft.Exchange.MessageSecurity.EdgeSync.ADAMUserManagement.CreateOrUp
dateADAMPrincipal(String user, String password, Boolean bootStrapAccount)
at Microsoft.Exchange.Management.SystemConfigurationTasks.NewEdgeSubscriptio
n.InitiateSubscriptionOnEdge()
At line:1 char:22
+ New-EdgeSubscription <<<< -FileName c:\edge.xml
Does anyone can help me with that problem?
July 7th, 2011 8:17am
use New-Edgesubscription -Filename "c:edgesubscriptionfile.xml"
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 2:32pm
Tnx for answer but it is not command syntax. I get error after confirm message
"Creating an Edge Subscription makes the configuration of this Edge Transport server ready to be managed via EdgeSync. Any of the following types of objects...."
When I press "Y", I get this error.
July 8th, 2011 1:12am
Hi,
Before running New-EdgeSubscription cmdlet, you should make sure that you run this command in Edge Transport server and Edge and Hub Transport servers can resolve
each other FQDN IP. Then you can run the cmdlet to check the result:
New-EdgeSubscription -Filename "c:\edgesubscriptionfile.xml"
For more information, you can refer to the following similar thread:
Creating an Exchange 2007 Edge
subscription file
Hope this helps.
ThanksSophia Xu
Free Windows Admin Tool Kit Click here and download it now
July 12th, 2011 3:35am