I'm trying to remediate some of my Windows VMs (ESX remediation goes well) but I receive similar errors for every VM:
Remediation failed for VM_name1: Failed to install following pathes: .NET Framework 2.0 - SP1 1, .NET Framework 2.0 - SP2 2, MS07-040, MS08-052, MSWU-116, MSWU-179, MSWU-225
or
Remediation failed for VM_name2: Failed to install following patches: MSWU-116, MSWU-179, MSWU-225, SQL Server Desktop Engine (MSDE) 2000 - SP4 4
etc.
Here what I see in the logs:
[shavlikScanResultProcessor, 309] DB incomplete? can't match metaUid 'MSRT-001' to an updateID while processing node <Item Class="Patch" BulletinID="MSRT-001" SQNumber="Q890830" PatchName="Windows-KB890830.exe" Status="Missing" Reason="The registry key **Software\Microsoft\RemovalTools\MRT** should have a value of 131437DE-87D3-4801-96F0-A2CB7EB98572. It has a value of F3889559-68D7-4AFB-835E-E7A82E4CE818."/>
[shavlikScanResultProcessor, 309] DB incomplete? can't match metaUid 'MSRC-001' to an updateID while processing node <Item Class="Patch" BulletinID="MSRC-001" SQNumber="Q931125" PatchName="rootsupd.exe" Status="Missing" Reason="The registry key **SOFTWARE\Microsoft\Active Setup\Installed Components\{EF289A85-8E57-408d-BE47-73B55609861A}\Version** does not exist. It is required for this patch to be considered installed."></Item>
[shavlikScanResultProcessor, 521] This vm is missing SPs for 1 products.
[shavlikScanResultProcessor, 539] LanguageID not found for .NET Framework 2.0 Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 553] Checking for installed SPs in 14 products
[shavlikScanResultProcessor, 569] LanguageID not found for Internet Explorer 6 SP2, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for Windows Media Player 10.0 Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MDAC 2.8 SP2, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for .NET Framework 1.1 SP1, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for .NET Framework 2.0 Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MSXML 2.5 Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MSXML 2.6 SP3, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MSXML 3.0 SP9, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MSXML 4.0 SP2, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for MSXML 6.0 SP1, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for DirectX 9.0c Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for Microsoft CAPICOM Gold, using globalLangId: 0419
[shavlikScanResultProcessor, 569] LanguageID not found for Microsoft Outlook Express 6 Gold, using globalLangId: 0419
[2008-10-21 12:04:59:171 'SingleOnlineScanTask.SingleOnlineScanTask{43}' 5764 DEBUG] [vciTaskBase, 684] Task finished...
[JobDispatcher, 250] The number of tasks: 4
[JobDispatcher, 1143] Scheduling task RemediateResultCompute{44} that imposes 1 for Alpine new load: 5
[JobDispatcher, 272] Starting task RemediateResultCompute{44}
[JobDispatcher, 1203] Removing task SingleOnlineScanTask{43} that imposed ESX load:3 for esx host-8, new load: 0 that imposed Alpine load:2, new load: 3
[JobDispatcher, 250] The number of tasks: 3
[2008-10-21 12:04:59:281 'RemediateResultCompute.RemediateResultCompute{44}' 5764 ERROR] [remediateResultCompute, 110] Failed to install following patches: .NET Framework 2.0 - SP1 1, .NET Framework 2.0 - SP2 2, MS07-040, MS08-052, MSWU-116, MSWU-179, MSWU-225
[2008-10-21 12:04:59:343 'VciRemediateTask.RemediateTask{38}' 5764 DEBUG] [vciTaskBase, 465] A subTask finished: ChainedTaskContainer{39}
[2008-10-21 12:04:59:359 'VciRemediateTask.RemediateTask{38}' 5764 INFO] [vciRemediateTask, 109] Completed
Message was edited by: RDellimmagine to add code and noformat tags