11-01-2016 03:09 PM
Hi Folks,
I'm getting erro 42 with a simple datasocket read to a local network connection "http://172.27.72.70/versions", I can query other webpages such as www.google.com. Any idea what I need to append to the front of this URL to get this to work?
I saw this http://digital.ni.com/public.nsf/allkb/27272FE3A32C334286257612004D9153
I don't know what this means:
"To work around this issue, you will need to append [text] to the URL wired to yourDataSocket Read.vi. "
Chrome for example can display the info using the same command.
Any ideas?
LV8.6
-SS
Solved! Go to Solution.
11-01-2016 03:29 PM
I usually find that the workaround means exactly what it says. Change the connection string to:
http://172.27.72.70/versions [text]
11-01-2016 04:16 PM - edited 11-01-2016 04:17 PM