Microsoft Exchange Server 2010
Hi i am new to networking, i am recently installing microsoft exchange server 2010 on a windows 2008 R2 VM
i need help with the following error
Summary: 3 item(s). 1 succeeded, 1 failed.
Elapsed time: 00:00:01
Preparing Setup
Completed
Elapsed Time: 00:00:00
Mailbox Role
Failed
Error:
The following error was generated when "$error.Clear(); $count=0; $ExchangeServers = Get-ExchangeServer -DomainController $RoleDomainController; $minVersion = New-Object -typeName Version -argumentlist "8.0.642.0"; foreach ($server in $ExchangeServers) { $currentVersion
= [Version]$server.AdminDisplayVersion; if (($currentVersion -ge $minVersion) -and ($server.IsMailboxServer -eq $true)) { $count++; } } if ($count -eq 1) { Set-OrganizationConfig -DomainController $RoleDomainController; }" was run: "No provisioning handler
is installed.".
No provisioning handler is installed.
Elapsed Time: 00:00:00
Finalizing Setup
Cancelled
October 4th, 2012 11:45am
Hi
Have a look at this thread: http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/thread/2023cbc2-6669-49d4-8d14-6c53aad641c5/
Cheers, Steve
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2012 11:48am
Hi Steve
i actually looked at that thread which suggested to run the setup again with the sp1 files, I did that and still ended up with the same error
I dot know if i am doing something wrong or missing something
October 4th, 2012 11:52am
Hi
The part that was important was the bit about specifying the domain controller:
setup.com /mode:install /role:mailbox /DomainController:DC.contoso.com /InstallWindowsComponents
Did you try that too?
Steve
Edit to add: You can also install using the SP2 setup files rather than SP1.
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2012 12:03pm
Hello ,
Please make sure you have installed all of the prerequisites.
http://technet.microsoft.com/en-us/library/bb691354.aspx
Please check if there is any error in application log.
Best Regrads,
Lisa
October 5th, 2012 2:29am