cancel
Showing results for 
Search instead for 
Did you mean: 

Easy iView Question (Users Logged Into Portal)

Former Member
0 Kudos

Is there a standard iView or how would I go about creating an iView to see the current user id's and user names of people currently logged into the Portal.

Thanks,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

former_member182598
Active Contributor
0 Kudos

Hi Tom,

You can build one of your own by referring to this blog.

Thanks

Prashant

kai_unewisse3
Active Contributor
0 Kudos

Hi Tom,

And if you are planning to update in the near future:

with 7.0 EHP2 you will get a Standard SAP Portal report.

Regards,

Kai

Former Member
0 Kudos

Where is this standard report? We are on 7.0 EHP2.

Thanks!

p330068
Active Contributor
0 Kudos

Hi Thomas,

Please check the System Administration >> Monitoring >> here you can find the Portal Activity Report.

Now check the content administration and search the iview for Portal Activity Report.

Best Regards

AJ

kai_unewisse3
Active Contributor
0 Kudos

Hi Thomas,

I found it under

SystemAdmin > Support >Webdynpro Testtools >Useradministration

In the middle is the table with "active users".

I thought i had another report but i could not find it anymore.

Regards,

Kai

kai_unewisse3
Active Contributor
0 Kudos

Now i found what i remembered when i answered your question :

Use the /nwa without the irj/portal and then navigate to System administration >Monitoring > Session Monitoring

An export to Excel is included

Regards,

Kai

Answers (3)

Answers (3)

former_member201257
Active Contributor
0 Kudos

The activity reports won't give you the list of currently logged on users. It displays information on all users who logged in since the data collection service was started

You can check for users with active sessions from Visual Administrator Tool on Portal server under the security provider/sessions.

Some additional details can be found from:

http://<portalserver>/nwa -> System Management -> Monitoring -> Java System Reports -> Users Activities

You can write a simple application as mentioned in the following wiki to get those details:

http://wiki.sdn.sap.com/wiki/display/Snippets/Listofloggedonusersinthe+Portal

This code works for single server node.

You can enhance your code to get a list of server nodes first and then populate the users under each server node.

See

Hope that helps !!

Thanks,

Shanti

Former Member
0 Kudos

Where do I find this iView?

former_member201257
Active Contributor
0 Kudos

You can create a portal activity report iview by running the iView Wizard and selecting the Portal Activity Report template.

See http://help.sap.com/saphelp_nw04/helpdata/en/fb/144120ea5b4e9c9385d493a578d6c9/frameset.htm

Thanks,

Shanti

former_member194211
Contributor
0 Kudos

Hi Tom,

Try using Portal activity report iView.

Thanks.

Sushil