What does HRESULT 0xC1100117 (WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS) mean?

 
Previous Next
WDSTPTMGMT_E_INVALID_IP_ADDRESS WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS

WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS

WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS is a Windows Deployment Services Transport Management result. It indicates that the supplied IPv4 address is not within the multicast range required for WDS multicast transmission.

What to check

  • Use an IPv4 multicast address in the 224.0.0.0 through 239.255.255.255 range.
  • Confirm that the address does not conflict with another multicast application on the deployment network.
  • Verify router and switch multicast configuration before assuming a valid address alone will make deployment work.

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


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