LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Building File

I have been constantly updating a large project that I have been working on and all of the sudden it doesn't build any more.  I didn't change the file it says it is having problems with.  Here is the error.
 
Error 1003 occurred at Invoke Node in 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_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW:  The VI is not executable.
Method Name: Save:Target Instrument
 
Like I said, I didn't change that VI, only added Sub VIs.  Any help would be greatly appreciated.  Thanks.
 
Patrick
0 Kudos
Message 1 of 3
(2,716 Views)

Hello,

Are you calling any VIs dynamically or using Shared Variables?  Did you add all of the subVIs and dynamic VIs to the project?  Which version of LabVIEW are you using?  Check out the links below for possible solutions.

http://digital.ni.com/public.nsf/allkb/410F2EC66F60F9B0862569EE006F4FA0?OpenDocument

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

You might also try:
  1. Checking the "Enable debugging" option in the "Advanced" category of the application executable properties.
  2. Disabling the "Remove Panel" option for all SubVIs containing Shared Variables in the build.
  3. Unchecking the "Disconnect type definitions and remove unused polymorphic VI instances" option, also in the "Advanced" category of the executable properties.
  4. Moving shared variables to the top level VIs and pass the data through the SubVI connector.

 

Regards,

Clint M

National Instruments

0 Kudos
Message 2 of 3
(2,693 Views)
Sorry I didn't post this sooner, but I figured it out.  I was having a sub VI reloaded during each call and forgot that I changed its input nodes.  Since it was encolsed in the "reload each call" box, Labview didn't error it.  I fixed it and rebuilt the application and all was well.  Thanks.
0 Kudos
Message 3 of 3
(2,683 Views)