[SOLVED] Windows Update Client failed to detect with error 0x80246002

sart

Member
Joined
Aug 28, 2014
Posts
8
Hello
As I had some trouble with Internet Explorer 11 which was installed but always requested to be installed by WU, I did the clean up procedure described by microsoft to delete the contents of the SoftwareDistribution/Datastore and Download folders here http://windows.microsoft.com/en-PH/w...error-80070002.

After that I tried turning off and re-enabling WU via change settings and now it's just giving me a 80070002 error when I try and Check for Updates.

Could you help me to solve this issue, please find attached the ReportingEvents log, the CBS.zip file will follow if I can upload it
View attachment ReportingEvents.log
View attachment CBS.log
View attachment CheckSUR.persist.log
View attachment CheckSUR.log

Thanks
Martin
 
Hello Martin and welcome to Sysnative forums :wave:

There are no indications inside SURT as to any file corruptions.

SFC /SCANNOW

  1. Click on the
    Win7Orb_zps4dae3b32.jpg
    button. Inside the search box type in CMD
  2. Right click on CMD => Choose Run as Administrator
  3. Inside the Command Prompt windows copy and paste the following command SFC /SCANNOW
  4. Please wait for this to Finish before continuing with the rest of the steps.

Convert CBS.log to CBS.txt

  1. Click on the
    Win7Orb_zps4dae3b32.jpg
    button => Inside the search box copy and paste the following command:
    Code:
    cmd /c copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  2. Press Enter
  3. Once this has completed please go to your Desktop and you will find CBS.txt => Please upload CBS.txt to this thread

Please Note:: if the file is too big to upload to you next post please upload via Dropbox or ge.tt
 
Hello again

SFC repaired a large number of corrupt files which is good.

Windows Update Log

  1. Right click on the
    aa922834-ed43-40f1-8830-d5507badb56c_39.jpg
    button
  2. Click on Run Inside the Run box copy and paste the following command
    cmd /c copy %windir%\WindowsUpdate.log "%userprofile%\Desktop\WindowsUpdate.txt"
  3. Please go to your desktop and attach WindowsUpdate.txt to your next post
 
Hello Martin.

Is the same error message occurring still? If so what updates is this error happening on?

The log didn't show many indications of what is occruing here. The log showed a few errors messages of 404 when trying to download the files, 404 indicates file/website not found.

How is your web connection? is it connected with WLAN or LAN?
 
Hello go the power,
Yes the SU is able to connect to the internet now.
But I have the original error back, this error is when loading the Internet Explorer 11.
In the WU windows I have the error code 9C48....
Please see the files ReportingEvents.log and cbs.zip reported 08/29.
In the ReportingEvent.log there is an error
{B7598677-F9A5-4071-9712-919EC63C0B2E} 2014-08-29 19:07:30:506+0200 1 182 101 {7B3369E2-5608-495B-AF58-A9F66C0676D2} 206 80070643 AutomaticUpdates Failure Content Install Installation Failure: Windows failed to install the following update with error 0x80070643: Internet Explorer 11 pour Windows 7 pour ordinateurs à processeur x64.

So now it is a different error (no more 80070002).
Sorry it was not clear on my side.

My web connection is WLAN.
Best Regards
Martin
 
Hello sart

We have some corrupt files this time around:
Code:
	servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0.mum
	servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0.mum
	servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0.cat
	servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0.cat

SURT Package replacement

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Click Here to download Packs.zip and save this to your Desktop.
  2. Right-click on the file and select Extract All...
  3. Tick the box labelled Show extracted files when complete then click Extract
  4. A window will open showing two folders, Manifests and Packages
  5. Open the Manifests folder and copy the files into the following folder (if there are any files)

    C:\Windows\Temp\CheckSur\Winsxs\Manifests
  6. Open the Packages folder and copy the files into the following folder (if there are any files)

    C:\Windows\Temp\CheckSur\Servicing\Packages
  7. Run the System Update Readiness Tool (SURT) again.
  8. When the SURT finishes installing, copy (Ctrl + C) and paste (Ctrl + V) the contents of the SURT log into your next post please:

    C:\Windows\Logs\CBS\CheckSUR.log
    C:\Windows\Logs\CBS\CheckSUR.persist.log

Try and run windows update again
 
Hello again Martin,

Did you copy and paste the files i sent you from Packs\Packages into C:\Windows\Temp\CheckSUR\servicing\Packages?

Can you please try and do it again, it doesnt seem to have worked. Also please make sure that inside C:\Windows\Temp\CheckSUR\servicing\Packages is just the .cat and .mum files and not the actual folder Packages :)
 
Hello
I did the copy of the files again see the attached screeenshot
snapshot.jpg
Now I am with windows 7 SP1 x64 and that maybe the problem.
DISM.exe /Online /Cleanup-image /Scanhealth is working and producing the files checkSUR***
DISM.exe /Online /Cleanup-image /Restorehealth is not working.
don't know if windows 7 SP1 command are specific ?
View attachment CheckSUR.log
View attachment CheckSUR.persist.log
 
HI Martin,

I have spoken to one of the Windows Update experts here and he has advised this file being reported is normal in this case.

Can you please try and manually download and run the installer again? This time please make sure that you are doing this inside Internet Explore and not any other browser.

Thanks
 
Hello
Finally I uninstalled IE11 through this command found on another site
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
And installed again IE11 manually (IE11-Windows6.1-x64-fr-fr)
This seems to be ok now.
Thanks!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top