How to fix 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING when installing SNMP service windows 2019 Server

Ben Clark 0 Reputation points
2025-06-16T15:53:34.81+00:00

Hi,

We have a Windows 2019 Server in production and we are not able to install the SNMP Feature.

we are getting this error:

0x80073701 - ERROR_SXS_ASSEMBLY_MISSING

Followed all posts and documentation,

Clearing cache, to Installing Cumulative Update, Running DISM /Online /Cleanup-Image /RestoreHealth / sfc /scannow

all completing with no errors, but still we won't be able to install the SNMP and get the same error. We are not able to do in-place upgrade, not for now at least. I am looking to see if I can install FOD, but I am not able to download this from anywhere. Can someone please help me where to download or find this?

Is there any alternative way to fix this?

Thank you,

Ben

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ben Clark 0 Reputation points
    2025-06-16T21:32:28.0133333+00:00

    Found the solution

    Instead of using the online version, I have mounted Windows 2019 ISO and installed it using the following command, where X: is the drive you mount the ISO into.

    Install-WindowsFeature -Name SNMP-Service -Source X:\sources\sxs

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.