Author Topic: Tracking User Activities  (Read 669 times)

Offline yelis913

  • Associate
  • **
  • Posts: 1
  • Forum Citizenship: +0/-0
Tracking User Activities
« on: 27 Dec 2010 03:32:55 am »
Hi,

I need to find out, by means of Java API, some user-related info: Who is logged on to Cognos 8 server? What are they doing?  Any extra info would be useful too.

Does anybody have any suggestions?

Thanks

Offline ReportNet Addict

  • Global Moderator
  • Statesman
  • *****
  • Posts: 831
  • Forum Citizenship: +61/-40
  • Creator of the Impact Suite
    • The Impact Suite
Re: Tracking User Activities
« Reply #1 on: 27 Dec 2010 06:31:15 am »
You could query for the session objects. That will give you an overview of all users that have a session object created. But don't forget: Web Apps are stateless so a user that logs in know and close Internet Explorer will still have a session until it's timed out.

Offline AussiePete2011

  • Statesman
  • ******
  • Posts: 253
  • Forum Citizenship: +14/-0
Re: Tracking User Activities
« Reply #2 on: 08 Mar 2011 03:17:00 pm »
Hi there,

I'd setup auditing in Cognos 8 then read off the table.  Also this has already been covered by BSP so you are covering ground already covered by available software.

BSP Solution:  http://pmsquare.com.au/imb-cognos-solutions/bsp-software-products/

http://publib.boulder.ibm.com/infocenter/c8bi/v8r4m0/index.jsp?topic=/com.ibm.swg.im.cognos.ug_cra.8.4.0.doc/ug_cra_id3354SampleAuditReports.html

http://www.ibm.com/developerworks/data/library/cognos/development/utilities/page509.html

Hope this helps
Cheers
Peter B