What does HRESULT 0xC1100107 (WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED) mean?

 
Previous Next
WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED

WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED

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

What to check

  • Enumerate namespaces and compare their names, IDs, and content-provider association before creating a new one.
  • Treat an existing namespace as success only after verifying its configuration is equivalent to the requested one.
  • Prevent parallel deployment jobs from registering the same namespace simultaneously.

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


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