I have 2 Exchane 2013 servers running on CU1 currently in my environment and Having issues upgrading it to Latest CU Getting below error so i wanted to know can i install a fresh server just for the hybrid configuration leaving my existing setup as it is, Will i be able to configure Hybrid. Please suggest
The following error was generated when "$error.Clear();
$dependentAssemblyGeneratorExePath = [System.IO.Path]::Combine($RoleInstallPath, "bin", "DependentAssemblyGenerator.exe");
$exchangeBinPath = [System.IO.Path]::Combine($RoleInstallPath, "bin");
$frontEndPath = [System.IO.Path]::Combine($RoleInstallPath, "FrontEnd");
$clientAccessPath = [System.IO.Path]::Combine($RoleInstallPath, "ClientAccess");
$sharedWebConfig = [System.IO.Path]::Combine($RoleInstallPath, "FrontEnd", "HttpProxy", "SharedWebConfig.config");
$a = &"$dependentAssemblyGeneratorExePath" -exchangePath "$exchangeBinPath" -exchangePath "$frontEndPath" -exchangePath "$clientAccessPath" -configFile "$sharedWebConfig";
$a | % { if ($_.Length > 0) { Write-ExchangeSetupLog -Info "$_.ToString()" } }
Start-SetupProcess -Name "iisreset" -Args "/timeout:120"
" was run: "Microsoft.Exchange.Configuration.Tasks.TaskException: Process execution failed with exit code 1062.
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
at Microsoft.Exchange.Management.Tasks.RunProcessBase.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".