What does HRESULT 0xC1100112 (WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS) mean?

 
Previous Next
WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE

WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS

WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS is a Windows Deployment Services Transport Management result. It indicates that the request contains an unsupported or inconsistent combination of parameters for starting the namespace transmission.

What to check

  • Verify the namespace start mode and supply only parameters applicable to that mode.
  • Confirm that the namespace is registered, configured, and not already in an incompatible transmission state.
  • Compare the request with a minimal start call that succeeds on the same server.

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


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