Book a Demo

Author Topic: What users?  (Read 2821 times)

eauser123

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
What users?
« on: January 15, 2010, 12:14:19 am »
Hello,

We have freshly installed EA 7.1 and created a postgres repository database. Our requirement is that a group of people will be working on EA simultaneously and access the database via EA.
Question is how many user accounts we should create on the PostgreSQL repository database? Different userids for each user or a single userid for everyone?
Please suggest.

Thanx,
eauser

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: What users?
« Reply #1 on: January 15, 2010, 01:08:21 am »
We are working on an SQL Server database and we use windows authentication for the database access.
So each user has its own access.
If you don't care too much about the EA database security I guess you have enough with one user.

Geert

eauser123

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: What users?
« Reply #2 on: January 15, 2010, 01:12:20 am »
Thanx for the reply. But maybe I want to know more on this.
Like when few people simultaneously work on EA with same userid , how EA & database handles it? Like who so ever gets the preference while actual update/change in the database or so?
       or when every person has their account how they will be able to corelate their work in the database?


Thanx,
eauser

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: What users?
« Reply #3 on: January 15, 2010, 01:47:23 am »
I think the database just uses an optimistic locking principle. The same user, or a different user doesn't really matter if that is the case.

If you have worries about conflicts you can always setup security (with the option "require lock to edit") or integrate with version control.

Geert