What does HRESULT 0xC1210103 (WDSMCS_E_CONTENT_NOT_FOUND) mean?

 
Previous Next
WDSMCS_E_INCOMPATIBLE_VERSION WDSMCS_E_CLIENT_NOT_FOUND

WDSMCS_E_CONTENT_NOT_FOUND

WDSMCS_E_CONTENT_NOT_FOUND is a Windows Deployment Services (WDS) Multicast Server result. It indicates that the selected namespace does not expose the requested content identifier or that the content was removed.

What to check

  • Enumerate content in the target namespace and compare the requested identifier with the registered value.
  • Verify that the request targets the correct server and namespace after a deployment or migration.
  • Check provider storage and cleanup jobs for deletion or failed publication of the content.

Microsoft documentation on the Windows Deployment Services Multicast Application Protocol


Looking for a different code? Search another status or error code.