S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #101 No, there's nothing in that folder that begins after the letter M - even with Show hidden items turned on: Attachments packages screenshot.PNG 86.1 KB · Views: 1
No, there's nothing in that folder that begins after the letter M - even with Show hidden items turned on:
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 21, 2023 #102 Please post also screenshot(s) to look at the files which are started with Package_940_for_.
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #103 Here you go: Attachments packages screenshot 2.PNG 44.2 KB · Views: 1
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #104 If I browse to that folder in Command Prompt and run dir, I get this: (EDIT: wrong screenshot attached initially, apologies) Attachments packages screenshot 3.PNG 156.5 KB · Views: 2
If I browse to that folder in Command Prompt and run dir, I get this: (EDIT: wrong screenshot attached initially, apologies)
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 21, 2023 #105 Hmm, please run the following command and attach dirlist to your next post. Code: dir /s /a %systemroot%\Servicing\Packages > "%userprofile%\Desktop\Dirlist.txt"
Hmm, please run the following command and attach dirlist to your next post. Code: dir /s /a %systemroot%\Servicing\Packages > "%userprofile%\Desktop\Dirlist.txt"
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #106 Running that command gives a File Not Found error but I still get the dirlist.txt file on the desktop: Attachments Dirlist.txt 716.3 KB · Views: 1
Running that command gives a File Not Found error but I still get the dirlist.txt file on the desktop:
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 21, 2023 #107 Ah, it seems the File Not Found error appears when it tries to log all the files with the letter O/P! So let's check the system first with check disk. Code: chkdsk
Ah, it seems the File Not Found error appears when it tries to log all the files with the letter O/P! So let's check the system first with check disk. Code: chkdsk
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #108 Here's the output from chkdsk: Attachments chkdsk screenshot.PNG 45.8 KB · Views: 3
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 21, 2023 #109 Check disk detected errors, so I would advise to run the following command as well. Code: chkdsk c: /f /r At the question "Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)", press Y.
Check disk detected errors, so I would advise to run the following command as well. Code: chkdsk c: /f /r At the question "Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)", press Y.
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 21, 2023 #110 After running chkdsk, I ran dir again to produce dirlist.txt and Package_940_for_KB5032196~31bf3856ad364e35~amd64~~10.0.1.11 now seems to be present. I then tried installing KB5032196 again but it failed - here are dirlist.txt and the CBS logs: Attachments CBS.zip 20.4 MB · Views: 2 Dirlist.txt 13.8 MB · Views: 2
After running chkdsk, I ran dir again to produce dirlist.txt and Package_940_for_KB5032196~31bf3856ad364e35~amd64~~10.0.1.11 now seems to be present. I then tried installing KB5032196 again but it failed - here are dirlist.txt and the CBS logs:
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 22, 2023 #111 Hi, Verify the catalog database by using Esentutl Open the Start menu of Windows and type the command CMD When you see Command Prompt on the list, right-click on it and select Run as administrator. Copy and paste the following commands one at a time into the command prompt and press enter after each. Code: net stop cryptsvc esentutl /g %systemroot%\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb net start cryptsvc Take a screenshot of the command prompt window and paste it into your next reply.
Hi, Verify the catalog database by using Esentutl Open the Start menu of Windows and type the command CMD When you see Command Prompt on the list, right-click on it and select Run as administrator. Copy and paste the following commands one at a time into the command prompt and press enter after each. Code: net stop cryptsvc esentutl /g %systemroot%\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb net start cryptsvc Take a screenshot of the command prompt window and paste it into your next reply.
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 22, 2023 #112 Here's a screenshot of the command output: Attachments Capture.PNG 106.7 KB · Views: 5
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 22, 2023 #113 Thanks, please do the following to repair the catalog database. Repair the catalog database by using Esentutl Open the Start menu of Windows and type the command CMD When you see Command Prompt on the list, right-click on it and select Run as administrator. Copy and paste the following commands one at a time into the command prompt and press enter after each. Code: net stop cryptsvc esentutl /p %systemroot%\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb net start cryptsvc Take a screenshot of the command prompt window and paste it into your next reply.
Thanks, please do the following to repair the catalog database. Repair the catalog database by using Esentutl Open the Start menu of Windows and type the command CMD When you see Command Prompt on the list, right-click on it and select Run as administrator. Copy and paste the following commands one at a time into the command prompt and press enter after each. Code: net stop cryptsvc esentutl /p %systemroot%\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb net start cryptsvc Take a screenshot of the command prompt window and paste it into your next reply.
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 22, 2023 #114 Here's a screenshot of the command output: Attachments Capture.PNG 36.6 KB · Views: 3
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 22, 2023 #115 Repairing the catalog database failed, so please run the following commands in an elevated prompt and post the result. Code: net stop wuauserv net stop cryptSvc net stop bits ren %SystemRoot%\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits
Repairing the catalog database failed, so please run the following commands in an elevated prompt and post the result. Code: net stop wuauserv net stop cryptSvc net stop bits ren %SystemRoot%\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 22, 2023 #116 Here's the output after running those commands: Attachments Capture.PNG 47.3 KB · Views: 4
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 22, 2023 #117 Great, please reboot the server and attempt to update again. If it fails attach a new copy of the CBS logs.
Great, please reboot the server and attempt to update again. If it fails attach a new copy of the CBS logs.
S sysanalyst001 Well-known member Joined Mar 16, 2022 Posts 92 Nov 22, 2023 #118 That's now installed successfully, thank you so much for all of your help and persistence! Hopefully the server won't get in such a state again. Attachments Capture.PNG 22.2 KB · Views: 1
That's now installed successfully, thank you so much for all of your help and persistence! Hopefully the server won't get in such a state again.
Maxstar Windows Update Moderator, Security Analyst Staff member Joined Aug 16, 2015 Posts 13,212 Location The Netherlands Nov 22, 2023 #119 Hi, You're welcome. Glad to hear the update installed successfully after rebuilding the catalog database. I will mark this thread as solved.
Hi, You're welcome. Glad to hear the update installed successfully after rebuilding the catalog database. I will mark this thread as solved.