LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Linux AppBldr Error 7 Invoke Node

* LabVIEW 6.02 FDS Linux S/N G12X17332
* AppBldr 6 Linux S/N J12X64523
My SSP subscription on this software has expired.

The products were installed on Linux Mandrake 8.2 using the provided National Instruments RPM method. A query of the rpm database shows that the following
versions are installed:

labview-help-6i-1
labview-examples-6i-1
labview-ref-6i-1
labview-desktop-6i-1
labview-rte-6.0.2-1
labview-pro-update-6.0.2-1
labview-app-6i-1
labview-vxi-6i-1
labview-update-6.0.2-1
nivisa-2.5-1

If I attempt to build an application from a workable VI (that resided on the local disk and not in memory), the build process proceeds until a dialog box is
displayed, stating "Error 7 occurred at Invoke Node in Dist Build
App from LLB.vi->Dist Build App Image.vi->Application.vi"

I have looked into the NI Knowlege Base and I see the notes about not using forward slash in VI names, and I have complied with this naming restriction.

Do you have any suggestions??

Thank You,

Jerome Whelan
0 Kudos
Message 1 of 3
(2,768 Views)
Jerome,

I strongly suggest that you submit a support request to NI at ni.com/ask. But first, try the following.

The error you are receiving is a missing file. The source could be your build. I have received error 7 on many occasions building an app (on Windows) because I had the source code open. Be sure that you first open all of your code, and do a "Save All". Then, close all code, and close LabVIEW. This will ensure that all VIs are out of memory. Then, open the app builder anew, and try building your application.

If you still have the problem, try doing a test build of a simple "Hello world" type of VI that has no subVI calls. Follow the procedure above to dump the memory, and build it. If you still have the error, then the problem is with
the Application Builder, at which point, you will want to contact NI.
0 Kudos
Message 2 of 3
(2,768 Views)
Looks like this was my error in installation. I think I somehow mis-applied the patches to go from 6i to 6.0.2... Once I uninstalled every LabVIEW associated item and re-installed the initial distribution of LabVIEW FDS 6i kit with AppBldr 6i, I can build applications again. Next to see if I can get the updates installed without breaking it. Thanks for the help.
0 Kudos
Message 3 of 3
(2,768 Views)