Book a Demo

Author Topic: Log for user login  (Read 3298 times)

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Log for user login
« on: May 07, 2011, 05:01:44 am »
Hi everybody.

I was looking for information in forum about this topic, but i did not find nothing.

I want to know wich users were logged in the EA repository, and (if it's possible) know what they did in his sessions.

Can i know this through EA? Or have i to solve this through my DB client logs?

I hope you can understand my question :)

Thanks, in advance.
Luciano.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Log for user login
« Reply #1 on: May 07, 2011, 05:45:31 am »
EA can log changes via the Audit functionality. But if you're simply after a user login you're better served with a trigger in your DB.

q.

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Log for user login
« Reply #2 on: May 07, 2011, 06:13:15 am »
Thanks!! That is enough for myself.

This is the link where is explained how activate the Audit.
http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/projects_and_teams/auditing.html

See you, and thanks again.