LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1073 (on Clear Errors.vi) When Building Application in LV 8.2

I have seen numerous posts about this problem when building an application without a block diagram in LV 7.x, however, I am recieving this error on LV 8.2.  Whats most disturbing about it, is that it always hangs when processing Clear Errors.vi.  I have tried my source on two different machines, to no avail.  Also I tried to do a mass recompile of the entire vi.lib again no help.  It is very important that this program compiles, however I cannot get past this error.  Any suggestions?

My specific error message is here:

Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:

Error 1073 occurred at ABAPI Dist disconnect td-poly.vi -> 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:  This property is writable only when the VI is in edit mode, or this method is available only when the VI is in edit mode.


-Paul
0 Kudos
Message 1 of 9
(3,218 Views)
Hello Paul,

When building your application, make sure to check the "Enable Mathscript Support" option.

-Bob
0 Kudos
Message 2 of 9
(3,201 Views)
I can't currently try to enable MathScript Support, however, I will ntoe that I removed all references to Clear Errors.vi (a very painful process) within my project.  And I use MathScript somewhat extensively throughout, and I was able to successfully compile my program after removing all references to Clear Errors.vi.  I'm not sure what this would have to do with MathScript.

-Paul
0 Kudos
Message 3 of 9
(3,194 Views)
Hello Paul,

I am sorry for not elaborating previously.  This issue has been documented previously for further investigation to our R&D group (# 3ZK9LGP2).  In the report I found that this error, though vague in the description, is fixed by enabling MathScript Support. 

To enable MathScript support, check the checkbox in the application properties for the 'Enable MathScript support' option.

-Bob
0 Kudos
Message 4 of 9
(3,189 Views)

Hello, had the same problem here.

After enabling MathScript support the build was succesfull for several times, but now i get the same error again...

Are there no further solutions??

 

Greetings

0 Kudos
Message 5 of 9
(3,016 Views)
I corrected my errors without enabling mathscript by making my own clear errors.vi  and replacing the instances in my application (a bit painful but it did work without having to enable mathscript).  You can just open the regular clear errors.vi (via double clicking) and doing a Save As to replace your instances in your application.

-Paul
0 Kudos
Message 6 of 9
(3,009 Views)

if not give me the password for the ABAPI Dist disconnect td-poly.vi

so i can see for myself where the mistake is...

0 Kudos
Message 7 of 9
(3,006 Views)
hey Paul, so you mean i have to replace each clear errors.vi within my application?
0 Kudos
Message 8 of 9
(2,994 Views)
Im not saying its the only solution but it certainly worked for my application.  Unfortunately you have to do it for every vi that calls clear errors (which can be quite a few, even in vi.lib).  I made sure I made local copies of all the vi.lib vi's that use clear errors (so that I don't disturb the state of vi.lib).
0 Kudos
Message 9 of 9
(2,990 Views)