LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GET.vi in Linux not working

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?

0 Kudos
Message 1 of 4
(2,766 Views)

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.

 

 

Lewis Gear CLA
LabVIEW UAV

0 Kudos
Message 2 of 4
(2,720 Views)

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

 

0 Kudos
Message 3 of 4
(2,704 Views)

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

Lewis Gear CLA
LabVIEW UAV

0 Kudos
Message 4 of 4
(2,682 Views)