Book a Demo

Author Topic: Auditing  (Read 3059 times)

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Auditing
« on: June 25, 2012, 10:54:10 pm »
Hi,

I need to figure out which users have been logging into our sparx instance over the last 30 days. We are using a shared SQL server on the back end - but all users are connecting using the same credentials - via some active server magic.

So is there an audit option in Sparx that will record user log ins?

Regards,

Jon.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Auditing
« Reply #1 on: June 25, 2012, 10:59:56 pm »
AFAIK no. When you open a repos EA connects to the DB via native or ODBC connector. That will issue a DB authentication (the common DB user). Then EA checks for security and performs the check against the t_secuser table with the appropriate user you are looking for. Maybe you can write a trigger which logs this access. But I'm not sure whether EA accesses this table in other contexts.

q.