Hi all.
Our SAP license auditor is asking us a portal user list, so we want to get a user list with the last logon.
I read many discussions about how to get this date, and it seems that the best solution is to pass through by the activity report or rather by the WCR_USERSTAT table (I believe it’s the the same thing, is it correct?)
The first (and more important) question is this: is there another way? If we use this method, we start now to collect data.
However we tried to start the data collector as shown in this link:
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/47/87329cc84a199ce10000000a42189d/content.htm
Through the Configuration>Infrastructure>Application modules we found the webdynpro/resources/sap.com/pb module and on “Web dynpro sheet details/ properties” in the
Components/com.sap.portal.pb.PageBuilder/PortalHooks, we changed the value of
sap.com/_activity_reporting_wd_hook;com.sap.portal.activity.reporting.ActivityReportingWDHook
on “true”.
Finally we went to “Start & Stop: Java Applications” in nwa to restart “com.sap.portal.activityreport.core” application.
Now: in nwa we can see the correct value true (ActivityReportingWDHook), but in the portal iView “Activity report” (System administration>Content Statistics) we can see “Portal activity report activated: false”.
So: how many things are we mistaking?
(Net Weaver version is 7.4)
Thanks in advance