Solution
This could occur if your TCP VIs are configured to return a machine name as opposed to an IP address and your server is configured to read IP addresses as opposed to machine names.
Here are a few possible solutions:
- Have the TCP VIs return an IP Address instead of a machine name. For more details, see the KB: Get TCP Listen and/or TCP Wait on Listener VI's to return an IP address
- Setup the name resolver for the network; how to do this may vary across networks.
This timeout error can also be caused by other parts of your code that aren't TCP related. If you are using reentrant VI's anywhere in your code, check to be sure that there are no race conditions or other factors that could be causing the TCP server to time out.