Hi,
I have SCCM version 2403 with Windows Server 2202 Standard. I could not install the last Update of Windows Server 2202 "KB5039227". Because I did not have the Recovery Partition
I decide to run a In place upgrade the Windows server 2022. It was successfully and after that I have a Recovery Partition
But as I want to start my WSUS, I got the following Windows
I click on "RUN" button and got after some minutes the Error message as following
Log file is located at C:\Users\Administartor\AppData\Local\Temp\WSUS_PostInstall_20220223T152505.log
Post install is starting
Fatal Error: The schema version of the database is from a newer version of WSUS
than currently installed. You must either patch your WSUS server to at least
that version or drop the database.
I have changed the file "VersionCheck.sql" the following line
DECLARE @scriptMinorVersion int = (11)
change it to
DECLARE @scriptMinorVersion int = (51)
Restart the Server and run again the Post Installation of WSUS. It is now working
But if I go to the services I see there, the WSUS Server is disabled.
I am really not sure if the WSUS was disabled before In place Upgrade Windows Server 2022 or after that.
the following questions:
- Is my solution for WSUS Server OK?
- Should I restart the WSUS Service as "automatic" and Enable it?
- Should restore my SCCM Server before I run In Place Upgrade of Windows Server 2022?
- does work my WSUS Server after change the Line in "VersionCheck.sql" as before the in Place Upgrade?
Regards