LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1003 During Build of Application

I have built an VI that runs as a VI but when I try to build it into a standalone application i get the following error:
 
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
 
 
Error 1003 occurred at ABAPI Dist Chg and Save VIs.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Rule_Editor.vi -> EBUIP_Item_OnDoProperties.vi -> EBUIP_Item_OnDoProperties.vi.ProxyCaller
Possible reason(s):
LabVIEW:  The VI is not executable.
 
I have not seen these VIs before and assume that they are subvis from some other higher level vis that I used.  Any ideas?  Thanks
 
J Bowen
Validation and Test Engineering
US Marine/Bayliner
J Bowen
US Marine; A Brunswick Family Boat Company
Product Integrity, Component Testing, and Validation
LabVIEW 8.2
CompactDAQ
DaqPad 6015
SCC-2345
0 Kudos
Message 1 of 3
(3,064 Views)
J Bowen,
 
There are a couple of things that you can try that might fix this.  These potential fixes involve changing properties of your application builder properties.  I would try each of these steps and after each one try building the application again.
 
1) Check the "Enable debugging" option in the "Advanced Category" of the application executable properties.
 
if this does not work...
 
2) Disable the "Remove Panel" option for all SubVIs containing Shared Variables in the build
 
if this does not work...
 
3) Try Unchecking the "Disconnect type definitions and remove unused polymorphic VI instances" options also in the Advanced catergory of the executable properties.
 
I hope this helps,
Justin D.
Applications Engineer
National Instruments
Message 2 of 3
(3,047 Views)
thanks a bunch.  i changed my variable from a network published to a single process and enabled debugging and that seemed to work.  thanks again
 
j
 
J Bowen
US Marine; A Brunswick Family Boat Company
Product Integrity, Component Testing, and Validation
LabVIEW 8.2
CompactDAQ
DaqPad 6015
SCC-2345
0 Kudos
Message 3 of 3
(3,044 Views)