LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

application builder error code -12 Not enough quota is available to process this command

I try to create an installer in Labview 8.5.  The build fail and I got this message.
 
Kind of different from the other already post.  Anyone have an Idea of what to do
 
 
 
CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFBuildDist_Build.vi

Loading product deployment information
Loading product deployment information
Loading product deployment information
Adding files to installer
Done adding files
Preparing to build deployment
Copying products from distributions
Building deployment
Copying setup files
Setting merged database information
Setting product information
Setting developer part information
 
**************
*** Error: Windows SDK function returned an error. (Error code -12)
Could not move file (source = "U:\Projet Irrolis\Builds\Irrolis-Light version 1-8\me espagnol installer\temp\dp\"; destination = "U:\Projet Irrolis\Builds\Irrolis-Light version 1-8\me espagnol installer\Volume\bin\dp\").
Not enough quota is available to process this command.
*** End Error Report
**************
 
Done building deployment
 
0 Kudos
Message 1 of 2
(2,901 Views)
The error message mentions a U:\ drive.  Is this a network drive?  Also, the mention of a quota sounds like a network type setting where you are limited to the amount of network file space you can use or own.
 
If you are building this from a network drive, I would recommend moving the files to your local hard drive.  Open your project and save so that the file paths to all VI's can be updated.  Then try the build again.
0 Kudos
Message 2 of 2
(2,893 Views)