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
12-16-2025 12:17 PM
Hi Team,
I'm having the same issue, did anyone resolved this issue?
Thanks,
Nataraj
12-17-2025 06:44 AM - edited 12-17-2025 06:45 AM
As you can see in this thread, this bug was reported in 2011 for LabVIEW 2010 SP1 and reported to be resolved in LabVIEW 2011.
If you really use LabVIEW 2010 SP1 or earlier, the solution would be to upgrade to LabVIEW 2011 or newer. If this is for a newer version than LabVIEW 2011 (most likely), tagging your problem to this thread with a "me too" exclamation is not going to give you any help.
You'll have to create a new thread and provide a lot more information, such as:
- detailed error information that occurs
- version numbers of all the involved software including LabVIEW, OS and other possibly relevant parts
- detailed description of your setup with the actual VI code you use, ideally not your (complex) application but a reduced down example that reproduces your error but does not all kind of other things besides that.