09-15-2011 05:56 AM
Hello,
When I use GET.vi under HTTPClient library in LV2010 SP1 in a simple application and try to make it access any website I get the following error.
Error Code : -1967362015
LabVIEWHTTPClient.lvlib:GET.vi:1<APPEND>
<b>Complete call chain:</b> LabVIEWHTTPClient.lvlib:GET.vi:1 testGET.vi
I was trying to solve the problem similar to the MAC suggestion and I was only able to find libni_httpClient.so under resources and tried creating symbolic links to it but did not help. I tried under openSUSE and under Ubuntu and got the same results. I remember that it was working under Ubuntu couple of months ago but I cannot make it work now. But it never worked under openSUSE to which I installed using the INSTALL script.
Sometimes it says conflict with SSL.vi (which does not exist on my system and I don't use https) but it goes away. The only thing I was able to find about SSL is that HTTPClient library says it is a friend library. Maybe that can be the reason but I still think it is a missing library similar to the MAC issue. Any ideas?
09-20-2011 11:35 AM
Hi snlzkn,
I received the same error when using get.vi. This has been fixed in LabVIEW 2011. I have just installed LabVIEW 2011 to verify and it now works without a problem.
I hope this helps.
11-18-2011 05:39 AM
Hi
I'm using LabVIEW 2011. I created an executable (VI includes HTTP Get function). When I run the executable on the target machine it comes up with the following wrror message
Error -1967362015 occurred at LabVIEWHTTPClient.lvlib:GET.vi:1
Possible reason(s):
IAK_SHARED: (Hex 0x8ABC7021) Failed to load library.
Complete call chain:
LabVIEWHTTPClient.lvlib:GET.vi:1
Read Data SubVI.vi
Test File.vi
I then connected a control to the URL input of HTTP GET VI and created the executable again. Now the executable is running on the development machine but still not running on target machine
Thanks
11-29-2011 04:38 AM
Hi AA76,
Thanks for getting in touch. Would you be happy posting your code?
I will try to replicate your error if you upload your source code and executable.
Thanks