This post is also available in: angielski
Podczas instalacji systemu Microsoft Exchange 2013 Preview możecie natrafić na parę problemów.
Ci z Was którzy dopiero będą instalować nowego Exchange mogą zawczasu rozwiązać te problemy przed instalacją.
Podczas instalacji pierwszego serwera Exchange 2013 Preview w lesie Active Directory może pojawić się błąd:
dla systemu Windows 2012:
The following error was generated when “$error.Clear(); install-ExchangeSchema -LdapFileName ($roleInstallPath + “Setup\Data\”+$RoleSchemaPrefix + “schema0.ldf”)” was run: “The system cannot find the file specified”.
dla systemu Windows 2008 R2 SP1:
The Active Directory Schema is not up-to-date and Ldifde.exe is not installed on this computer. You must install Ldifde.exe by opening Windows Powershell,running ‘Import-Module ServerManager’, then running ‘Add-WindowsFeature RSAT-ADDS’. Alternately you can restart setup on a domain controller.
Błędy te są spowodowane brakiem narzędzia LDIFD.exe którego użyć chce program instalacyjny Exchange 2013 Preview w celu rozszerzenia schematu Active Directory.
Aby zapobiec temu błędowi podczas instalacji, przed jej rozpoczęciem musimy w Windows Server zainstalować komponent RSAT-ADDS i tak:
dla Windows Server 2012 wykonujemy:
Install-WindowsFeature RSAT-ADDS
dla Windows Server 2008 R2 Sp1 wykonujemy:
Import-Module ServerManager Add-WindowsFeature RSAT-ADDS
Również po instalacji dodatku UCMA 4.0 przed rozpoczęciem instalacji Microsoft Exchange 2013 Preview możemy sprawdzić czy na serwerze Windows zainstalowany jest Microsoft Visual C++ 11 Beta Redistributable (x64) – 11.0.50531 i jeżeli jest to musimy go odinstalować.