cancel
Showing results for 
Search instead for 
Did you mean: 

how to display logged in users in portal of particular period.

Former Member
0 Kudos

Hi,

I have created Activitey report iview and set the properties. It is displaying all the users, no. of hits, and first logon.

i have given the time period as NOV1 to NOV 30. so it must display from Nov 1 to Nov 30. but it is displaying all the users from their first logon.

how could i display the users who have logged in only from 1st to 30th of Nov?

Regards,

Vila.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member82178
Active Participant
0 Kudos

Hi Vila,

I guess Portal Activity Report doesn't suffice your requirement.

Alternatively, we can use security log generated by portal server ( log maintains important security events such as successful and failed user logons, and creation or modification of users,groups and roles) which is at the location

\usr\sap\<ServerName>\JC00\j2ee\cluster\server0\log\system\security.*.log

Every log record has time stamp value and UserID information, we need to write a porgram which picks up the record within the timeframe and based on UserID we can get IUser information.

If you further help please let me know ( recently only i have written this code)

Thanks and regards,

-Madhu

*reward points if useful