08-22-2024 02:47 AM
Hello!
I have this .vi that I think that it´s okey but when I run it, it gives me a error.
The error is in OpenHandle.vi and I don't know how can I solve... Anyone can help me? thanks a lot!
Call Library Function Node in LabVIEWHTTPClient.lvlib:OpenHandle.vi:6450001->GET MIT2.vi
Solved! Go to Solution.
08-22-2024 02:51 AM - edited 08-22-2024 02:58 AM
Hi rufus,
error 15 = "Resource not found".
Is there a missing resource? (Is the DLL available that should be called by the CLF node?)
Is there a bitness problem? (Which LabVIEW version do you use?)
For me the GetHandle wants to access this DLL:
08-22-2024 02:55 AM
Is there a missing resource? No idea.... How can I check it?
Is there a bitness problem? I use Labview 20
08-22-2024 02:59 AM
Hi rufus,
@rufus87 wrote:
Is there a missing resource? No idea.... How can I check it?
Is there a bitness problem? I use Labview 20
Do you use the 32bit or 64bit variant?
On the resource: see my edited message above…
08-22-2024 03:05 AM
There is something that I don't understand... I have a ni_httpClient.dll but the date of this .dll is 5/8/2009 and the labview that I´m running is labview 20....
Could you upload your .dll? And I replace it?
08-22-2024 03:06 AM
The computer is 64bits but I use labview 32 bits
08-22-2024 03:10 AM - edited 08-22-2024 03:13 AM
Hi rufus,
the DLL at the path shown above is dated like this:
@rufus87 wrote:
Could you upload your .dll? And I replace it?
I don't have LV2020 installed and I will not upload any NI code/DLL here.
You should try to repair (or renew) your LabVIEW installation instead.
(Another option: install your LabVIEW version on a fresh computer/VM and copy the DLL on your own…)
08-22-2024 03:14 AM
Yes, I have remember that I used labview 2009 some time ago for another proyect.
I will tried to solve it I think that can be that the error.
Thanks a lot!
08-22-2024 04:19 AM
Solved! I copy the .dll and now works fine!
08-22-2024 08:49 AM
@rufus87 wrote:
Solved! I copy the .dll and now works fine!
Thanks for the update! It might help out someone else with the same issue.