LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Appication Builder Error 7

Solved!
Go to solution
Labview 8.0

We use OPC to access fields data.
Here is problem During Building Exe Application & Source Dist :
-----------------------------  
Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist  
Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File.vi ->
EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi ->
EBUIP_Build_Invoke.vi.ProxyCaller

Possible reason(s):

LabVIEW:  File not found. The file might have been moved or deleted, or the
file path might be incorrectly formatted for the operating system. For
example, use \ as path separators on Windows, : on Mac OS, and / on Linux.
---
NI-488:  Non-existent board

We've tried to recompile using CTRL+SHIFT & arrow button, but it has not been solved.
0 Kudos
Message 1 of 4
(3,075 Views)

IYUS,

We've found this error (code 7) when using a 'Current VI's Path' when the vi is located inside a *.lvlib. Checking the Hierarchy for this occurance and using some creative reformatting of the path before sending it to (for example) a get refnum, might help.

 

 


Data Science Automation

CTA, CLA, CLED
SHAZAM!
0 Kudos
Message 2 of 4
(3,061 Views)
Hey IYUS,
    There are a couple of KnowledgeBase documents referring to this type of error.  One suggests checking the file paths to any help files you included for your VIs.  The other KB can be found here.  Also, there are multiple other discussion forum posts from users that have experienced and solved this problem in the past.  A couple of those can be found here and here.  Hope these help!!

Brian B
Account Manager
National Instruments
0 Kudos
Message 3 of 4
(3,055 Views)
Solution
Accepted by topic author IYUS
Thank You All..
I have manage this problem,
Just for information..The main problem is that I had being ignoring the warning box that's pop up after i opened the vi. Some sub vi were loaded from different folder.
The point is "Make sure there is no warning box pops up after opening vis."

-----------
0 Kudos
Message 4 of 4
(3,038 Views)