cancel
Showing results for 
Search instead for 
Did you mean: 

USER STATS in j2ee side

Former Member
0 Kudos

Hi guys,

Can anyone tell me how the user stats like Number of users logged in and details as in number of failed login, active login ,

can be taken on J2EE side .

We have the usr02,usr41 having these logon details on ABAP side , do we have method in JAVA stack.

What is the table on the J2EE schema , which contains these tables.

Thanks

Prasanna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Rahul,

Pleas tell me the table in which this data is tored.

There is a table in portal and we can use standard API's of portal to get this information.

I want to know the table from which these information is fetched , so that i can create an iview and extract data according to my requirement.

Thanks

Prasanna

Former Member
0 Kudos

Hi

You can monitor current user stats, log on and log off time from Visual Administrator:

Choose Security Provider Service Runtime --> Login Sessions tab.

Here you can find:

· # u2013 the unique identifier of the login session.

· Principal u2013 the name of the user that is associated with the login session.

· Creation Timestamp u2013 date and time of session creation.

· Expires At u2013 expiry date and time.

Regards

Rahul