This KB is painful, reading the blog on this as I have the same issue
Did clean boot and everything
Damned annoying
Marcus
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
This update, KB3000850, is quite large -- something like 720+Mb. After quite some time downloading (seemed to get stuck at 4% and 90% downloaded), I got error 800700002 when I tried to install this windows update.
Right after starting download, I disabled my real time anti-virus.
Can anyone suggest ways to overcome this problem???
Thanks
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This KB is painful, reading the blog on this as I have the same issue
Did clean boot and everything
Damned annoying
Marcus
<Data Name="ErrorCode">2147942402</Data>
That's 0x80070002 decimal as a Qword. Have you tried the DISM command?
For more detail I would use the ReportingEvents.log to get the timestamp. Then find the portion of CBS.log which corresponded to that. It might give a clue about which module is "missing".
Robert,
OK, where do you find the ReportingEvents.log -- what folder is it in and is there something you have to do to create?
Thank you
-- CBS Appl: Selfupdate, Component: amd64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_0.0.0.0_none_efffadd33d50fea5 (6.3.9600.17415), elevation:4, lower version revision holder: 6.3.9600.17031
And it goes on for several pages
Thoughts?
Those aren't errors. Just reporting events which involve directories or files which contain that word. Please go back to ReportingEvents.log and see what the problem is AND ITS TIMESTAMP. The timestamp will give you some context for the CBS.log. Or do you think that you are already doing that?
FWIW in my CBS.log strangely I am finding errorreportingfaults for 16521 and no entries at all about 17415. I have not tried going back into any of the archived pieces of it.
Powershell can be used to show that I do have .manifest files for those, though I think that mine are probably compressed (so the checksum part of the name may be different):
| PS C:\windows> dir -re -fi "*errorreportingfaults*17415*" | ft Length, FullName -AutoSize<br><br><br><br><br><br>Length FullName <br><br>------ -------- <br><br> C:\windows\WinSxS\amd64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_6.3.9600.17415_none_611217891086c435 <br><br> C:\windows\WinSxS\x86_microsoft-windows-errorreportingfaults_31bf3856ad364e35_6.3.9600.17415_none_04f37c05582952ff <br><br>4074 C:\windows\WinSxS\Manifests\amd64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_6.3.9600.17415_none_611217891086c435.manifest <br><br>4073 C:\windows\WinSxS\Manifests\x86_microsoft-windows-errorreportingfaults_31bf3856ad364e35_6.3.9600.17415_none_04f37c05582952ff.manifest |
|---|
We would need to find a method of decompressing .manifest files to get more clues from those.
BTW my approach to diagnosing your problem symptom would be to use ProcMon to provide a supplementary trace of the whole failed install procedure. I don't have access to the source or support documentation to enable me to "read between the lines" what error messages mean--even when we do have some to look at.
HTH
Robert
Robert,
The enigma continues; just tried installing this update and here are the errors reported in the CBS log:
-- CBS Appl: SelfUpdate detect, component: x86_microsoft-windows-errorreportingfaults_31bf3856ad364e35_6.3.9600.17415_none_04f37c05582952ff, elevation: 4, applicable: 1
-- CBS Appl: Selfupdate, Component: x86_microsoft-windows-errorreportingcore_31bf3856ad364e35_0.0.0.0_none_4450a7c34e0e781f (6.3.9600.17415), elevation:4, lower version revision holder: 6.3.9600.17031
-- CBS Appl: SelfUpdate detect, component: x86_microsoft-windows-errorreportingcore_31bf3856ad364e35_6.3.9600.17415_none_b563117921443daf, elevation: 4, applicable: 1
-- CBS Appl: Selfupdate, Component: x86_microsoft-windows-errorreportingui_31bf3856ad364e35_0.0.0.0_none_f23f204a4a418a02 (6.3.9600.17415), elevation:4, lower version revision holder: 6.3.9600.17031
-- CBS Appl: SelfUpdate detect, component: x86_microsoft-windows-errorreportingui_31bf3856ad364e35_6.3.9600.17415_none_63518a001d774f92, elevation: 4, applicable: 1
-- CBS Appl: Selfupdate, Component: amd64_microsoft-windows-errorreportingui_31bf3856ad364e35_0.0.0.0_none_4e5dbbce029efb38 (6.3.9600.17415), elevation:4, lower version revision holder: 6.3.9600.17031
-- CBS Appl: SelfUpdate detect, component: amd64_microsoft-windows-errorreportingui_31bf3856ad364e35_6.3.9600.17415_none_bf702583d5d4c0c8, elevation: 4, applicable: 1
-- CBS Appl: Selfupdate, Component: amd64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_0.0.0.0_none_efffadd33d50fea5 (6.3.9600.17415), elevation:4, lower version revision holder: 6.3.9600.17031
And it goes on for several pages
Thoughts?
Märchenhaft! Danke schön!