09-22-2015 04:25 PM
Hi Guys,
This is a long shot, since I don't have much to go off of besides a very vague sounding error. The details box looks like this:
Click the link below to visit the Application Builder support page. Use the following information as a reference:
Error 6 occurred at Invoke Node in AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: Generic file I/O error.
=========================
LabVIEW: Generic file I/O error.
=========================
NI-488: I/O operation aborted.
Method Name: Build:Application
Sometimes this error pops up quickly, <10% progress on the build. Other times it looks like the build has nearly finished and then it pops up. I used to be able to make a successful build by just trying a couple of times, but now after 10 or so tries, it still looks like it's not going to work. Please give me any suggestions. Thank you,
Solved! Go to Solution.
09-22-2015 04:30 PM
Well, as the saying goes, the 11th time's a charm. I just tried again and it built successfully. I clicked "save all" in my labview project before building, but that could have just been coincidence that it decided to work now.
09-22-2015 04:39 PM
Here is a list of things to look for. There is one that talks about file names being longer than 255 characters. However, it's strange that it will go ahead and build sometimes.
http://digital.ni.com/public.nsf/allkb/2C99F5D635AE184C86256CD1005BBF65
09-22-2015 04:42 PM
Thank you,
I am writing to a place on the network, perhaps I am intermittently losing connection to it.
09-25-2015 03:55 PM
Just a quick update: If I delete the target build folder (with the .exe in it) before trying to rebuild an application, it seems to work without problem.
09-25-2015 04:03 PM
You know what....I remember getting an error when building an EXE. I don't know if it is the exact same error that you speak of here but your post reminded me just now. The solution I found was to make sure that i didn't have the target folder open when building it. You can't be viewing the contents of the target folder. Try that and see what happens.
09-25-2015 05:51 PM
Closing my windows explorer window worked 2 for 2 so far, thanks!
09-28-2015 11:30 AM
@aputman wrote:
The solution I found was to make sure that i didn't have the target folder open when building it.
Oh man, this has to be what I've seen in the past. I always tried manually deleting that folder, which would force me to not be looking at the output, and then it would work. Now hopefully I remember this next time it fails.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-28-2015 11:42 AM
@Hooovahh wrote:
@aputman wrote:
The solution I found was to make sure that i didn't have the target folder open when building it.
Oh man, this has to be what I've seen in the past. I always tried manually deleting that folder, which would force me to not be looking at the output, and then it would work. Now hopefully I remember this next time it fails.
What's frustrating is that the error doesn't pop up until the very end of the build process. Depending on the complexity of your app, you may waste 5 minutes building an exe only to find that it doesn't build. After you get two or three failures like that, you tend to not forget. I've also found that you can close the folder after the build process has started....just in case you do forget to close it first.
10-01-2015 05:36 AM
Wow. This error has been bothering me for years!! Couldn't figure out why. Never found anything in the posts before (other than not having the correct read/write permissions). Thanks again.