[SOLVED] Serever 2012 R2 Update Error 80073701

Jueansch

Member
Joined
Jan 5, 2021
Posts
7
Hi there!

Trying to install the monthly quality and security update. Did not work.
Tried to install 4565541 (somewhere else this was suggested). Did not get installed. Deleted Software distribution folder. NOK
Ran Sfc /scannow, "Dism /Online /Cleanup-Image /RestoreHealth" and sfcfix. Results attached.
Still no success.

CBSLOG:
CBS.zip

Your Help would be appreciated.
Kind regards,

Jürgen
 

Attachments

Hi Welcome to Sysnative,

Lets try this:

Install Update using Dism
  1. Please download KB4592484 save the file to c:\windows\temp
  2. change the name of the update file to a smaller name Windows8.1-KB4592484-x64.msu
    (keep the extension .msu in the end of the file name in case its visible if not ignore that)
  3. open the Command Prompt as Administrator, instructions for Windows 8.x
  4. type or Copy & Paste the following commands line by line:

    cd /d c:\windows\temp
    expand Windows8.1-KB4592484-x64.msu -f:* C:\windows\temp
    DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\Windows8.1-KB4592484-x64.cab

  5. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?
  6. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  7. Right-click on the Command Prompt window and click Select All, this will invert all of the colors by selecting the text, now press enter. All of this text is now copied.
  8. Paste (Ctrl+V) it into your next post please.

Note: If DISM fails please attach the CBS.log
 
Hi,

All the other updates installed successfully after this?
 
This was the last one I needed. However, I will keep you posted, if others connected to this issue fail. Still 6 Servers to go...
 
Ok. Here's on failed attempt:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Windows\system32>cd /d d:Windows/emp
Das System kann den angegebenen Pfad nicht finden.

C:\Windows\system32>cd /d c:Windows/emp
Das System kann den angegebenen Pfad nicht finden.

C:\Windows\system32>cd /d c:Windows/temp
Das System kann den angegebenen Pfad nicht finden.

C:\Windows\system32>cd /d c:\Windows/temp

c:\Windows\Temp>expand Windows8.1-KB4592484-x64.msu -f:* C:\windows\temp
Microsoft (R) Dateiexpansions-Hilfsprogramm Version 6.3.9600.17415
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

C:\windows\temp\WSUSSCAN.cab wird zur Extrahierungswarteschlange hinzugefügt
C:\windows\temp\Windows8.1-KB4592484-x64.cab wird zur Extrahierungswarteschlange
hinzugefügt
C:\windows\temp\Windows8.1-KB4592484-x64-pkgProperties.txt wird zur Extrahierung
swarteschlange hinzugefügt
C:\windows\temp\Windows8.1-KB4592484-x64.xml wird zur Extrahierungswarteschlange
hinzugefügt

Dateien werden erweitert ....

Erweitern der Dateien ist abgeschlossen ...
4 Dateien insgesamt

c:\Windows\Temp>DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\Windo
ws8.1-KB4592484-x64.cab

Tool zur Imageverwaltung für die Bereitstellung
Version: 6.3.9600.17031

Abbildversion: 6.3.9600.17031

1 von 1 werden verarbeitet - Paket "Package_for_RollupFix~31bf3856ad364e35~amd64
~~9600.19893.1.9" wird hinzugefügt
[=================== 32.9% ]
Fehler - Package_for_RollupFix: 0x80073701

Fehler: 14081

Die referenzierte Assembly konnte nicht gefunden werden.

Die DISM-Protokolldatei befindet sich unter "C:\Windows\Logs\DISM\dism.log".

c:\Windows\Temp>
 

Attachments

Is this from the same machine or not???

Your post #3 seems to indicate that everything was ok!


Install Update using Dism
  1. Please download KB4093114 save the file to c:\windows\temp
  2. change the name of the update file to a smaller name Windows8.1-KB4093114-x64.msu
    (keep the extension .msu in the end of the file name in case its visible if not ignore that)
  3. open the Command Prompt as Administrator, instructions for Windows 8.x
  4. type or Copy & Paste the following commands line by line:

    cd /d c:\windows\temp
    expand Windows8.1-KB4093114-x64.msu -f:* C:\windows\temp
    DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\Windows8.1-KB4093114-x64.cab

  5. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?
  6. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  7. Right-click on the Command Prompt window and click Select All, this will invert all of the colors by selecting the text, now press enter. All of this text is now copied.
  8. Paste (Ctrl+V) it into your next post please.

Note: If DISM fails please attach the CBS.log
 
Yes, it is a different machine. I apllied this and that worked as well.
Thanks again.
I will be applying this to the remaining servers as they all show the same symptoms.
 
Hi,

Unless you have exact clones of the machines I need to see the CBS.log and try to determine what is the problem! every system is different the corruption can occur at different stages during the installation of the updates!

Also I need logs before and after the changes to evaluate if the fixes applied worked or not. The solution for one machine will most likely not work for a different machine.
 
Hi again,

The servers have been installed from the same image. It looks like the problem was there right from the start.
Please find attached the CBS.Log from the machine I installed your fix on. (The one for which you sent it)
Thanks for your continued support!
 

Attachments

I don't see errors on the log. Are there any updates pending to install on this machine?
 
Hi,

Ok, if you have any other server with problems please start a new topic for each machine to avoid confusion.
 

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

Back
Top