epardieu
Member
- May 19, 2019
- 7
Hi there!
I need to update my PowerShell to a 5.1 version available for my Win 7 sp1. I've got these lines in the windowsupdate.log:
2019-05-19 17:43:51:026 13720 1c08 Handler :::::::::::::
2019-05-19 17:43:51:027 13720 1c08 Handler :: START :: Handler: CBS Install
2019-05-19 17:43:51:027 13720 1c08 Handler :::::::::
2019-05-19 17:43:51:028 13720 1c08 Handler Starting install of CBS update C05F0AEA-8F8F-4EA3-A247-433C3B681C72
2019-05-19 17:43:51:064 13720 1c08 Handler CBS package identity: Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.3.7601.16384
2019-05-19 17:43:51:065 13720 1c08 Handler Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\8460062166f4d27e0b98e704f8682603\Windows6.1-KB3191566-x64.cab, workingdir=C:\Windows\SoftwareDistribution\Download\8460062166f4d27e0b98e704f8682603\inst
2019-05-19 17:43:56:000 1416 12a4 Report REPORT EVENT: {B7758F33-1723-4357-8999-BB8C0A00B59F} 2019-05-19 17:43:51:000-0300 1 181 101 {FFBF75AD-7C02-433B-9D69-649EFB9E93A9} 501 0 wusa Success Content Install Installation Started: Windows successfully started the following update: Actualización para Windows (KB3191566)
2019-05-19 17:56:36:891 13720 3734 Handler FATAL: CBS called Error with 0x80004005,
2019-05-19 17:56:43:000 13720 1c08 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80004005
2019-05-19 17:56:43:681 13720 1c08 Handler :::::::::
2019-05-19 17:56:43:681 13720 1c08 Handler :: END :: Handler: CBS Install
2019-05-19 17:56:43:681 13720 1c08 Handler :::::::::::::
2019-05-19 17:56:43:683 1416 2bbc Agent LogHistory called. idUpdate={FFBF75AD-7C02-433B-9D69-649EFB9E93A9}.501, resultMapped=80004005, resultUnMapped=80004005
2019-05-19 17:56:43:690 1416 2bbc Agent *********
2019-05-19 17:56:43:690 1416 25a8 AU Triggering Offline detection (non-interactive)
2019-05-19 17:56:43:690 1416 2bbc Agent ** END ** Agent: Installing updates [CallerId = wusa]
2019-05-19 17:56:43:690 3552 1054 COMAPI >>-- RESUMED -- COMAPI: Install [ClientId = wusa]
2019-05-19 17:56:43:690 1416 25a8 AU #############
2019-05-19 17:56:43:690 1416 2bbc Agent *************
2019-05-19 17:56:43:690 3552 1054 COMAPI - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
2019-05-19 17:56:43:690 1416 25a8 AU ## START ## AU: Search for updates
2019-05-19 17:56:43:690 1416 25a8 AU #########
2019-05-19 17:56:43:690 3552 1054 COMAPI - Reboot required = No
2019-05-19 17:56:43:690 3552 1054 COMAPI - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
2019-05-19 17:56:43:690 3552 1054 COMAPI ---------
2019-05-19 17:56:43:690 3552 1054 COMAPI -- END -- COMAPI: Install [ClientId = wusa]
2019-05-19 17:56:43:690 3552 1054 COMAPI -------------
Bold part lead me to research about windows update problem and finally got here.
I ran all steps in this forum, SFC scan with no issues and I've got SFCFix.txt and CBS.log, I'm sharing with you at:
Windows Update - Google Drive
In order to help to solve this issue, it'll let me keep going with another issue regarding Vagrant VM for a MongoDB course.
Thank you in advance.
Regards,
Eliana
I need to update my PowerShell to a 5.1 version available for my Win 7 sp1. I've got these lines in the windowsupdate.log:
2019-05-19 17:43:51:026 13720 1c08 Handler :::::::::::::
2019-05-19 17:43:51:027 13720 1c08 Handler :: START :: Handler: CBS Install
2019-05-19 17:43:51:027 13720 1c08 Handler :::::::::
2019-05-19 17:43:51:028 13720 1c08 Handler Starting install of CBS update C05F0AEA-8F8F-4EA3-A247-433C3B681C72
2019-05-19 17:43:51:064 13720 1c08 Handler CBS package identity: Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.3.7601.16384
2019-05-19 17:43:51:065 13720 1c08 Handler Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\8460062166f4d27e0b98e704f8682603\Windows6.1-KB3191566-x64.cab, workingdir=C:\Windows\SoftwareDistribution\Download\8460062166f4d27e0b98e704f8682603\inst
2019-05-19 17:43:56:000 1416 12a4 Report REPORT EVENT: {B7758F33-1723-4357-8999-BB8C0A00B59F} 2019-05-19 17:43:51:000-0300 1 181 101 {FFBF75AD-7C02-433B-9D69-649EFB9E93A9} 501 0 wusa Success Content Install Installation Started: Windows successfully started the following update: Actualización para Windows (KB3191566)
2019-05-19 17:56:36:891 13720 3734 Handler FATAL: CBS called Error with 0x80004005,
2019-05-19 17:56:43:000 13720 1c08 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80004005
2019-05-19 17:56:43:681 13720 1c08 Handler :::::::::
2019-05-19 17:56:43:681 13720 1c08 Handler :: END :: Handler: CBS Install
2019-05-19 17:56:43:681 13720 1c08 Handler :::::::::::::
2019-05-19 17:56:43:683 1416 2bbc Agent LogHistory called. idUpdate={FFBF75AD-7C02-433B-9D69-649EFB9E93A9}.501, resultMapped=80004005, resultUnMapped=80004005
2019-05-19 17:56:43:690 1416 2bbc Agent *********
2019-05-19 17:56:43:690 1416 25a8 AU Triggering Offline detection (non-interactive)
2019-05-19 17:56:43:690 1416 2bbc Agent ** END ** Agent: Installing updates [CallerId = wusa]
2019-05-19 17:56:43:690 3552 1054 COMAPI >>-- RESUMED -- COMAPI: Install [ClientId = wusa]
2019-05-19 17:56:43:690 1416 25a8 AU #############
2019-05-19 17:56:43:690 1416 2bbc Agent *************
2019-05-19 17:56:43:690 3552 1054 COMAPI - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
2019-05-19 17:56:43:690 1416 25a8 AU ## START ## AU: Search for updates
2019-05-19 17:56:43:690 1416 25a8 AU #########
2019-05-19 17:56:43:690 3552 1054 COMAPI - Reboot required = No
2019-05-19 17:56:43:690 3552 1054 COMAPI - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
2019-05-19 17:56:43:690 3552 1054 COMAPI ---------
2019-05-19 17:56:43:690 3552 1054 COMAPI -- END -- COMAPI: Install [ClientId = wusa]
2019-05-19 17:56:43:690 3552 1054 COMAPI -------------
Bold part lead me to research about windows update problem and finally got here.
I ran all steps in this forum, SFC scan with no issues and I've got SFCFix.txt and CBS.log, I'm sharing with you at:
Windows Update - Google Drive
In order to help to solve this issue, it'll let me keep going with another issue regarding Vagrant VM for a MongoDB course.
Thank you in advance.
Regards,
Eliana