How can i get my cognos concurrent users from the audit package? Or anywhere else in cognos.
Hi,
you can use macros in Report Studio for displaying, or the same functions in framework manager for business rules.
In Report Studio e.g., create a new data item/ calculation with the following expression
#sq($account.personalInfo.userName)#
this will return the user which is loged on on ibm cognos, and in case of a connected AD the ad user.
Good luck :P
Thats cool. I didn't know that. But not really what I'm looking for. I want to highest concurrent users interacting with IBM Cognos 10 BI system at any given time. The number of concurrent users for cognos, refers to the total number of people using the resource within predefined period of time.
Only way I know of finding the highwater mark for number of concurrent users is create it with load testing tools, like JMeter or LoadRunner