COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: dbahiker on 09 Jul 2013 07:21:11 PM

Title: cognos concurrent users
Post by: dbahiker on 09 Jul 2013 07:21:11 PM
How can i get my cognos concurrent users from the audit package? Or anywhere else in cognos.
Title: Re: cognos concurrent users
Post by: charon on 09 Jul 2013 09:42:32 PM
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
Title: Re: cognos concurrent users
Post by: dbahiker on 10 Jul 2013 06:55:51 AM
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.
Title: Re: cognos concurrent users
Post by: SomeClown on 11 Jul 2013 05:28:55 AM
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