What does HRESULT 0xC1100105 (WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME) mean?

 
Previous Next
WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED

WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME

WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME is a Windows Deployment Services Transport Management result. It indicates that the provider name does not meet WDS length or character requirements.

What to check

  • Validate the provider name before submission and reject empty, overlong, or unsupported-character values in the caller.
  • Use one normalized naming convention so create, lookup, and remove operations refer to the same provider.
  • Log the supplied name after removing secrets or unrelated configuration data.

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


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