If you deploy and configure an Exchange 2007 environment with a EDGE server without registering license keys before creating the subscription you can have problems licensing the EDGE server. There will be a warning message when starting the Exchange Management Console on any of the HUB/CAS/Mailbox servers that the EDGE server is unlicensed.
If you run Get-ExchangeServer select name,productid,*trial* you will get a similar output:
Name: | <ServerName> |
ProductID: | |
IsExchange2007TrialEdition: | True |
IsExpiredExchange2007TrialEdition: | False |
RemainingTrialPeriod | 26.22:52:33.0692266 |
To solve this issue you need to recreate the EDGE subscrition between the EDGE and HUB server:
- Logon to the EDGE server
- Start Exchange Management Shell
- New-EdgeSubscription -FileName <Filename.xml>
- Copy the XML file to the HUB server
- Logon to the HUB server
- Start Exchange Management Console (EMC)
- Go to Organization Configuration > Hub Transport
- Right click and choose "New Edge Subscription..."
- Follow the wizard
- Start Exchange Managment Shell (EMS)
- Start-EdgeSynchronization
Verify that "Result: Success" appears
- Delete the XML-files that you created
Now the EDGE server should be licensed when starting the EMC.
No comments:
Post a Comment