01-16-2015 08:46 AM
Hello,
I came across a HTTPClient error (HTTP Put error) when I ran my codes on cRIO.
The exactly same code work fine if I run it on PC.
I'm working on Win7, LabVIEW2014(32bit), HTTPClient 14.0.0, NI cRIO 14.1.1-Nov. 2014.
I couldn't find any thread related to this error. Please help me out.
Thanks a lot.
01-19-2015 05:42 PM
Hi MorganRock,
Error code 59 corresponds to a network being unreachable. Is the cRIO properly connected to the network?
If it is, another thing to check is the DNS server address. In NI-MAX, navigate to Remote Systems -> [your cRIO] -> Network Settings. If you're using static addressing, make sure the DNS server is correctly set. If it's not, set it. If it is not correctly set, LabVIEW will not be able to correctly navigate to the address you've specified (...herokuapp.com/api/datasets...).
If neither of these troubleshooting steps work, please reply with more information about your application. Where is the data hosted? What model cRIO are you using?
Have a nice day,
Andrew
01-20-2015 08:07 AM
Hi, Andrew
I'm using static IP on cRIO.
You are right. After setting up the DNS server, everything is working.
Thank you for help
Regards,
Yan L.