Book a Demo

Author Topic: Issue with Shared DB and Get Latest from VCS  (Read 3516 times)

ken.norcross

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Issue with Shared DB and Get Latest from VCS
« 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?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Issue with Shared DB and Get Latest from VCS
« Reply #1 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

ken.norcross

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Re: Issue with Shared DB and Get Latest from VCS
« Reply #2 on: December 07, 2013, 02:23:39 am »
Thank you Geert!