Hi all, I did setup with a brand new windows 2008 R2 server.
In the LAB I did this:
- Installed windows 2008 R2 server
- Installed IIS role
- Made a DCpromo with a test domain.
- Installed Exchange 2010 server.
All things worked so I toke it to the productions site.
Here I did the following:
- Made a fresh install of Windows 2008 R2 server.
- Installed IIS role
- Joined the server to the company domain (DCpromo)
- Installed Exchange 2010 server.
Under Exchange server install something did go wrong. The last exchange role didn’t install, the mailbox role failed.
I have tried several timesto install the server role but it fails every time. First wrong thing I found, was that Symantec AV blocked the RPC port. Even when this was corrected the role still fails :(
I need a method to force an install of the Exchange server role. The install is just saying that the role has failed before and I should try reinstall. But that is what I am doing...
At the moment I'm getting tre Errors
- EventID 4:
(PID 3276, Thread 44) Task start-SetupService writing error when processing record of index 0. Error: Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeSA' failed to start. Check the event log for possible reasons for the service start failure.
- EventID 4:
(PID 3276, Thread 30) Task Install-MailboxRole writing error when processing record of index 0. Error: Microsoft.Exchange.Management.Deployment.ScriptExecutionException: The following error was generated when "$error.Clear(); start-SetupService -ServiceName
MSExchangeSA" was run: "Service 'MSExchangeSA' failed to start. Check the event log for possible reasons for the service start failure.". ---> Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeSA' failed to start.
Check the event log for possible reasons for the service start failure.
--- End of inner exception stack trace ---
- EventID 1002:
Exchange Server component Mailbox Role failed.
Error: Error:
The following error was generated when "$error.Clear(); start-SetupService -ServiceName MSExchangeSA" was run: "Service 'MSExchangeSA' failed to start. Check the event log for possible reasons for the service start failure.".
Service 'MSExchangeSA' failed to start. Check the event log for possible reasons for the service start failure.
When I look at MSExchangeSA and why it is failing I come to this:
- EventID 9001: The ABV DG dll is required but cannot be loaded, error 'c0070002'.
- EventID 1005: Unexpected error The system cannot find the file specified. Facility: Win32 ID no: c0070002 Microsoft Exchange System Attendant occurred.
I have checked security groups and so on... But I'm stock at this point :(
I'm thinking of a solution like this, but don't now if it will change anything?
- Disjoin the server from the domain.
- Reinstall Windows 2008 R2 - with same NetBIOS name, IP and so on.
- Rejoin the server to the domain
- Then again install the Exchange server.