Server 2016 - Update issues preventing .NET downloads

Are you able to disable all 3th party security software and or other bundled software like back-up features?
 
I can do that, yes. Prior to this, I did turn off our security software before and attempt to run the DISM command and Windows Update. I can try again though.
 
Actually, now that I'm looking at it, my security software isn't on here. The only thing this server has running right now is Defender.
 
Hi,

Okay, please run the System File Checker first and post the result.
Code:
SFC /Scannow
 
Sorry for the delay in replying.

SFC came back clean. Zero integrity violations.
 
Hi,

Open an elevated command prompt and run the following command. Attach Dirlist.txt to your next post.
Code:
dir /s /a C:\Windows\System32\config\TxR > "%userprofile%\Desktop\Dirlist.txt"
 
Hi,

Please run the following command in an elevated prompt and copy paste the result in your next post.
Code:
fsutil transaction list
 
Please run the following command and post the result.
Code:
fsutil transaction rollback {c899a4ed-895f-11ee-9215-806e6f6e6963}
 
fsutil transaction rollback {c899a4ed-895f-11ee-9215-806e6f6e6963}
Error: The specified Transaction object could not be opened, because it was not found.
 
Please run the following commands in an elevated prompt and post the result.
Code:
attrib -r -s -h %SystemRoot%\System32\Config\TxR\*
del %SystemRoot%\System32\Config\TxR\*
 
C:\Windows\System32\Config\TxR\{c899a4ed-895f-11ee-9215-806e6f6e6963}.TxR.0.regtrans-ms
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ed-895f-11ee-9215-806e6f6e6963}.TxR.1.regtrans-ms
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ed-895f-11ee-9215-806e6f6e6963}.TxR.2.regtrans-ms
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ed-895f-11ee-9215-806e6f6e6963}.TxR.blf
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ee-895f-11ee-9215-806e6f6e6963}.TM.blf
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ee-895f-11ee-9215-806e6f6e6963}.TMContainer00000000000000000001.regtrans-ms
The process cannot access the file because it is being used by another process.
C:\Windows\System32\Config\TxR\{c899a4ee-895f-11ee-9215-806e6f6e6963}.TMContainer00000000000000000002.regtrans-ms
The process cannot access the file because it is being used by another process.
 
Hmm, normally the {guid} should be listed after running the fsutil transaction list command. However, this is the same result as in post #13, so it seems those files cannot be removed.

Can you please try to remove the files in "C:\Windows\System32\Config\TxR\*.*" manually?
 
Great, please attempt to update again and post the result. If it fails attach the latest CBS logs.
 
Well, it looked promising, but it gave me a 0x80071a91 again.

CBS logs attached.
 

Attachments

Please attempt to update again with Process Monitor running.

Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Try updating the system just like you have in the past.
3. Stop Process Monitor as soon as it fails. You can simply do this by clicking the capture icon (CTRL +E) on the toolbar as shown below.

Process-Monitor.png


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up the LogFile.PML and upload it to WeTransfer | Send Large Files Fast - Up To 2GB Free and provide the link.
6. Upload also the latest CBS log for the time stamps.
 

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

Back
Top