Failed to run the WC DB work queue

0
Hi everyone, I can't start a new project in Mendix Studio Pro due to an error. It says that it can't download the project. I've never had this problem before. Any help is appreciated. :) I use Mendix Studio Pro version 8.18.1 Scroll down fore more information!  
asked
2 answers
0

Putting your model on a onedrive location is not advised. Try to move your model to a non onedrive location and retry. That might already solve the problem.

Regards,

Ronald

 

answered
0

Extra information can be found here:

This is the error message:

SharpSvn.SvnWorkingCopyException: Failed to run the WC DB work queue associated with 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\theme\scripts\lib', work item 10 (file-install theme/logo.png 1 0 1 1) ---> SharpSvn.SvnSystemException: Can't move 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\.svn\tmp\svn-39D4FD59' to 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\theme\logo.png': Toegang geweigerd.   ---> SharpSvn.SvnException: Additional errors: ---> SharpSvn.SvnWorkingCopyException: Failed to run the WC DB work queue associated with 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\theme\styles\native\app', work item 10 (file-install theme/logo.png 1 0 1 1) ---> SharpSvn.SvnSystemException: Can't move 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\.svn\tmp\svn-3B53CD73' to 'C:\Users\wesle\OneDrive\Documenten\Mendix\TestApp-main_5\theme\logo.png': Toegang geweigerd.  
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\svnclientargs.cpp:line 78
   at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 62
   at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 35
   at Mendix.Modeler.VersionControl.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 86

As an image:

Second error message:

Full message:

Mendix.Modeler.ProjectHandling.Checkout.ProjectCheckoutException: Downloading the App failed.
   at Mendix.Modeler.ProjectHandling.Checkout.ProjectCheckouterUI.<>c__DisplayClass11_0.<AddCheckoutStep>b__0(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Checkout\ProjectCheckouterUI.cs:line 149
   at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(Step step) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 98
   at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 71
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

answered