question

MoreManishDISWGSCSGSSGDNDOTALMTEST-1391 avatar image
0 Votes"
MoreManishDISWGSCSGSSGDNDOTALMTEST-1391 asked SamWu-MSFT answered

I am not able to add Web server IIS on windows server 2019 machine

I am trying to add web server on windows server 2019 but it is throwing an error

100784-image.png


windows-server-iis
image.png (51.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered

Hi @MoreManishDISWGSCSGSSGDNDOTALMTEST-1391

Error 0x80073701 is ERROR_SXS_ASSEMBLY_MISSING, it means there are some system files are missing, which caused the update installation failure.

Resolution:

  1. Run the checksur.exe (System Update Readiness Tool) tool.

  2. Run System File Checker. From the command line run the command sfc /scannow

  3. Examine the language packs installed on the system. Uninstall the unnecessary language packs.

  4. Review the cbs logs and uninstall the patches which were missing assemblies and reboot the server.

  5. Reinstall Service Pack 1.


If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.