Hi Everyone. I am Trying to find the last login time of users in DOORS DB. I know that it can be found in login history file in DB. But my question is, Is there any DXL script can be deployed to fetch the last login time of doors users? Need help in the above.
Thanks Mohan0809 - Mon Mar 06 23:50:54 EST 2017 |
Re: DXL for User last login into DOORS DB I think there is no way to get this information. What do you plan to do with that information? Regards, Mathias |
Re: DXL for User last login into DOORS DB The following script might help: http://www.galactic-solutions.com/downloads/Parse_Login_History_10.zip It requires access to login_history.txt, which resides on the DOORS server. At previous companies, I got IT to share that file as a NAS location, allowing a DOORS Client running the DXL to read the file from that location.
|
Re: DXL for User last login into DOORS DB Antonio__Norkus - Tue Mar 07 06:55:50 EST 2017 The following script might help: http://www.galactic-solutions.com/downloads/Parse_Login_History_10.zip It requires access to login_history.txt, which resides on the DOORS server. At previous companies, I got IT to share that file as a NAS location, allowing a DOORS Client running the DXL to read the file from that location.
I love the script referenced above - over the years I have made tweaks to the Regular expression at the top - mostly changes in timing format and machine name changes works like a charm! |