LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Load Error 21 "ext subroutine not found" when run exe on server via shortcut from client

Application Builder executable built from a vi containing only Median
Filter.vi runs on server with LV Run Time Engine 7.1 installed.
Running this executable from a desktop (which does not have the RTE
installed) by a shortcut pointing to the executable on the server
gives "Load Error 21 subroutine not found". LV 7.0 did not give this
problem. Same problem if use Real FFT instead. No DAQ or VISA
involved - only this one vi. lvanlys.dll is present in executable
folder on server.
0 Kudos
Message 1 of 2
(2,564 Views)
Hi Steve,

The issue is related to a change in the Application Builder for LabVIEW 7.1 in terms of how lvanlys.dll is linked. Previously, the linkage info for lvanlys.dll was a relative path into the resource folder. In LabVIEW 7.1, it has been changed to using a search path.

My belief is that since the installer for the application is not being run, the LV RTE is not looking in the proper directories for the lvanlys.dll. Try running the installer with the Analysis support and I am curious as to whether this will fix the issue.

Thanks again.

Kileen C.
NI
0 Kudos
Message 2 of 2
(2,564 Views)