LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building LLB failure due to Error Copying File - Discrete Math.mnu

I am trying to build an .llb file using LabVIEW 2014 64 bit version. This error just popped up for me today, and I don't quite understand it. I never modified this file, and when I browse to it everything seems acceptable.

Does anyone have any ideas how I can eliminate this error, or what causes it?

 

Error copying files.
Source: C:\Program Files\National Instruments\LabVIEW 2014\menus\Categories\Mathematics\_elementary\Discrete Math.mnu
Destination: C:\xx\library.llb\Discrete Math.mnu

Click the link below to visit the Application Builder support page. Use the following information as a reference:

Error 1 occurred at AB_Dest_LLB.lvclass:Copy_File.vi -> AB_Source.lvclass:Copy_SourceItem.vi

 

Possible reason(s):

LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
=========================
NI-488:  Command requires GPIB Controller to be Controller-In-Charge.

Veni Vidi Duci
0 Kudos
Message 1 of 5
(3,593 Views)
Could you try Discrete Math.mnu to Discrete_Math.mnu ?
-Something similar to what tried here and worked to OP: http://forums.ni.com/t5/LabVIEW/distribution-build-unsuccessful-error-copying-files/td-p/1212405
Thanks
uday
0 Kudos
Message 2 of 5
(3,558 Views)

I tried renaming the file, this time my build failed because Discrete Math did not exist.

I also tried having a copy of Discrete Math.mnu AND Discrete_Math.mnu and that also didn't work.

How can I easily identify which VI is using this function? I am not personally using any Discrete Math VI's, so it would have to be deeply embedded.

 

I found a work around  by disconnecting all unused members in the build process, but I fear this error will appear again.

Veni Vidi Duci
0 Kudos
Message 3 of 5
(3,534 Views)

Does it need to be an llb?  Can you make a distribution of a LabVIEW library, instead?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 5
(3,519 Views)

You may also want to check if there are illegal characters in your llb name. This document gives a list of illegal filename characters.

 

Error Copying Files when Building an Executable: http://digital.ni.com/public.nsf/allkb/849844E0780E2EE9862577380061B38D?OpenDocument

 

If there are none, review the document below on best practices for creating an LLB:

 

How Do I Create a LabVIEW VI Library that Automatically Includes All SubVIs?: http://digital.ni.com/public.nsf/allkb/B48DF302E7A89E6686256DB1005AF97E

 

Josh S.

Applications Engineer

0 Kudos
Message 5 of 5
(3,454 Views)