Cannot Apply Exchange 2007 SP2 to MBX servers in Child Domain
I've got what I hope to be a pretty easy problem to resolve.
So, I have an empty root design with 1 child domain - server 2003 native AD. I have an Exchange 2007 2 node Windows 2008 SCC installed in an Exchange 2003 ORG in this child domain. I remember during the setup of the SCC having to prepare the AD from the root domain and also in the child domain. There are no users in the root domain though.
When I run setp /m:upgrade I get the following:
Preparing Exchange SetupThe following server roles will be upgraded
Mailbox Role
Management ToolsPerforming Microsoft Exchange Server Prerequisite Check
Organization Checks ......................... FAILED
Cannot find the Recipient Update Service responsible for domain 'DC=firstquality,DC=local'. New and existing users may
not be properly Exchange-enabled.
The Active Directory Schema is not up-to-date and Ldifde.exe is not installed on this computer. You must install Ld
ifde.exe by running 'ServerManagerCmd -i RSAT-ADDS' or restart setup on a domain controller.Setup needs to contact the Active Directory schema master but this computer is not in the same Active Directory dom
ain as the schema master (DC=firstquality,DC=local).Setup encountered a problem while validating the state of Active Directory: Exchange organization-level objects hav
e not been created, and setup cannot create them because the local computer is not in the same domain and site as the sc
hema master. Run setup with the /prepareAD parameter on a computer in the domain firstquality and site MC, and wait for
replication to complete.Mailbox Role Checks ......................... FAILED
Cannot find the Recipient Update Service responsible for domain 'DC=firstquality,DC=local'. New and existing users may
not be properly Exchange-enabled.
Setup encountered a problem while validating the state of Active Directory: Exchange organization-level objects hav
e not been created, and setup cannot create them because the local computer is not in the same domain and site as the sc
hema master. Run setup with the /prepareAD parameter on a computer in the domain firstquality and site MC, and wait for
replication to complete.
Todas as Respostas
- Hi
That errors information means you do not do necessary procedure for Exchange Server 2007 installing.
AD schema expansion required at following,
1. Already exist Exchange Organization's permission of Exchange Server 2003 is needed change.
> setup.com /PrepareLagacyExchangePermissions /DomainController:<FSMO.child.parent.domain.local>
* this step can your Windows Server 2008 x64.
2. AD Forest level AD schema expansion needed.
> setup.com /PrepareSchema /DomainController:<FSMO.parent.domain.local>
* this step can your Windows Server 2008 x64 but with "Parent\Schema Admins" and "Parent\Enterprise Admins" permission needed.
* if you do this Windows Server 2008 then required "Remote Administration Tools for ADDS".
> ServerManagerCmd -i RSAT-ADDS
and reboot server after the install completed.
3. AD Forest level AD preparation needed.
> setup.com /PrepareAD /DomainController:<FSMO.parent.domain.local>
* this step can your Windows Server 2008 x64 but with "Parent\Schema Admins" and "Parent\Enterprise Admins" permission needed.
if can not this, please try parent domain's domain controller(x64) or other x64 Servers.
4. Child domain level Domain preparation needed.
> setup.com /PrepareDomain /DomainController:<FSMO.child.parent.domain.local>
* this step can your Windows Server 2008 x64 but with "child\Domain Admins" permission needed.
5. Please re-try the install Exchange Server 2007 SP2.
- Sugerido como RespostaXiu Zhang - MSFTMSFT, Moderadorquarta-feira, 11 de novembro de 2009 9:54
- Não Marcado como RespostaGriffter terça-feira, 24 de novembro de 2009 4:55
- Marcado como RespostaXiu Zhang - MSFTMSFT, Moderadorsexta-feira, 20 de novembro de 2009 9:34
- Sorry, none of the things you suggested has helped. I still cannot apply SP2 to either of my SCC nodes, my CAS/HT or my UM server. Everytime I try to run any of the switches to preparelegacyexchagepermissions, prepareschema, preparead or preparedomain I get the same errors as above and I cannot continue :(