Within the application, there are KPIs that can be turned on to capture data like concurrent licensed users. Does anyone know how the KPI engine captures the license data? Is there a SQL statement that can be run apart from the KPI engine to validate the license counts?
Hi Roger,
It's a bit more complex than running an SQL statement. You might be able to get some data from session_log table, but it will give you different numbers than what the KPI will calculate.
Sebastian