Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ken.norcross on December 06, 2013, 10:34:46 am

Title: Issue with Shared DB and Get Latest from VCS
Post by: ken.norcross on December 06, 2013, 10:34:46 am
Hi Folks,

Trying to use a shared DB instead of single user EAP files, and I am running into an issue.

This is a shared DB (SQL Server) backed by Version Control (SVN).

I can check out and check in, but I cannot execute the Get Latest or Get All Latest menu commands.

The error message I get is: "The current action cannot be completed as the neccessary security is not available."

I am part of the Admin group, with all rights checked on. I do not see any other rights that I can give myself.

Any ideas?
Title: Re: Issue with Shared DB and Get Latest from VCS
Post by: Geert Bellekens on December 06, 2013, 05:59:24 pm
You probably also have the security option enabled in "Require user lock to edit" mode.
In that case you first need to lock the package before doing a getlatest.

Geert
Title: Re: Issue with Shared DB and Get Latest from VCS
Post by: ken.norcross on December 07, 2013, 02:23:39 am
Thank you Geert!