Installing Exchange Pre-requisites // An error occurred. The error code was 3221684226. The message was The system cannot find the file specified.
After wiping my server and trying to install Exchange 2007 again I ran into this problem when preparing the topology again:
"An error occurred. The error code was 3221684226. The message was The system cannot find the file specified."
After doing some research this is due to the fact that I don't have the AD tools intalled on my server. I found a helpful resource from microsoft about the pre-requisites for exchange 2007 you need to install before you can move forward with your installation. Here is the link: http://technet.microsoft.com/en-us/library/bb691354.aspx For convinience I am including all the command lines to have all the pre-reqs for all the recommended functions (Client Access, Mailbox and HubTransport)
For AD Tools:
-
ServerManagerCmd -i RSAT-ADDS
To install the Windows Server 2008 operating system prerequisites for a computer that will host the Hub Transport, Client Access, and Mailbox server roles
-
Open a Command Prompt window.
-
Install Windows PowerShell, which is included in Windows Server 2008 (but not installed by default) by running the following command:
ServerManagerCmd -i PowerShell
-
Install the necessary IIS prerequisites by running the following commands in the order in which they are listed:
ServerManagerCmd -i Web-Server ServerManagerCmd -i Web-ISAPI-Ext ServerManagerCmd -i Web-Metabase ServerManagerCmd -i Web-Lgcy-Mgmt-Console ServerManagerCmd -i Web-Basic-Auth ServerManagerCmd -i Web-Digest-Auth ServerManagerCmd -i Web-Windows-Auth ServerManagerCmd -i Web-Dyn-Compression
-
If the server will support Outlook Anywhere clients, install the RPC over HTTP proxy feature by running the following command:
ServerManagerCmd -i RPC-over-HTTP-proxy
-
Open a Command Prompt window.
-
Install Windows PowerShell, which is included in Windows Server 2008 (but not installed by default) by running the following command:
ServerManagerCmd -i PowerShell
-
Install the necessary IIS prerequisites by running the following commands in the order in which they are listed:
ServerManagerCmd -i Web-Metabase ServerManagerCmd -i Web-Lgcy-Mgmt-Console
Love
Can we use Let's Encrypt, the free and open certificate authority?
Hola! gracias por la info, me sirvió el comando sacandole el nombre del server. En mi caso, fue una migración…
Yes 3rd option helped me too. I removed the WC key Values from config file then started working.
I know this is from 2014. But really, thank you!