The version number
10.0.20348.2849 that you're seeing in the WSUS "About" section signifies that you are running the WSUS version associated with
Windows Server 2022. This is a stable version, which offers various enhancements and feature updates compared to prior releases. However, the fact that you are encountering issues may indicate residual configuration problems rather than a version-specific fault.
Next Steps Based on Version Confirmation
With the version clarified, let's use this context to tackle the ongoing issues more effectively:
Step 1: Check Corresponding KB Articles
Make sure your WSUS installation aligns with the latest feature updates available. Pay attention to any relevant patches or cumulative updates for WSUS for your specific version:
- You can verify if any new KB articles apply based on version 10.0.20348.2849 using the Microsoft Update Catalog or WSUS-related announcements.
Step 2: Recheck WSUS Configurations
Since you're working with WSUS for
Windows Server 2022, following configurations may help ensure everything is in place:
- Verify the WSUS Database:
- Since you mentioned you are using SQL Server:
- Open SQL Server Management Studio to confirm that the database SUSDB exists and is accessible.
- Identify whether the SQL configurations for WSUS are aligned with the WSUS instance name.
- Ensure IIS Configurations are Optimal:
- Right-click on WSUS Administration > Confirm the default document is set correctly in IIS, and ensure the necessary virtual directories are there.
- Permissions:
- Ensure that the user accounts under which WSUS and SQL Server run have the necessary permissions to access the directories specified in configurations.
Postinstall Command Feedback
If running the
postinstall command still triggers the same errors, gather more logs from
WSUSSetup.log and
IIS logs to identify any ongoing configuration issues.
- Postinstall Command:
Bash:
wsusutil.exe postinstall SQL_INSTANCE_NAME="YourInstanceName" CONTENT_DIR="D:\WSUS\WSUSCONTENT"
- Or run it with:
Bash:
wsusutil.exe postinstall -skipIISConfig SQL_INSTANCE_NAME="YourInstanceName" CONTENT_DIR="D:\WSUS\WSUSCONTENT"
Adapt And Collect:
- If the error persists, please check the following logs:
- WSUSSetup.log for insights into the specific issues.
- IIS logs under:
Code:
C:\inetpub\logs\LogFiles\W3SVC1\
- Check any Event Viewer logs for application issues that align with your WSUS activities, especially under Applications and Services Logs.
Conclusion
By confirming the version and checking against the latest improvements, we can ensure you’re operating with a stable version of WSUS. Make sure configurations and paths are checked properly, especially with SQL Server connections. Keep me updated on your findings and any new issues from logs or tests, and we’ll continue addressing this until everything functions properly!