What does HRESULT 0xC1100111 (WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE) mean?

 
Previous Next
WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS

WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE

WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE is a Windows Deployment Services Transport Management result. It indicates that the configured port range has invalid endpoints or a start port greater than the end port.

What to check

  • Validate both ports and ensure the configured start port is less than or equal to the end port.
  • Check that the range does not collide with ports reserved by another WDS service or host application.
  • Confirm firewall rules permit the selected UDP range for WDS clients.

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


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