Hello,
I have been trying to install Exchange 2007 for a week or so now.
I've to perform an unattended installation of Exchange 2007. I used
the following command:
Setup /mode:Install /roles:ClientAccess,HubTransport,Mailbox /
LegacyRoutingServer:Exch2003BH.domain.com /
DomainController:dcserver.domain.com
ClientAccess and HubTransport installed with out any errors or issue.
But not Mailbox. I get the following error:
Welcome to Microsoft Exchange Server 2007 Unattended Setup
Preparing Exchange Setup
The following server roles will be installed
Mailbox Role
Performing Microsoft Exchange Server Prerequisite Check
Configuring Microsoft Exchange Server
Mailbox Server Role ......................... FAILED
An unexpected error has occurred and a Watson dump is being
generated: The Exchange server address list service failed to respond.
This could be because of an address list or email address policy
configuration error. It was running command '$error.Clear(); $count=0;
$ExchangeServers = Get-ExchangeServer -DomainControl
ler $RoleDomainController; foreach($server in $ExchangeServers)
{ if(($server.AdminDisplayVersion.Build -gt 641) -and
($server.IsMailboxServer -eq $true)) { $count++; } } if( $count -eq 1)
{ Set-OrganizationConfigDomainController $RoleDomainController; }'.
The Exchange server address list service failed to respond. This
could be because of an address list or email address policy
configuration error.
Exchange Server setup encountered an error.
I found the following MS KB article, http://support.microsoft.com/kb/935636.
I tired to do the recommended solution listed in the article but
everything it suggest is already configured on my Exchange 2003 box.
Any ideas or suggestions on what is going on here?
Thanks in advanced.