Windows Updates Problem [0x80073712] after restore from boot problems

jangar

New member
Joined
Aug 26, 2016
Posts
4
Hi,

after boot problems and restored windows server 2008 r2 from windows backup images i have problems with windows updates.
After run any suggested Tools: CheckSUR, System Update Readiness Tool, etc i resolved more problems, Missing packages, mum, cat etc, until to
Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-08-26 15:24

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

Summary:
Seconds executed: 462
 No errors detected

But Windows Update continue to not work.
I've tried to download single updates and run it, but there are same bad result: Installation not succeeded.
COMPONENTS and CBS LOG are into

Hope someone can help me.
Thanks
 
Hi, my server is in the same state
I made a few steps forward: there is more MissingWinningComponentKey error into CBS.log and i understand that some keys into HKEY_Local_Machine\COMPONENTS\DerivedData\Components missing.

like this
Code:
[HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-system-events_31bf3856ad364e35_6.1.7601.19131_none_6462a99519dc50b5]
"identity"=hex:4D,69,63,72,6F,73,6F,66,74,2D,57,69,6E,64,6F,77,73,2D,53,79,73,\
  74,65,6D,2D,45,76,65,6E,74,73,2C,20,43,75,6C,74,75,72,65,3D,6E,65,75,74,72,\
  61,6C,2C,20,56,65,72,73,69,6F,6E,3D,36,2E,31,2E,37,36,30,31,2E,31,39,31,33,\
  31,2C,20,50,75,62,6C,69,63,4B,65,79,54,6F,6B,65,6E,3D,33,31,62,66,33,38,35,\
  36,61,64,33,36,34,65,33,35,2C,20,50,72,6F,63,65,73,73,6F,72,41,72,63,68,69,\
  74,65,63,74,75,72,65,3D,61,6D,64,36,34,2C,20,76,65,72,73,69,6F,6E,53,63,6F,\
  70,65,3D,4E,6F,6E,53,78,53
"S256H"=hex:E1,8E,64,E5,00,48,9D,C2,A4,18,C5,A7,27,B7,EF,2A,2E,51,C8,D7,68,85,\
  36,9C,79,57,5C,E1,E9,CD,5F,6A
"c!f27606e670f..11cb55eb49a_31bf3856ad364e35_6.1.7601.19131_6999971959cf5bc8"=hex:

Also into HKEY_Local_Machine\COMPONENTS\CanonicalData\Deployments corresponding to like
Code:
c!f27606e670f..11cb55eb49a_31bf3856ad364e35_6.1.7601.19131_6999971959cf5bc8
.

But when i'm restoring this keys the system become unstable due to "Key marked for deleting" message when i ran same applications. This is my situation and i don't know if this issues are all.
 
.... In addition there is an error into event viewer like this

Code:
SeCli EventID1202: Same JET databases are damaged. Run esentutl /g  to check the security database integrity  %%windir%%\security\Database\secedit.sdb. If the database is damaged,  attempt to restore running esentutl /r into directory  %%windir%%\security .... Se il recupero a caldo non riesce, provare a  riparare il database tramite esentutl /p in  %%windir%%\security\Database\secedit.sdb, quindi eliminare i file di  registro in %%windir%%\security. Errore durante l'apertura di alcuni  database di sicurezza, tra cui  %windir%\security\database\secedit.sdb.
 
OK. Since you have made some changes I will need a fresh log. Please do the following and we will see what we can do.

SFC Scan


  1. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt
  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.

Please Note:: if the file is too big to upload to your next post please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 
Back
Top