To find the current sessions online on all application nodes:
select count(online_server_id), online_server_id from bpm_usr_runtime_props where online_status='T' Group by online_server_id;
To find the total number of users who have accesses BPM:
select count(*) from bpm_usr_runtime_props;
This table is available in the BPMDB schema.
And further, you can play with other columns of the table mentioned above. Please provide your feedback on whether the above suggestions worked.
Regards,------------------------------
Muhammad Haris Khan
------------------------------
Original Message:
Sent: Mon January 05, 2026 04:19 AM
From: Abdelmadjid AMRI
Subject: Concurrent Users
Hello ,
I wanted to obtain the number of concurrent users for IBM BPM BAW. I found the code CWLLG1088I, and I was able to retrieve the username connected, but I could not determine the duration of the user's connection in order to know exactly which users were connected at the same time.
Do you have any suggestions or necessary configurations to accurately obtain the number of concurrent users?
Best Regards.
Abdelmadjid Amri.
------------------------------
Abdelmadjid AMRI
------------------------------