WSUS 客户端扫描更新时出现错误80244007
本文可帮助你修复以下问题:当 WSUS 客户端扫描更新时收到 [80244007] SyncUpdates_WithRecovery失败 错误。
原始产品版本: Windows Server 2019、Windows Server 2016、Windows Server 2012 R2、Windows Server 2012
原始 KB 数: 4096317
症状
使用 WSUS 将软件更新部署到组织中的计算机。 当 WSUS 客户端计算机扫描 WSUS 服务器上的更新时,客户端计算机上的WindowsUpdate.log文件中会显示以下错误消息:
WS error: <detail><ErrorCode>InvalidParameters</ErrorCode><Message>parameters.InstalledNonLeafUpdateIDs</Message><ID>GUID</ID><Method> http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/SyncUpdates"</Method></detail>"
*FAILED\* [80244007] SyncUpdates_WithRecovery failed
此外,以下异常记录在 WSUS 服务器上的SoftwareDistribution.log文件中:
ThrowException: actor = http://WSUSServerName:8530/ClientWebService/client.asmxs, ID=GUID, ErrorCode=InvalidParameters, Message=parameters.InstalledNonLeafUpdateIDs, Client=Client_ID
原因
当要同步的更新数超过 WSUS 客户端可以传递给 SyncUpdates
的最大已安装先决条件数时,会出现此问题。
解决方法
若要解决此问题,请按照 WSUS 服务器上的以下步骤操作:
打开提升的命令提示符窗口,然后转到以下位置:
%programfiles%\Update Services\WebServices\ClientWebService
键入以下命令,然后在每个命令后面按 Enter:
takeown /f web.config icacls web.config /grant administrator:(F) notepad.exe web.config
在 web.config 中找到以下行:
<add key="maxInstalledPrerequisites" value="400"/>
将值从 400 更改为 800。
保存 web.config 文件。
运行
IISReset
。