What does HRESULT 0xC1100104 (WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED) mean?

 
Previous Next
WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME

WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED

WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED is a Windows Deployment Services Transport Management result. It indicates that the named provider is absent from the target WDS transport server or was removed before the request.

What to check

  • List registered content providers on the server and verify the provider name exactly as stored by WDS.
  • Check deployment and service logs for a failed registration, removal, or connection to the wrong server.
  • Register the provider successfully before creating or modifying namespaces that depend on it.

Microsoft documentation on Windows Deployment Services and the WDS Transport Management API


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