Fixing Error 0x80073701 on a Domain Controller

0
10
Asked By TechWiz92 On

I'm encountering the 0x80073701 error on our Windows Server 2022 every time I try to update or install anything. I'm considering doing an in-place upgrade to the same version (2022 -> 2022) to see if that resolves the issue. Is this a safe option, particularly for a Domain Controller?

3 Answers

Answered By WindowsWhiz34 On

I've run into this problem a few times. It often occurs when the CBS (Component-Based Servicing) is trying to handle packages that don't actually exist anymore. You might want to check for any missing packages and try installing them manually from the Microsoft Update Catalog. There's a guide on resolving the 0x80073701 error that explains how to identify and fix these missing packages. If that doesn't work, you can also find the problematic packages in your registry and either delete them or set their state to ignored.

WindowsWhiz34 -

Also, if you choose to delete, don’t forget to clean up from the PackageIndex as well—just be cautious!

Answered By IT_Expert105 On

Domain controllers can be tricky. They’re crucial but can also be replaced fairly easily. If you’re dealing with a lot of issues, consider just spinning up a new DC instead of troubleshooting for days—it's usually quicker!

TechWiz92 -

I might go that route, but it's also handling DHCP and a few extra services, so I haven't decided yet.

Answered By ServerGuru77 On

Sometimes, a full shutdown can help since reboots may not complete the update process correctly. It's worth trying if you haven't yet!

TechWiz92 -

Yeah, I already tried shutting it down completely.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.