What does HRESULT 0xC1100110 (WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE) mean?

 
Previous Next
WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE

WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE

WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE is a Windows Deployment Services Transport Management result. It indicates that the configured start and end addresses are malformed, use incompatible address families, or are ordered incorrectly.

What to check

  • Validate both endpoints as addresses of the same family and confirm that the start address does not exceed the end address.
  • Use multicast ranges permitted by the selected WDS service policy and network environment.
  • Check for overlap with reserved, routed, or firewall-restricted network ranges before applying the policy.

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


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