03-17-2009 02:57 PM
I am looking for help with a build error. I am getting the following error message when I try to build a project in 8.5.1:
Error 1 occurred at Open VI Reference in AB_Source_VI.lvclass:Open_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_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.
VI Path:
03-17-2009 04:12 PM
Try mass compiling all VI's. It's probably a VI that you aren't even using (well, that's usually what I screw up when I get those kind of messages).
03-18-2009 02:03 PM
10-27-2010 05:31 PM
what are the VI files and can you please post up a step by step instructions list on how to resolve this issue. I'm under a major time contraint and i need to get this up and running in the next week.
10-29-2010 08:32 AM
Arducopter:
Did you check to see if the KB Hunter posted resolves the issue?
If you're opening a project in a newer version of LabVIEW, then there's a chance the mass compile tool might work. It will open and save all of the VIs within a specified folder. The tool is fairly self-explanatory, and you can access it from within LabVIEW by going to "Tools --> Advanced --> Mass Compile..."
Good luck!
11-24-2016 08:46 PM
This post is old, but still always actual because I got the same error.
Here is the solution:
in the build definition, change the destination folder. to c:\build
This problem occure because the number of character in the path of the VI is too long when the building tool copy the complete hierarchy to the destination build prior to build.
So if the original Vi has a full path of 250 character, then the building tools cannot save the copy of the vi at the build destination.
That simple... but the error from Labview say nothing about it... 😞
Benoit
07-21-2017 09:42 AM
Dear bseguin,
What do you mean by build definition? Where should I find this?
I have the same error and when I tried to track it down a function of uc480 SetColorMode is blinking.
Do you think your solution would work for me?
Many thanks.
07-21-2017 07:55 PM
eHi,
When you prepare your build for .exe in your project, you can select the destination folder.
In that area, change it for a shorter path. I do not have LabVIEW in this PC. I cannot show you a picture.
Benoit
12-14-2017 07:30 AM
Thank you very much for posting this. I wasted a whole day trying to solve this.
Using Advance TDMS was causing this error but only when I was using a higher number of channels!. When I reduce the number of analog, and other types of channels, It was working fine for some reason.
When I did what you suggested with the build and the mass compile to the same location, it solved the problem.
10-15-2019 07:36 PM
Hi, Can you please give me a detail explanation how you fixed the issue. I cannot get rid of the error.
Thanks much!