cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Portal get last login date for user

0 Kudos

Hi,

Guru, help me, please.

I have task - in java report, get last login date and time for user in SAP Enterprise Portal system. I found this information on Authentication Log (in /nwa/logs), but I don't know as get this information in my program. Is there an Java API for reading and parse logs? Or another way to get this date?

Accepted Solutions (0)

Answers (4)

Answers (4)

Asha_Pillai
Active Participant

Hello,

Can you check if Portal Activity report would help here

https://wiki.scn.sap.com/wiki/display/EP/How+to+Configure+Portal+Activity+Report

For information about users login on AS Java, you can check security audit logs as well

https://help.sap.com/saphelp_nw73/helpdata/en/4b/6013583840584ae10000000a42189c/frameset.htm

I hope this helps.

Regards,

Asha

adeel_khan3
Explorer
0 Kudos

Hello

You can also view the last login user via below:
NWA > Availability and Performance > Resource Monitoring > Session Management

Thanks and Kind regards
Adeel Khan

Former Member
0 Kudos

Many Thanks for the information on portal activity report.

0 Kudos

Hello, Asha.

Thank you very much for the answer.

I'll try to configure Portal Activity Report. It seems that this is what I need.

Kind of regards, Sergey