Book a Demo

Author Topic: Concurent editing  (Read 5357 times)

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Concurent editing
« on: January 27, 2012, 03:46:36 am »
if we're using a single shared".EA" file Is there a way to give control what user has access to what package?

Note: I know Security give an overall permission but that's not what I want.

Thanks

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: Concurent editing
« Reply #1 on: January 27, 2012, 04:42:25 am »
No. If you want package level security you will need to integrate with a VC platform and use it to manage package level permissions. I suppose you could also wrtie a workflow script - but it would be v messy approach in my opinion.

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Concurent editing
« Reply #2 on: January 27, 2012, 05:23:54 am »
perfect , thanks that's what I thought.


yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Concurent editing
« Reply #3 on: January 27, 2012, 05:25:43 am »
than if u use a DBMS instead of an ".eap"file you can give access to package right? instead of using version control

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Concurent editing
« Reply #4 on: January 27, 2012, 08:08:54 am »
You can also use EA's internal security mechanism (I guess you were talking about another security). This one can be used in EAP and DBMS repositories.

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Concurent editing
« Reply #5 on: January 27, 2012, 05:57:23 pm »
Quote
than if u use a DBMS instead of an ".eap"file you can give access to package right? instead of using version control
No :-?
Unless you know a DBMS (supported by EA) that has row level security?

Geert

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Concurent editing
« Reply #6 on: January 31, 2012, 04:11:34 am »
Thanks qwerty I have tried the built in Security and it works  both ways "for giving access to single package" or setting up a "role".

Geert so you mean that if I implemented a DBMS that is supported by EA I can't control packages unless I use the built in EA security?!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Concurent editing
« Reply #7 on: January 31, 2012, 06:59:15 am »
Again answering for Geert: he's talking of the DBMS capabilities regardless of EA. And what you desire can not be covered by a DBMS he (or me) knows.

q.

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Concurent editing
« Reply #8 on: January 31, 2012, 07:27:39 am »
Oh ok. Thanks for the  clarification.

To summarize:
The only way to controll access to packages without using version control is use built in feature of EA " Security" ( wether I was using .EAP or shared DBMS) coz no DBMS supported by EA can control who can access what.

Thanks all