Page 1 of 1

How can we capture which user login for specific cubes

Posted: Mon Oct 11, 2010 8:42 pm
by Firefly
I have list of cubes where i want to trace which user logged into that cube and which date he logged in .
I tried to look into stats by client that was not much useful to me as it shows server login information by hours.

I tried to get someinformation from transaction log it shows only when a user make transaction to the cube.it doesnt show me the login user details.
is there is any way where i can trace user login information by cubes.

Re: How can we capture which user login for specific cubes

Posted: Mon Oct 11, 2010 9:11 pm
by Alan Kirk
Firefly wrote:I have list of cubes where i want to trace which user logged into that cube and which date he logged in .
I tried to look into stats by client that was not much useful to me as it shows server login information by hours.

I tried to get someinformation from transaction log it shows only when a user make transaction to the cube.it doesnt show me the login user details.
is there is any way where i can trace user login information by cubes.
Users don't "log in" to individual cubes, they log in to a server. I'm assuming that you want to know when a user accessed a cube.

The Stats by Cube by Client is indeed exactly what you can use to track when a user did that.

See: http://forums.olapforums.com/viewtopic.php?f=3&t=1450

Re: How can we capture which user login for specific cubes

Posted: Thu Nov 04, 2010 11:06 pm
by Firefly
Thanks Alan!

I shall work on this! this was a very great help!