What does HRESULT 0xC1100116 (WDSTPTMGMT_E_INVALID_IP_ADDRESS) mean?

 
Previous Next
WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS

WDSTPTMGMT_E_INVALID_IP_ADDRESS

WDSTPTMGMT_E_INVALID_IP_ADDRESS is a Windows Deployment Services Transport Management result. It indicates that the supplied IP address is malformed or is not of the expected address family for the requested setting.

What to check

  • Validate the literal address, address family, and surrounding whitespace before calling the WDS API.
  • Ensure the selected policy supports the requested IPv4 or IPv6 address family.
  • Compare the address with the network interface and multicast configuration of the target server.

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


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