I'm trying to upgrade a 2019 SERVER EVAL via the DISM method below so I can use the OEM key I purchased.
PS C:\Users\administrator.CPI> DISM /online /Set-Edition:ServerStandard /ProductKey:********** /AcceptEULA
But I get an error (see below).
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5830
Starting to update components...
Starting to install product key...
Finished installing product key.
Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.17763.1
[==========================100.0%==========================]
Error: 14081
An error occurred while operating system components were being updated. The upgrade cannot proceed.
For more information, review the log file.I get the following error after being stuck at 10% for a while:
The log says:
2024-06-03 09:18:25, Info DISM DISM Package Manager: PID=4588 TID=9048 Package Package_for_ServicingStack~31bf3856ad364e35~amd64~~17763.2170.1.0 with CBS state 7(CbsInstallStateInstalled) being mapped to dism state 5(DISM_INSTALL_STATE_INSTALLED) - CDISMPackage::LogInstallStateMapping
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 GetTargetEditions: Successfully retrieved edition targets for [ServerDatacenter] from [ServerDatacenter]. - CTransmogManager::GetTargetEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 GetTargetEditions: Successfully retrieved edition targets for [ServerDatacenter] from [ServerStandard]. - CTransmogManager::GetTargetEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 GetTargetEditions: Successfully retrieved edition targets for [ServerDatacenter] from [ServerStandardEval]. - CTransmogManager::GetTargetEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Retrieved target edition collection. - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Target Edition Count: [1] - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Skipping EditionId [ServerDatacenter]. - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Skipping target EditionId [ServerStandard]. - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Unavailable Edition Count: [1] - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 RemoveUnavailableEditions: Successfully removed unavailable editions. - CTransmogManager::RemoveUnavailableEditions
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 Processing package changes... - CTransmogManager::UpdateComponents
2024-06-03 09:18:25, Info DISM DISM Transmog Provider: PID=4588 TID=9048 Processing package changes with options [0x3]... - CTransmogManager::UpdateComponents
2024-06-03 09:18:25, Info DISM DISM Package Manager: PID=4588 TID=9048 CBS session options=0x540! - CDISMPackageManager::Internal_Finalize
2024-06-03 09:37:44, Info DISM DISM Package Manager: PID=4588 TID=8648 Error in operation: (null) (CBS HRESULT=0x80073701) - CCbsConUIHandler::Error
2024-06-03 09:38:49, Error DISM DISM Package Manager: PID=4588 TID=9048 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80073701)
2024-06-03 09:38:49, Error DISM DISM Package Manager: PID=4588 TID=9048 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x80073701)
2024-06-03 09:38:49, Error DISM DISM Transmog Provider: PID=4588 TID=9048 Package manager failed to process changes - CTransmogManager::UpdateComponents(hr:0x80073701)
2024-06-03 09:38:49, Error DISM DISM Transmog Provider: PID=4588 TID=9048 Failed to update components - CTransmogManager::UpdateComponents(hr:0x80073701)
2024-06-03 09:38:49, Error DISM DISM Transmog Provider: PID=4588 TID=9048 Failed to update components from [ServerStandardEval] to [ServerStandard] - CTransmogManager::TransmogrifyWorker
2024-06-03 09:38:49, Error DISM DISM Transmog Provider: PID=4588 TID=9048 [Upgrading system]: An error occurred while operating system components were being updated. The upgrade cannot proceed.
For more information, review the log file.
What am I doing wrong here?