SCCM 2403 isse with WSUS Server

PerserPolis-1732 1,971 Reputation points
2024-06-18T06:36:19.65+00:00

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

User's image

I decide to run a In place upgrade the Windows server 2022. It was successfully and after that I have a Recovery Partition

User's image

But as I want to start my WSUS, I got the following Windows

User's image

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.

User's image

I am really not sure if the WSUS was disabled before In place Upgrade Windows Server 2022 or after that.

the following questions:

  1. Is my solution for WSUS Server OK?
  2. Should I restart the WSUS Service as "automatic" and Enable it?
  3. Should restore my SCCM Server before I run In Place Upgrade of Windows Server 2022?
  4. does work my WSUS Server after change the Line in "VersionCheck.sql" as before the in Place Upgrade?

Regards

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Microsoft Security | Intune | Configuration Manager | Updates
Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2024-06-19T07:19:13.5266667+00:00

    Hi, @PerserPolis-1732

    Thank you for posting in Microsoft Q&A forum.

    Although you have Windows 2022 Server before in Place Upgrade, you should do the same like in Place Upgrade to a higher version of OS.

    Before upgrade, we should remove the WSUS role form the server.

    https://learn.microsoft.com/en-us/mem/configmgr/core/servers/manage/upgrade-on-premises-infrastructure#before-upgrade


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Adam J. Marshall 10,356 Reputation points
    2024-06-18T13:39:46.1933333+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.