question

skpb1 avatar image
0 Votes"
skpb1 asked KyleXu-MSFT commented

Exchange Hybrid SEtup

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)".

office-exchange-hybrid-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered KyleXu-MSFT commented

@skpb1

If you want to update Exchange 2013 to the lasted CU(CU 23), you need to install .NET Framework 4.7.2 or 4.8 first. Then try to update Exchange to the lasted CU. If you still cannot update Exchange successfully. I would suggest you have a check in Event Viewer, whether there exist error about installing. Here is a related issue which due to the lack of MSMQ.

Yes, you can also create a new Exchange server coexist with the old Exchange server, then deploy hybrid with this new Exchange server.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@skpb1
I am writing here to confirm with you any update about this thread now?
If the above suggestion helps, please be free to mark it as an answer for helping more people.

0 Votes 0 ·