FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1003 when I build an exe

Hi Darren,

Are you using LabVIEW for windows or LabVIEW RT? The KB linked below gives some more information on this error. 'Error 1003 Occurs When Trying to Create an Executable' -

http://digital.ni.com/public.nsf/websearch/705C2ECA081F3C7986256C0F00559B02?OpenDocument 

Its a known issue with LabVIEW 8.0 that using the Diagram Disable/Conditional Disable structure will cause Application Builder errors. National Instruments is aware of this issue and plan to fix this in the next update.

Regards,
Prashanth

0 Kudos
Message 11 of 15
(2,900 Views)

I am running into the exact same error.  I have tried everything on this posting, but am still getting the error.  My VI has enums (which seemed to be defined ok) and two boolean network published shared variables.  The boolean variables are not bound to any of the controls.  

I would appreciate any ideas. 

Thanks

Russell

Director of Engineering
G Systems, www.gsystems.com
Certified LabVIEW Architect
Certified LabVIEW Embedded Systems Developer
Certified Professional Instructor
GCentral
0 Kudos
Message 12 of 15
(2,803 Views)
Hi Russell,
 
I've had the same problem. Just delete all the disabled cases , which are new in LV 8.x . Then try it again and c if it worx.
 
kind regards
DG
0 Kudos
Message 13 of 15
(2,666 Views)
the previous time it was solved by deleting all disabled structures, which are new in LV8.
 
next time it was occuring again, although i have deleted them.
 
as described by someone already above, it is probably due to "calling vi 's dynamically through vi server technic".
Im also using this feature.
One main vi is running as a top level vi. Some other are getting called through vi server technic.
 
I've read in several forums that you have to build each calling vi seperatly.
After that you should build your whole application, as normal.
What a magic thing , it worked!!!
 
Although Im glad that it works, it must admit that I hate this little annoyings in LV8, compared to the best release of LV, which is LV7.1  !!!!
0 Kudos
Message 14 of 15
(2,637 Views)

I called NI and they said it is because of an error in LV8 and LV8.01 but which should be solved in LV8.1.

errors in this context:

error 1003 ,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 -> BUIP_Create_Build_Rule.vi -> EBUIP_Global_OnCommand.vi -> EBUIP_Global_OnCommand.vi.ProxyCaller

Possible reason(s):

LabVIEW:  The VI is not executable.

 

when checkbox : enable enhanced dsc support then the following errors occur.

the message appear:

-cannot find varxnode

[if you click cancel]

-... governing library is missing 

(this is the library which includes all the shared variables) , although the shared variable library is put correctly in the project explorer.

0 Kudos
Message 15 of 15
(2,624 Views)