cancel
Showing results for 
Search instead for 
Did you mean: 

List the Users who logged on the AS / Portal / J2EE

Former Member
0 Kudos

Hello,

i have to write a class witch lists all Users who logged on die EP Portal. But there is no api where i can get this information. SAP has removed this Package from the PRT Application API.

Package com.sapportals.portal.prt.service.monitor

IMonitor

IUserMonitor

With this packege you could list all Users who logged in the Portal. Now the Users have moved to the J2EE Engine (SAP NOTE 762004). But hwo can a list the users on the J2EE Engine?

In the other package com.sap.security.api.IUserAccount or the other classes, you only find the logon time and stuff like this..

I have to do this by coding, so i can not use the activity reports oder the user overview I-views.. There must be a way to list the active login session by coding from the ep-portal?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Christian,

You can go through this link......

/message/3200031#3200031 [original link is broken]

Regards

Radhika Kuthiala

P.S You can award points for encouragement:)

Former Member
0 Kudos

Hi

Check out the following links

http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm

/thread/207395 [original link is broken]

Thanks & Regards

Harsimran

Former Member
0 Kudos

Hi,

Link 1:

sorry but i have to do this by coding.. The Activity Report is not useful.

Link2:

I have to list all logged on users not all users in the portal...

thx