04-12-2019 04:26 PM - edited 04-12-2019 04:32 PM
The build was unsuccessful.
Possible reasons
An error has occurred. Expand the Details section for more information.
Click the link below to visit the Application Builder support page. Use the following information as a reference:
Create Folder in Create Directory Recursive.vi-
>IB_MSI.lvclass:Engine_InitializeDistribution.vi-
>IB_MSI.lvclass:Build.vi->CDK_Engine_Main.vi-
>CDK_Build_Invoke.vi-
>CDK_Build_Invoke.vi.ProxyCaller<APPEND>
Clicking on "visit support page" is no help
Solved! Go to Solution.
04-12-2019 04:33 PM - edited 04-12-2019 04:34 PM
I've seen that plenty of times when I'm trying to overwrite an executable that is currently in use (by someone else on a network share). The difficulty with diagnosing that is the executable will not show up when I browse to that directory in explorer.
04-12-2019 04:36 PM
I am not using any network shares, all of the files are on a single user computer.
04-12-2019 04:37 PM
All I've got is maybe check folder permissions?
04-15-2019 05:42 AM
Unfortunately, most readers of this Forum, including me, have not mastered the skill of being able to read the code that Posters fail to post. If we cannot see "what you did wrong", we are unable to tell you how to fix it. (Bob Schor 28 August 2018).
Judging from the Error message, you may have a series of calls or structures that have put the Build engine into trying to create a file in a sub-folder of its current folder (I'm cueing in on "Create Directory Recursive" and looking at the partial Tree shown that starts with IB_MSI.lvclass:Engine_InitializeDistribution.vi). I have no idea what this code is or does, nor whether this is your code or NI's code (since I can't see it -- Dell has my Crystal Ball in the shop trying to diagnose a Cloudy Screen of Death).
Bob Schor
04-15-2019 09:12 AM
It is an Installer build that is failing, if that makes any difference.
I can't upload the project due to its proprietary nature.
04-15-2019 10:28 AM
Vague build errors....not helpful NI.
What LabVIEW version are you using? In older versions of the software, I had an issue where I couldn't run an EXE build if the target directory where the EXE was being written was open. It was a similar error as what you are seeing about a Proxy Caller / Build Invoke, etc. Maybe the same issue occurs with the installer build process. See here.
04-15-2019 10:52 AM - edited 04-15-2019 10:55 AM
Interesting, but I have tried building after a fresh reboot with nothing open except for the LabVIEW project explorer window.
No files or directories should have been open or locked by the operating system.
BTW: LabVIEW 2017 SP1 on Windows 10
04-15-2019 12:12 PM
@aputman wrote:
Vague build errors....not helpful NI.
I agree.
04-15-2019 12:34 PM
Until very recently, Windows 10 had a 260 character limit of the full path name. It's very likely that this limitation still exists in most windows applications. I suggest you move your project higher in the disk hierarchy, or at least target the build to the root of C or another drive (USB drive?). If that fixes your problem, you might still consider shortening the names of your folders, classes and VIs.