Hello,
I got following error during setup excahnge 2010 at windows server 2012:
[02/07/2013 10:31:58.0615] [2] Process standard error:
[02/07/2013 10:31:58.0615] [2] Ending processing Start-SetupProcess
[02/07/2013 10:31:58.0615] [1] Executing:
$wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
$manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
[02/07/2013 10:31:58.0615] [2] Active Directory session settings for 'Start-SetupProcess' are: View Entire Forest: 'True', Configuration Domain Controller: 'dc.medagro.office', Preferred Global Catalog: 'dc.medagro.office', Preferred Domain Controllers: '{
dc.medagro.office }'
[02/07/2013 10:31:58.0615] [2] Beginning processing Start-SetupProcess -Name:'C:\Windows\system32\wevtutil.exe' -Args:'im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man" '
[02/07/2013 10:31:58.0615] [2] Starting: C:\Windows\system32\wevtutil.exe with arguments: im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man"
[02/07/2013 10:31:58.0646] [2] Process standard output: Channel Operational is declared by an existing provider Microsoft-Windows-ApplicationResourceManagementSystem{{770ca594-b467-4811-b355-28f5e5706987}}.
[02/07/2013 10:31:58.0646] [2] Process standard error: Configuration error.
[02/07/2013 10:31:58.0646] [2] [ERROR] Unexpected Error
[02/07/2013 10:31:58.0646] [2] [ERROR] Process execution failed with exit code 15010.
[02/07/2013 10:31:58.0646] [2] Ending processing Start-SetupProcess
[02/07/2013 10:31:58.0646] [1] The following 1 error(s) occurred during task execution:
[02/07/2013 10:31:58.0646] [1] 0. ErrorRecord: Process execution failed with exit code 15010.
[02/07/2013 10:31:58.0646] [1] 0. ErrorRecord: Microsoft.Exchange.Configuration.Tasks.TaskException: Process execution failed with exit code 15010.
[02/07/2013 10:31:58.0646] [1] [ERROR] The following error was generated when "$error.Clear();
$wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
$manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
" was run: "Process execution failed with exit code 15010.".
[02/07/2013 10:31:58.0646] [1] [ERROR] Process execution failed with exit code 15010.
[02/07/2013 10:31:58.0646] [1] [ERROR-REFERENCE] Id=MailboxComponent___13A8A6B7DE0A4fe3BEB5CB1D86105DA3 Component=EXCHANGE14:\Current\Release\PIM Storage\Content Indexing
[02/07/2013 10:31:58.0646] [1] Setup is stopping now because of one or more critical errors.
[02/07/2013 10:31:58.0646] [1] Finished executing component tasks.
[02/07/2013 10:31:58.0693] [1] Ending processing Install-MailboxRole
and setup was not succesfully.