11-17-2010 03:32 PM
I have just recently received this error when building a LV project...I have built others and made succesful runtime-programs, but now I get this error and not sure what to make of it....
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference: Error 6 occurred at Delete in AB_Engine_Delete_Internal_Files.vi->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. ========================= NI-488: I/O operation aborted. C:\Users\Steve M\Documents\builds\GPSApp\GPS Application\GPSApp.exe
11-18-2010 09:02 AM
It appears the build process is having problems deleting the existing files. Could they be locked? Is the app already running? Was it left running? Did you check your Task Manager to see if it's still floating around? Have you tried clearing out the directory before you build?
11-18-2010 10:36 AM
"It appears the build process is having problems deleting the existing files. Could they be locked? Is the app already running? Was it left running? Did you check your Task Manager to see if it's still floating around? Have you tried clearing out the directory before you build?"
Locked? -- not sure, will check
Running app? -- yes app runs in LV without runtime errors
Left Running? -- no, this is build after restart of the computer using the lvproj files, etc
Directory? -- nope, will check that...
11-18-2010 11:02 AM
I had a simular build problem that ultamitly was caused by the path of the source files being to long. I resolved my problem by mapping a network drive to shorten the path.
Before: \\myCompay\files\System\Users Documents\nnelson4\My Documents\My LabView\LabView\system 1234\Viewer\app.vi
after: h:\system 1234\Viewer\app.vi
It ran fine just wouldn't build until I shortened the paths.
11-18-2010 03:58 PM
I tried changing the target directory and name of the app.exe and got another similar error...
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference: Error 6 occurred at Delete in AB_Engine_Delete_Internal_Files.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_CreateNewWizard_Invoke_CORE.vi->EBUIP_CreateNewWizard_Invoke.vi->EBUIP_CreateNewWizard_Invoke.vi.ProxyCaller Possible reason(s): LabVIEW: Generic file I/O error. ========================= NI-488: I/O operation aborted. C:\Users\Steve M\Documents\builds\GPSApp\testGPS\Application.exe