What does HRESULT 0xC1100103 (WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED) mean?

 
Previous Next
WDSTPTMGMT_E_INVALID_CLASS WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED

WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED

WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED is a Windows Deployment Services Transport Management result. It indicates that registration collided with an existing provider on the target WDS transport server.

What to check

  • Enumerate registered content providers and compare both the provider name and DLL path before creating another one.
  • Treat registration as idempotent only after confirming that the existing provider has the intended configuration.
  • Coordinate concurrent provisioning jobs so they cannot register the same provider at the same time.

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


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