I am installing CU 21 on Exchange 2016. We have one exchange server having all the roles in one box. I followed all the steps explained at https://www.alitajran.com/install-cumulative-update-exchange-2016/. The upgrade processed failed. Now I dont know what to do. Shall I reboot the server and try again?
Exchange Current CU is 16. It is already using .NET 4.8.
I am using administrator account which is a member of Schema Admins and Enterprise Admins.
I put the server in maintenance mode,PrepareSchema,PrepareAD,PrepareAllDomains and started the upgrade.
I got the following error during Language configuration was at 16% completion.
"An unexpected error has occurred and a Watson dump is being generated: Call cancelled
Call cancelled
The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
<SystemDrive>:\ExchangeSetupLogs folder."
There is no meaningful information in ExchangeSetupLog:
[09/23/2021 14:56:11.0016] [1] Setup has started to update MFL files.
[09/23/2021 17:03:06.0851] [1] Setup has finished updating MFL files.
[09/23/2021 17:03:06.0952] [1] [ERROR] Call cancelled
[09/23/2021 17:03:06.0953] [1] [WARNING] An unexpected error has occurred and a Watson dump is being generated: Call cancelled
[09/23/2021 17:03:14.0203] [1] [ERROR] Call cancelled
[09/23/2021 17:03:14.0203] [1] [ERROR] Call cancelled
[09/23/2021 17:03:14.0271] [0] [ERROR] Exception has been thrown by the target of an invocation.
[09/23/2021 17:03:14.0318] [0] [ERROR] Call cancelled
[09/23/2021 17:03:14.0318] [0] [ERROR] Call cancelled
[09/23/2021 17:03:14.0318] [0] CurrentResult SetupLauncherHelper.loadassembly:444: 1
[09/23/2021 17:03:14.0320] [0] The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.
[09/23/2021 17:03:14.0323] [0] CurrentResult main.run:235: 1
[09/23/2021 17:03:14.0324] [0] CurrentResult setupbase.maincore:396: 1
[09/23/2021 17:03:14.0325] [0] End of Setup
Following is the log in ExchangeSetupWatson:
[09/23/2021 14:55:41.0637] [1] Finished updating performance counter strings
[09/23/2021 14:56:11.0016] [1] Setup has started to update MFL files.
[09/23/2021 17:03:06.0851] [1] Setup has finished updating MFL files.
[09/23/2021 17:03:06.0952] [1] [ERROR] Call cancelled
[09/23/2021 17:03:06.0953] [1] [WARNING] An unexpected error has occurred and a Watson dump is being generated: Call cancelled
There is no entry in the Server Event Log.
I used the following commands for the upgrade process:
STOP ACCEPTING EMAILS
Set-ServerComponentState -Identity "EMAILSRVR" -Component HubTransport -State Draining -Requester Maintenance
SERVER MAINTENANCE MODE
Set-ServerComponentState -Identity "EMAILSRVR" -Component ServerWideOffline -State Inactive -Requester Maintenance
CHECK SERVER STATUS
Get-MailboxDatabaseCopyStatus -Server "EMAILSRVR" | Where {$_.Status -eq "Mounted"}
Get-ServerComponentState "EMAILSRVR" | Select Component, State
PREPARE SCHEMA
D:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareSchema
PREPARE AD
D:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD
PREPARE AD DOMAINS
D:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAllDomains
INSTALL CU 21
D:\Setup.exe /IAcceptExchangeServerLicenseTerms /Mode:Upgrade