Book a Demo

Author Topic: Access rights  (Read 3974 times)

Michael Schneider

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Access rights
« on: March 19, 2015, 09:24:47 pm »
Hi,

in a shared model stored in a SQL database is it possible to set access rights to certain packages as read-only (so that certain users can't check them out and change them) or even no-access (so that they can't even look at them)? Any help on how that could be achieved would be highly appreciated.

Thanks,
Michael

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Access rights
« Reply #1 on: March 19, 2015, 10:06:50 pm »
You can use EA user security to manage read/write access for individual persons or groups. Hiding is not possible. If you have confidential models drag those parts out of the main model and create a second one where you import the public stuff via XMI.

q.

Michael Schneider

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Access rights
« Reply #2 on: March 19, 2015, 11:03:56 pm »
Hi, how exactly can you manage access rights for particular packages using EA's user security? I thought, you can only do that for the whole model. Thanks!

M.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Access rights
« Reply #3 on: March 20, 2015, 01:01:24 am »
You can create groups and lock packages per group (or individual user). Note that this is not a safe lock since each EA user has the tools to circumvent the lock easily. It's more an "accidental deletion prevention". EA is not a bank application but a modeling tool to enhance communication. Not to hide information.

q.