LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 7 in Invoke Node in 'Dist Build App from LLB.vi'

I am encountering this error when trying to build an application. The error occurs while the builder is indicating that the application is actually being built (after files have been copied to the application). I am positive that all of my file paths are correct. I also have successfully mass compiled all of the VIs in the application. Is there something I'm overlooking?

The really funny thing is, using this same .bld script, I successfully built the application on another computer (running LV 7.0, just like this one).

My ideal approach to solving this problem would be to get into 'Dist Build App from LLB.vi' (or it's caller) and take a look at exactly which VI in my build is tripping up the build process.
Does anyone know the path for the LLB where I can find these VIs? And will I be able to access their block diagrams?

Thanks,
Nick
"You keep using that word. I do not think it means what you think it means." - Inigo Montoya
0 Kudos
Message 1 of 3
(2,650 Views)
I doubt the paths still. Here is one thing you can do on the machine on which you get error. Open top level VI and save it with options (File>>Save With Options) and choose "New location - Single prompt". Save all hierarchy into llb except the vi.lib stuff.

Then try building app using top level VI from that llb. If that works you problem is path..

A Rafiq
0 Kudos
Message 2 of 3
(2,650 Views)
I just fixed the problem. When I said I was positive that all of the paths were correct, I was talking about paths to the LLBs in my build. However, somehow the LabVIEW system paths got changed. I don't recall ever doing anything to change LV's seach paths. I reset to the default values in Tools>>Options... and everything seems to work now. Sorry for the trouble, and thanks for the quick response, A.

-Nick
"You keep using that word. I do not think it means what you think it means." - Inigo Montoya
0 Kudos
Message 3 of 3
(2,650 Views)