Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Is it possible to generate detailed License usage report to know full details of active users, logged in user, timings, location etc.
Solved! Go to Solution.
Hi,
I'm not aware of such a functionality OOTB in codebeamer but there are two ways to get some of these informations.
SELECT * FROM public.session_history
ORDER BY login_time DESC
The result is a raw data from database so it's not user-friendly but it can help you.
The result could be also exported to excel - there is a button below the results table.
Hi,
I'm not aware of such a functionality OOTB in codebeamer but there are two ways to get some of these informations.
SELECT * FROM public.session_history
ORDER BY login_time DESC
The result is a raw data from database so it's not user-friendly but it can help you.
The result could be also exported to excel - there is a button below the results table.
Hi,
This is very helpful.
Is there any documentation where i can see the table names(e.g public.session_history) and column names?
This can help me fetch the data directly from database.
No, I'm not aware of any documentation.
But you only see the total number of logged in users at this point of time.
This is useless because you don't see consumed license type if you use different licenses for user groups like DM, CM, ALM, etc.
Additionally also usage history is missing in Codebeamer.
Reason is to have meaningful data for a better prediction of future license need and extend the license pools early enough before user get in trouble to not be able to login to the system because of the lack of available licenses.
If there is such feature then I was not able to find it.
Codebeamer provide very basic license monitoring but this is useful for immediate check only.
I've found similar improvement idea on old portal and hope Codebeamer will implement that soon.
Link: