LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build was unsuccessful

I was trying to build a project into an executable file and the following error was reported by LabVIEW. What should I do? Any sugestions?

Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File2.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. Verify that the path is correct using the command prompt or file explorer.
=========================
NI-488:  Non-existent board.
0 Kudos
Message 1 of 2
(2,927 Views)
Hello rashid.

This error is usually found when a subVI or a support file (DLL, custom control, etc) isn't able to be found by the application builder.  Possible reasons for this could include subVIs no longer located in their original paths and in need to be relinked, a DLL that isn't included in the build, and many other possibilities.

Are all VIs in your project executable?

You could try to mass compile all the VIs in your project and see if that helps.

Best Regards.


Message Edité par R_Duval le 02-15-2008 04:21 PM

Romain D.
National Instruments France

Message 2 of 2
(2,906 Views)