试图让SCUP在系统上运行,但有一些困难。 SCUP安装正常,我已经按预期configuration了组策略和CA发布的证书。 但是,当我尝试导入任何目录时,出错如下:
Launching expand.exe with arguments: -R "C:\Users\USER\AppData\Local\Temp\2\\fdushzom.4gk\AdobeFlashPlayerCatalog_SCUP.cab" -F:* "C:\Users\USER\AppData\Local\Temp\2\\iegdaw4t.ar4" Microsoft (R) File Expansion Utility Version 6.3.9600.17415 Copyright (c) Microsoft Corporation. All rights reserved. Adding C:\Users\USER\AppData\Local\Temp\2\\iegdaw4t.ar4\AdobeFlashPlayerCatalog_SCUP.xml to Extraction Queue Expanding Files .... Expanding Files Complete ... Extraction completed with exit code 0 Import: Importing updates from C:\Users\USER\AppData\Local\Temp\2\\iegdaw4t.ar4\AdobeFlashPlayerCatalog_SCUP.xml Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. Import: XmlException: Data at the root level is invalid. Line 1, position 1. 1 results from import added to wizard. ImportProgress: Background processing completed.
SCUP与WSUS(Server 2012 R2)安装在同一台机器上,是SCCM的SUP。 WSUS正在将SQL Server 2014群集用于SUSDB。 如果需要更多的环境信息,请让我知道。
运行以下修复的问题:
Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth