Client Tools Error - GetHostEntry

I have an issue connecting to some devices using client tools.

Error - Could not find online
Error Message: Exception calling “GetHostEntry” with “1” argument(s): “The requested name is valid, but no data of the requested type can be found”

The device is in fact on. I can complete a ping test using the console tools.

GetHostEntry() is called when the DNS Reverse Lookup option is enabled in Configure Recast RCT. This option is mainly to make sure the device you’re hitting with the tools is actually the device that you’re intending to run the action against. If the name doesn’t match the DNS reverse lookup, or if the device was not found in DNS when doing the reverse lookup, the tool will fail.

Try disabling that option by going to Start - Configure Recast RCT:

Thank you. This resolved my issue