05-27-2009 10:08 AM
I tried to create a source distribution (LLB). The error message I got is
Error copying files.
Source: Program Files:\National Instruments\LabVIEW 8.5\resource\visarc
Destination: .....\data\visarc
Librarian Path Location.vi
After click details, the following message showing
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1 occurred at AB_Destination.lvclass:Copy_File.vi -> AB_Source.lvclass:Copy_SourceItem.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_FRAMEWORK.vi -> AB_CreateNewWizard_Invoke_CORE.vi -> SDBUIP_CreateNewWizard_Invoke.vi -> SDBUIP_CreateNewWizard_Invoke.vi.ProxyCaller
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.
I did not see any path wrong. Any other possible cause?
Thanks,
Ottawa
05-28-2009 10:53 AM
Hi Ottawa,
Are the VIs created in LabVIEW 8.5 or an older version?
Do you have any duplicate VIs in your build?
Does mass compiling the VIs first and then trying to build the LLB help?
05-28-2009 11:00 AM
Thanks. It is Verion 8.5. It is fixed by selecting the "remove unused memebers of project libraries" under Additional Exclusions for source distribution build.
Cheers