2016年12月1日 星期四

Problem
=========
The WindowsUpdate.log will indicate the following warnings and errors during the
"SyncServerUpdatesInternal" action:

WARNING: Exceeded max server round trips: 0x80244010
WARNING: Sync of Updates: 0x80244010
WARNING: SyncServerUpdatesInternal failed: 0x80244010
WARNING: Failed to synchronize, error = 0x80244010
WARNING: Exit code = 0x80244010

Cause
=======
This error is returned from the WSUS server when the number of round trips spawned
between the client and WSUS server during the scan for software updates exceeds the
current default roundtrip limit set within the WSUS SUSDB database.

 Solution
==========
The current number of round trips allowed by WSUS is 200 per client session.
The default maximum size of XML data that WSUS allows during each request is
currently 200 KB.
To reduce the number of round trips to be within the 200 round trips limit per
client session, you can adjust the adjust the maximum size of XML data downloaded
per request from the 200 KB limit to an unlimited size.

To adjust the maximum size of XML allowed per request, you will need to adjust a
setting within the WSUS SUSDB database.
You can adjust this setting by running the following SQL script on the WSUS
server:


USE SUSDB
GO
UPDATE tbConfigurationC SET MaxXMLPerRequest = 5242880






沒有留言:

張貼留言