Howdy. I was wondering if perhaps you brilliant folks could have a look at one of my servers that's misbehaving. The symptom is that Windows Updates fail to install. A classic symptom. One of my favorites.
I have some experience analyzing
Unfortunately I'm dumbfounded by this one; haven't seen it before. I've reviewed a few old threads @ Sysnative.com that reference the same error, but you folks delve into some files that are above my skillset, and hence I'd probably start breaking things if I attempted to troubleshoot on my own. Any help would be greatly appreciated!! And, I've attached logs. Hope this helps!
DISM /Online /Cleanup-Image /RestoreHealth
succeeds with The restore operation completed successfully.
SFC /SCANNOW
consistently reaches 44% before failing with Windows Resource Protection could not perform the requested operation
.I have some experience analyzing
CBS.log
, DISM.log
, and setupapi.dev.log
, but that's the extent of my comfort zone. The only helpful thing I've found thus far in CBS.log (immediately SFC before it aborts itself) is:
Code:
2022-09-14 16:12:55, Info CSI 000027ed [SR] Verify complete
2022-09-14 16:12:55, Info CSI 000027ee [SR] Verifying 100 components
2022-09-14 16:12:55, Info CSI 000027ef [SR] Beginning Verify and Repair transaction
[HI]2022-09-14 16:12:55, Error CSI 000027f0@2022/9/14:20:12:55.494 (F) onecore\base\wcp\componentstore\deltastore.cpp(3065): Error STATUS_INVALID_PARAMETER originated in function ComponentStore::CRawStoreLayout::DecompressFile expression: Parameter check failed
[gle=0x80004005][/HI]
2022-09-14 16:12:55, Info CBS Could not get active session for current session file logging [HRESULT = 0x80004003 - E_POINTER]
2022-09-14 16:12:55, Info CBS Could not get file name for current session file logging [HRESULT = 0x80004003 - E_POINTER]
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CBS.log to WER report.
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20220914200806.log to WER report.
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20220914183454.cab to WER report.
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20220914100104.cab to WER report.
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20220913172205.cab to WER report.
2022-09-14 16:12:55, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20220913040012.cab to WER report.
2022-09-14 16:12:55, Info CBS Not able to add pending.xml to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:12:55, Info CBS Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:12:55, Info CBS Not able to add poqexec.log to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:12:55, Info CBS Not able to add SCM.EVM to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:14:58, Info CBS Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
2022-09-14 16:14:58, Info CBS TiWorker signaled for shutdown, going to exit.
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: ExecutionEngineFinalize
2022-09-14 16:14:58, Info CBS Execution Engine Finalize
2022-09-14 16:14:58, Info CBS Execution Engine Finalize
2022-09-14 16:14:58, Info CBS Ending the TiWorker main loop.
2022-09-14 16:14:58, Info CBS Starting TiWorker finalization.
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: ManifestCacheFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: ExecutionEngineFinalize
2022-09-14 16:14:58, Info CBS CBS Engine already deativated
2022-09-14 16:14:58, Info CBS CBS Engine already deativated
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: ComponentAnalyzerFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: PackageTrackerFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CoreResourcesUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: SessionManagerFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CapabilityManagerFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: PublicObjectMonitorFinalize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: Enter vCoreInitializeLock
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: WcpUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: DrupUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CfgMgr32Unload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: DpxUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CbsEsdUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CbsTraceInfoUninitialize
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: CbsEventUnregister
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: AppContainerUnload
2022-09-14 16:14:58, Info CBS CbsCoreFinalize: WdsUnload, logging from cbscore will end.
2022-09-14 16:14:58, Info CBS Ending TiWorker finalization.
2022-09-14 16:14:58, Info CBS Ending the TrustedInstaller main loop.
2022-09-14 16:14:58, Info CBS Starting TrustedInstaller finalization.
2022-09-14 16:14:58, Info CBS Ending TrustedInstaller finalization.
Unfortunately I'm dumbfounded by this one; haven't seen it before. I've reviewed a few old threads @ Sysnative.com that reference the same error, but you folks delve into some files that are above my skillset, and hence I'd probably start breaking things if I attempted to troubleshoot on my own. Any help would be greatly appreciated!! And, I've attached logs. Hope this helps!