I'm needing to pull a report on who logged into DOORS and how many times in 30 / 60 / 90 days. Is there such a thing built in, or is there a log file that I can dig through to get what I need? My users login via the client as well as DWA. evilfoamy - Mon Jan 13 14:17:56 EST 2014 |
Re: DOORs Usage Report The log file you are after is license.log. LMTOOLS should help you find the path to the debug log file. Take a look on the DXL forum for some tools to analyse this file. - Martin |
Re: DOORs Usage Report The License Log file is better than my suggestion below as there exist tools to display summary information. But unfortunately it
There is a DOORS login history file which records successful and failed login attempts. It is stored inside the database and is not accessible via DXL. However, you can have a scheduled task on the DOORS server that copies it to where DXL (running on clients) can see the copy: This Windows command works:
Presumably that will run 12:01am every day. Your DXL would read the file (..err.. the copy):
Parsing that file is very difficult. Seems to me you could change database options to not log failed attempts. -Louie |