Hi 길희 한,
Based on the logs and behavior you described, this isn’t a simple connectivity or proxy issue. The errors you’re seeing (invalid update identity in XML, repeated retries during import) point to WSUS struggling with metadata validation when synchronizing against Microsoft Update. This has been observed in certain cases with new WSUS installations on Server 2022.
Here are some recommended steps and considerations:
Apply the latest cumulative update for Windows Server 2022: WSUS relies heavily on the underlying OS components, and metadata parsing issues have been addressed in recent patches.
Install the latest WSUS hotfixes: Check for updates specific to WSUS on Server 2022, as Microsoft occasionally releases targeted fixes for synchronization problems.
Run a database reset: Use wsusutil.exe reset to force WSUS to re-check and re-download update metadata. This can clear out corrupted or incomplete entries.
Consider declining superseded updates: Large volumes of outdated metadata can sometimes trigger import errors. Running the WSUS Cleanup Wizard to decline superseded updates before retrying sync can help.
Check SUSDB health: Run SQL Server checks on the SUSDB to ensure there are no integrity issues. If corruption is suspected, rebuilding the database may be necessary.
At this point, it does look like a known metadata parsing issue rather than a misconfiguration on your side. Microsoft is aware of similar cases, and the recommended workaround is to ensure your WSUS server is fully patched and then retry synchronization after a reset.
In short: patch Server 2022, apply WSUS updates, run a reset, and retry sync. If that doesn’t resolve it, escalate to Microsoft Support for catalog validation.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.