Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

User Log Report in RTC

Hi 

I need to pull a report of all Jazz users and know when they have logged the last time to RTC. We have our JTS deployed on WAS and users are LDAP authenticated. What needs to be done to achieve this?

Regards
Vinay

0 votes



One answer

Permanent link

I'm using advanced license logging of Jazz for getting this information. It's not exactly the login report, but it shows when a user has last used a license. This works at least for floating licenses quite well.

You have to enable the Advance License Logging in the JTS Advanced Properties:

com.ibm.team.repository.service.internal.license.FloatingLicenseService

The file will then get for each license request and extend a time stamp with the userID. You know can simply search for the last entry for a user, or filter and sort it.

Example of such a license log file (csv):
Server, Start Time, Expiration Date, Policy Id, Lease Id, User Id, Operation Id, Description
https://clmserver01.domain.com/jts/, 2012-07-18T14:50:53Z, 2012-07-18T16:50:53Z, com.ibm.team.rtc.developer.floating-v3_b92a5960-cb65-11df-bd3b-0800200c9a66, _-Rzp8NDnEeGNXZb8cHYYbA, userID, com.ibm.team.reports.ide.ui.domain.ReportsDomain, checkout

0 votes

Comments

Guido, does this approach only work for floating licenses?

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 06 '12, 1:12 a.m.

Question was seen: 5,187 times

Last updated: Jan 08 '13, 8:01 a.m.

Confirmation Cancel Confirm