[SOLVED] server 2008 R2 SP1 win update give error 80070002

Let's try removing the update with DISM.


First, download KB3080149 here: Download Update for Windows Server 2008 R2 x64 Edition (KB3080149) from Official Microsoft Download Center
Next, copy the MSU file somewhere easy to get to from the command prompt (in my instructions I will use C:\temp\).

Extract the CAB file from the MSU using Expand (Expand –F:* c:\temp\Windows6.1-KB3080149-x64.msu c:\temp\)
Uninstall the package using DISM (DISM.exe /Online /Remove-Package /PackagePath:c:\temp\Windows6.1-KB3080149-x64.cab)

If you choose to use a folder other than C:\temp, be sure to change the path accordingly for the commands.

Instructions here:

Command Prompt

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 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

    expand –F:* c:\temp\Windows6.1-KB3080149-x64.msu c:\temp\

    DISM.exe /Online /Remove-Package /PackagePath:c:\temp\Windows6.1-KB3080149-x64.cab

  4. Let me know what the result is.
 
Hi,

Here is the uninstalling of KB3080149 everything worked fine.
Code:
DISM.exe /Online /Remove-Package /PackagePath:.\Windows6.1-KB3080149-x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.18489

Processing 1 of 1 - Removing package Package_for_KB3080149~31bf3856ad364e35~amd6
4~~6.1.1.1
[==========================100.0%==========================]
The operation completed successfully.

I tried to install one update who failed here is the CBS.log


CBS.zip
 
If you click the 'check for updates' in Windows Update are KB3080149 and KB3088195 still offered? Did they install successfully after the uninstall or just disappear from the list?
 
Hi,

Both are still in the list and are failing.
When i check for update i have :

Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2894844)
Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2937610)
Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB3037574)
Security Update for Windows Server 2008 R2 x64 Edition (KB3033929)
Security Update for Windows Server 2008 R2 x64 Edition (KB3060716)
Security Update for Windows Server 2008 R2 x64 Edition (KB3071756)
Security Update for Windows Server 2008 R2 x64 Edition (KB3088195)
Update for Windows Server 2008 R2 x64 Edition (KB3040272)
Update for Windows Server 2008 R2 x64 Edition (KB3068708)
Update for Windows Server 2008 R2 x64 Edition (KB3080149)

And all of them are failing
 
Try running the MSU that was downloaded earlier for KB3080149.

If it fails, zip and attach the CBS log.
 
I found another error, let's try that one.

Code:
2015-11-04 22:14:41, Info                  CBS    Appl: Package: Package_1_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0, Update: 2931356-3_neutral_GDR, Applicable: Applicable, Disposition: Installed
2015-11-04 22:14:41, Info                  CBS    Plan: Package: Package_1_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0, Update: 2931356-3_neutral_GDR, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
2015-11-04 22:14:41, Error                 CSI    00000819@2015/11/4:19:14:41.765 (F) d:\win7sp1_gdr\base\wcp\componentstore\csd_core.cpp(616): Error STATUS_SXS_ASSEMBLY_NOT_FOUND originated in function CCSDirect::GetDeploymentClosureStatus expression: (null)
[gle=0x80004005]
2015-11-04 22:14:41, Error                 CSI    0000081a (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_NOT_FOUND) #21845439# from Windows::ServicingAPI::CCSITransactionAnalysis_ICSIInventory::GetDeploymentInformation(flags = 0, class = ICSIINVENTORY_GET_DEPLOYMENT_INFORMATION_CLASS_CLOSURE (1), information = {dwFlags=00000000})
[gle=0x800736b3]
2015-11-04 22:14:41, Info                  CBS    Failed to call GetDeploymentInformation on deployment: amd64_afae6565c5357c0e1ef4c6faacee92be_b77a5c561934e089_6.1.7601.22617_none_ed2b6afedb35ecf6 [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to get component state. [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to get current state of the deployment [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to get Transaction State for package: Package_1_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0, update: 2931356-4_neutral_LDR [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to get current state. [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to populate updates for package: Package_1_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0 [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to add package to execution for package:Package_1_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0 [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CBS    Failed to process component watch list. [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Info                  CSI    0000081b@2015/11/4:19:14:41.811 CSI Transaction @0x3356dd0 destroyed
2015-11-04 22:14:41, Info                  CBS    Perf: InstallUninstallChain complete.
2015-11-04 22:14:41, Info                  CBS    Failed to execute execution chain. [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]
2015-11-04 22:14:41, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800736b3 - ERROR_SXS_ASSEMBLY_NOT_FOUND]

SFCFix Script

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. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

When SFCFix has completed, run SURT again and attach CheckSUR.log
 
Windows Update 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. Please download the attached file, manifests.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 one manifest file.
  5. Copy the file into the following folder:

    C:\Windows\Temp\CheckSur\Winsxs\Manifests


  6. Run the System Update Readiness Tool (SURT) again.
  7. 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

View attachment manifests.zip
 
Hi,

Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2015-11-05 22:39

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store
(f)    CSI Manifest Missing    0x00000002    amd64_afae6565c5357c0e1ef4c6faacee92be_b77a5c561934e089_6.1.7601.22617_none_ed2b6afedb35ecf6.manifest    amd64_afae6565c5357c0e1ef4c6faacee92be_b77a5c561934e089_6.1.7601.22617_none_ed2b6afedb35ecf6    
(fix)    CSI Manifest Missing    CSI File Replaced    File: amd64_afae6565c5357c0e1ef4c6faacee92be_b77a5c561934e089_6.1.7601.22617_none_ed2b6afedb35ecf6.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-7601-x64-neutralcab-v2.cab

Summary:
Seconds executed: 540
 Found 1 errors
 Fixed 1 errors
  CSI Manifest Missing Total count: 1
  Fixed: CSI Manifest Missing.  Total count: 1

Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2894844)
Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2937610)
Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB3037574)

Have been done

Security Update for Windows Server 2008 R2 x64 Edition (KB3088195)
Security Update for Windows Server 2008 R2 x64 Edition (KB3060716)
Update for Windows Server 2008 R2 x64 Edition (KB3068708)
Update for Windows Server 2008 R2 x64 Edition (KB3080149)
Security Update for Windows Server 2008 R2 x64 Edition (KB3071756)
failed
 

It appears that the email below was sent to me erroneously

(my post was solved via Aura)

DrJoeSanDiego,


==========================================================================================DO NOT REPLY TO THIS EMAIL!***************************Dear DrJoeSanDiego,patbau has just replied to a thread you have subscribed to entitled - Not Received Help? - in the Windows Update forum of Sysnative Forums.This thread is located at:https://www.sysnative.com/forums/windows-update/6903-not-received-help-new-post.htmlHere is the message that has just been posted:***************server 2008 R2 SP1 win update give error 80070002 (https://www.sysnative.com/forums/wi...2-sp1-win-update-give-error-80070002-a-3.html)Due to your help situation is better and better just 5 updates more to do !Since my last post i tested memory, hd ...Those 5 updates are still failing with error Code 8000FFFFSecurity Update for Windows Server 2008 R2 x64 Edition (KB3060716)Security Update for Windows Server 2008 R2 x64 Edition (KB3071756)Security Update for Windows Server 2008 R2 x64 Edition (KB3088195)Update for Windows Server 2008 R2 x64 Edition (KB3068708)Update for Windows Server 2008 R2 x64 Edition (KB3080149)No more feed back since several days.I know you are busy....Thank you.***************There may also be other replies, but you will not receive any more notifications until you visit the forum again.All the best,Sysnative Forums~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Unsubscription information:To unsubscribe from this thread, please visit this page:https://www.sysnative.com/forums/su...d=39510&auth=cf67793e8347f9e83454641c266711a2To unsubscribe from ALL threads, please visit this page:https://www.sysnative.com/forums/subscription.php?do=viewsubscription&folderid=all

======================================================================

anyway that (above) is what i received today

DrJoeSanDiego,
 
Back
Top