Problem:
This error is periodically recorded in the System event log:
Event ID: 10000
Source: DistributedCOM
Event Data: Unable to start a DCOM Server: {9C38ED61-D565-4728-AEEE-C80952F0ECDE}. The error: "0" Happened while starting this command: C:\Windows\System32\vdsldr.exe -Embedding
This error appears when DFS-R is installed, when the computer is rebooted, every time the DFS-R service is started, and whenever application aware checkpoint-based backups are taken.
Simple reproduction steps:
- On a clean computer or VM, boot from the Microsoft-provided Windows Server 2019 media. I used SW_DVD9_Win_Server_STD_CORE_2019_1809.1_64Bit_English_DC_STD_MLF_X22-02970.ISO from the Volume Licensing website.
- Install Windows Server 2019
- Install DFS-R using PowerShell: Install-WindowsFeature -Name FS-DFS-Replication
- Error will now be present in Event Log: Get-EventLog -LogName System -EntryType Error -Source DCOM
- Restarting the computer, or just restarting the DFS-R service, will cause another error to be added to the event log.
Notes:
- Problem affects Core and Desktop Experience
- Problem affects Standard and Datacenter
- As of 2020-Feb-28, installing Windows Updates doesn't make a difference
- Joining a domain, or not, makes no difference
- Properly configuring DFS Replication does not make a difference
Request:
This issue is related to another TechNet question, but there's no answer there.
I thinkit's ignorable, but I don't really know. I would like to "fix" whatever is causing this error. Or, at least get some authoritative comments that it is safe to ignore, and preferably have someone at Microsoft correct the problem that is leading to an ignorable error.
Any and all help would be appreciated. Thank you.
-Tony