What table contains contributor last login date?
![]()
I just searched through all the database tables trying to find one with the last login date for contributors and did not find it. Likely it has some other unusual name. Any ideas? There is a list of all the tables here:
http://jazzlab.net/jazz/?mid=notes&listStyle=webzine&document_srl=15204 I need to create a report showing the last login dates of all RTC users, so if there is some other way of getting that please let me know. |
Accepted answer
![]()
Someone on our DevOps team figured out how to get this info.
The script file, titled "list-rtc-logins": #!/usr/bin/env bash Ralph Schoon selected this answer as the correct answer
Comments 1
Hi Mike Shkolnik,
|
6 other answers
![]()
Hi Mike,
This script looks specific for tomcat. What are the required chANges in the case of the apps deployed on WAS with User registry on AD?
Thanks.
|
![]()
It is indeed for Tomcat. My DevOps person has opted not to recommend script changes for an environment we don't have and can't test and suggests that your scripting person should be able to make the necessary changes. Or perhaps someone else on the forum who is familiar with scripting can make and test the changes and post their results?
|
![]()
Hi Mike,
My query is related to the method to be adopted to retrieve the last login info - in case of RTC/JTS deployed on WAS instead of Tomcat. Because, I am unable to find the localhost_access_log file in the WAS paths
. This solution looks to be specific to Tomcat.
|
![]()
Sorry, our guy has no knowledge of WAS. Perhaps someone else here can help?
|