Book a Demo

Author Topic: Is it possible to get any user statistics from SQL-db  (Read 4486 times)

steen.jensen

  • EA User
  • **
  • Posts: 181
  • Karma: +8/-1
    • View Profile
Is it possible to get any user statistics from SQL-db
« on: February 09, 2018, 08:46:41 am »
We have a MS-SQL repository and ca 30 installed EA users.
The Floating license server dont have any useble management interface as i.e. logg-on user statitics. and its not possible for me to get the log-file for analys.
As we have security enabled on repository, is there any chance that users are registred in some tables when they login to the repository??

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Is it possible to get any user statistics from SQL-db
« Reply #1 on: February 09, 2018, 11:33:31 am »
EA does not do that. You could write a trigger to log a login. But there is no logoff mechanism. So you would need to script something based on a timeout. Does not sound enjoyable.

q.