Book a Demo

Author Topic: A way to prevent user access to certain packages?  (Read 3476 times)

emusty

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
A way to prevent user access to certain packages?
« on: January 23, 2011, 05:51:51 am »
Hi,

Is there a way to prevent users accessing/viewing certain models or packages within an EA project (while enabling accessing others)? User security can be enabled and version control can be configured, if necessary.

However I can't seem to find any such option but to control access to operations project-wide.

Thanks
em

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: A way to prevent user access to certain packag
« Reply #1 on: January 23, 2011, 07:48:31 am »
You can lock packages via security. But that's not a real security. Any newly added element is unlocked per default and can be modified/deleted from any user.

More secure would be to version control packages. But that has other drawbacks (like dead lock situations where two users have checked out different packages and you need to draw a relation between elements in these two packages).

Hiding is not possible (AFAIK). I'd have some stomach ache with that anyway since the model should enable communication, not hide information.

q.
« Last Edit: January 23, 2011, 07:50:39 am by qwerty »

emusty

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: A way to prevent user access to certain packag
« Reply #2 on: January 24, 2011, 01:49:53 am »
Thans for confirmation -- I was afraid of this answer.