RTC users & license usage
I want to get a report that tells me which all users logged in recently, time of login, and what license (Developer-floating) was applied for that particular user, the operation performed, and what Project Area it was related to. The time period could be for the last week or last month or so.
Under Server Administration (in RTC 4.0.1), there is a Licensing tab which does provide a good amount of this information, called Issued Floating License Leases.
I want to extend that information to include the project area accessed by that user if possible.
Any ideas?
2 answers
I use the repotools-jts -listIssuedFloatingLicenses to "externalize" the reports visible on the JTS to create charts for our use. All I do is count the licenses of any given type for each JTS. But the details about what project(s) may have led to that license assignment will not be easily determined. It might be possible by scrubbing the HTTP access logs ( if configured and you have access to the server-side host).