Issue Details
- I have a LabVIEW project that communicates with different devices over TCP/IP and Modbus TCP, the program is working but sometimes, randomly I get error 54.
- I am trying to use the FTP VIs to transfer files to and from my target to a host computer. I tested the application from my host machine, and everything works fine; however, when I run an FTP VI then I receive error 54 in TCP Open Connection .vi. How do I correct this problem?
- I am using an hostname which is has more than 64 characters, which works fine on a windows PC but when deploying it to a Linux system results in the following error
Error 54 ocurred at TCP Open Connection in FTP Open Session.vi->FTP Put Multiple Files and Buffers.vi->FTP Put File.vi-> FTP Generated Data.vi
Possible reason(s)>
The network address is ill-formed. Make sure the address is in a valid format. For TCP/IP, the address can be either a machine name or an IP address in the form xxx.xxx.xxx.xxx. If this error occurs when specifying a machine name, make sure the machine name is valid. Try to ping the machine name. Check that you have a DNS server properly configured.