Forum Discussion
JonEllisDeltaD
May 10, 2023Copper Contributor
Upgrade Windows Server 2019 Evaluation Issue
Every time I try to upgrade our evaluation datacenter I get this error. DISM.log 2023-05-10 13:32:23, Info DISM PID=1812 TID=2520 Scratch directory set to 'C:\Users\sajellis\AppData\Local\Tem...
- May 11, 2023Dave,
So this command:
Dism /online /Set-Edition:ServerDataCenter /ProductKey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
is the same thing as downloading the Windows Server 2019 iso and running it on the computer.
I downloaded that iso, ran it, installed the Windows Server 2019 Datacenter (Desktop Experience) and kept files and apps.
The server went through the upgrade process.
I then used the slmgr /ipk and slmgr /ato command and everything was fine.
Thank you again for assisting me in finding the resolution.
Dave Patrick
May 10, 2023MVP
As a work around , might also try using a kms key as intermediary step.Dism /online /Set-Edition:ServerDataCenter /ProductKey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys#windows-server-ltscltsb-versions
then if successful use your own product key below after rebootslmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr /ato
- JonEllisDeltaDMay 10, 2023Copper Contributor
the only available target edition is Datacenter.
I forget which command I ran but it only had the Datacenter one.
are you saying it is possible to use the ServerStandard and then convert it to Datacenter?
- Dave PatrickMay 10, 2023MVP
No, installing a DataCenter edition then down converting to Standard is not possible to do, you'll need to clean install it if that's the question.
- JonEllisDeltaDMay 10, 2023Copper ContributorOh! No I’m not trying to do that. I’m going from a ServerDatacenter Evaluation to ServerDatacenter. As for your previous reply, that was the way I was trying to do it. But I get that 14081 error every time.
It keeps failing on upgrading. I cannot figure out why.