Question of activity reports

hi, all
I have read from the portal online help Link:[http://help.sap.com/saphelp_nw70/helpdata/en/47/873ca0c84a199ce10000000a42189d/content.htm]
that there are two data collection type for portal objects
Monitor Hits: If set to true, data is collected about the number of people who viewed this page/iVIews, default true
Monitor Users (pages only): If set to true, data about the users who visited this page is collected, default false.
I am not very sure about the second one, is this mean the information of "which user visit which iView" will not not be collected, but only "which page visit by which user" will be collected?
If so, how the activity report of the total impression of each user come out?
Can any expert explain to me ?
Thanks.

Hi,
The Portal Activity Report collects the information about users only for pages, and not for iViews. The reason for not collecting the information also for iviews was due to the assumption that usually in correct content design, iViews are located inside pages, and thus once you have the page, you know what iViews are inside this page.
Collecting less data at the end, helps for better performance (especially if it is considered duplicated data, and hence redundant).
In case you would like to collect more data about the rendered content, that is not provided by the Portal Activity Report, you can use the Activity Data Collector instead, and configure by yourself all the data you would like to collect. This feature is flexible, and is written in order to provide customers the ability to decide themselves what they would like to collect.
You can read more about in under:
http://help.sap.com/saphelp_nw70/helpdata/en/47/873c99c84a199ce10000000a42189d/frameset.htm
Thank you,
Best regards,
Michal

Similar Messages

  • Question about Activity Reports

    Hi,
    I tried to use Activity Reports on our Portal to find out the each instance is doing, but the iView does data aggregation. Does anyone know how can we obtain statistics on dialog instance's activities? I was hoping the report would give me details on
    1. how many requests did the instance server during a specified time frame
    2. what activities did the instance do during a specified time frame
    Many thanks in advance.

    Hi Voon,
    The details regarding the Dialog Instance that you require can be attained by the following activities -
    Dialog Overview Monitor - You can use this monitor to check the most important values for the SAP dialog system and the number of users logged on, broken down by application server.
    Features include -
    1) Dialog Response Time
    2) Network Time
    3) Standardized Response Time
    4) Users Logged on.
    This is detailed information regarding the same -
    [Dialog Overview Monitor|http://help.sap.com/saphelp_nw04/helpdata/en/31/d7843b43c8e937e10000000a11402f/content.htm]
    Also there is an "Dialog Per Application Server Monitor" --
    [Dialog Per Application Server Monitor|http://help.sap.com/saphelp_nw04/helpdata/en/9e/08443c4a082335e10000000a114084/content.htm]
    Entire System Monitor --
    http://help.sap.com/saphelpnw04/helpdata/en/9c/f78b3ba19dfe47e10000000a11402f/frameset.htm_
    Reward points if helpful
    Regards,
    Shailesh Nagar

  • Activity Report iView

    Hello all,
    I have a question regarding Activity Report iView. We are using two portals. The support package level is SPS11 patch 6. The activity Report iView only works on one of the portals correctly. The data are displayed well. But the same iView on the other portal doesn't display any data. The message appears like: No data available for the chosen period.
    I made the same settings on each portal.
    I also made the right settings in the data configuration service.
    Does anyone knows why the iView only works on one of our portals?
    Thanks a lot in advance.
    Best wishes

    Hello,
    There could be various reasons for such behaviors. I will present 2 of the most common reasons:
    1. "DuplicateKeyException" issue -
    An hourly aggregation takes place every hour during the day. When running a clustered environment, all server nodes "wake up" at the same time and try to perform the aggregation, so actually there is a race (since all server nodes are running the same application), and starting this moment data can't be collected (You can get a hint in NW7.0 from the "Status of Activity Reporting" iView when the following message appears: "The database contains non-aggregated data that is more than 2 hours old").
    In order to release the "Traffic jam" which was formed, one should find the duplicated entry (Usually in the WCR_USERSTAT DB table), and remove it manually. Sometimes it is better to remove all the entries from this timestamp and maybe even the whole table.
    However, this will only release the jam, but will not insure that it won't happen again on the next aggregation. In order to do so, you can take one of the following actions:
    (a) Install NW04-SP21/NW7.0-SP13 and on.          
    (b) The recommended solution - Install the latest version of Activity Report, which can be downloaded from SAP note 1084379 - "Portal Activity Report - Latest version (SDA file)".
    This behavior was fixed in NW04-SP21 / NW7.0-SP13, and was even improved in future versions (NW7.0 - SP17).
    For further details please see SAP note 1054145.
    2. The selected iViews are not same iViews which are in fact inside the role -
    The aggregation is OK, all the data is present within the DB, but when you try to generate a content report (iView/Pages report), you receive nothing or very little.
    This usually happens when one adds to the report the source iView itself (the ancestor), rather than the role which this iView was assigned to (Notice that the iView which lay under the role has a different ID and a different PCD URL than the ancestor iView). This causes the report to display the source iView, which of course, is not accessible to any of the end users.
    Hope this helps!
    Lior Baz
    Installed Base Development
    NetWeaver Portal Platform
    SAP Labs Israel

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • Can the Portal Activity Report show unique users per page?

    Hello all
    I guess this is a rather simple question, but can someone tell me if the portal activity report can show a count of unique users per page per week for instance?
    Or will it just show which users have visited the page in a list without aggregating them to a number? And if the users are aggregated to a number, is it only uniwue users that are counted for the given period?
    Regards,
    Martin

    Hi sogaard,
    It shows the no of unique logons.isnt it.
    Try these blogs
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5497
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5436
    Hope this helps
    Regards
    Vineeth

  • How to display an USERID on  "Portal Activity Report - Pages and iViews"

    HI,All.
    I have a question.
    It is as follows.
    A purpose&#65306;
    iView of EP is used and called for contents of the WEB-AP server of various (Tomcat(Java)).
    The acquisition of "EP login user ID" is difficult from the log of each WEB-AP server.
    It wants to acquire information on "Which iView which EP login user how many times executed?" by using EP, and analysis/to use it.
    A present specification&#65306;
    "Only information on "Number of users using iView" can be acquired in this function
    though "Page and iView of portal activity report" of EP was verified to achieve the above-mentioned purpose.
    It is impossible to analyze it, that is, "Which user ID used iView?".
    A question&#65306;
    In "Page and iView of portal activity report"
    How should I do to display "Which iView how many times did each EP login user execute?"?
    Or, I want to know if there is a table with the informations.
    Environment&#65306;
    EP6.0&#12288;SP18
    OS:WindowsServer2003 EE sp1  rc2
    CPU:Xeon3.2GHz x2
    MEMORY:4GB
    HDD:36GB*2
    Other:Clustering
    Thanking you in advance.
    matsu.

    Hi,
    You can try Setting the 'Monitor Users' property of the pages to 'Yes'. We did this for one of our portal but there seem to be a slight performance trade-off.
    Please award point if helpful.

  • Activity report does not seem to work

    Hello,
    We have a EP based on NW2004s Support Package Stack 10. The properties of the activity report are set so that the report is activated. When I look at the statistics within the activity report, the last aggregation is about a month ago and there is not data displayed for the current day. From the documentation I have learned that there is not other configuration necessary in 7.00 (in 6.40 you had to configure the aggregation separately). What could be the cause of the data not being displayed and not being aggregated? I have restarted the application a number of times, but to no avail. The entire portal has also been restarted in the mean time, but the situation stays the same.
    Best regards, Wilbert

    Hi Wilbert,
    If your landscape is a clustered landscape, please verify that all servers have their time synchronized.
    The background is as follows: The aggregation runs through a temp DB table and aggregates all timestamps to an hourly timestamp (into a different DB table, deleting the corresponding entries in the first table). If two servers are out of synch, one server may write an entry with a timestamp of the hour which should have been aggregated before. In this case, the next aggregation tries to create a new aggregated entry for the hour in question, but fails, as such an entry already exists. The problem is, that with this exception, the whole aggregation process stops.
    To overcome this problem, you will have to delete the "overlapping" entries in one of the two tables in question. I could provide more infos if you say "time synch in fact was an issue"...
    Hope it helps
    Detlev

  • How to  extract  data from PCD tables to create  custom activity report

    Hi Friends
    I have a requiremnt for creating custom portal activity report, even though we have
    standard report for that, we need to extract the data from the following pcd tables
    WCR_USERSTAT, WCR_WEBCONTENTSTAT,WCR_USERFIRSTLOGON,
    WCR_USERPAGEUSAGE.
    This extraced data will be used to create BW Reports.
    my questions  are
    1.How to extract the  data from   pcd tables?
    2.can i use   UME API   for  extracting the  data from the given PCD tables?
    3.Can i querry   the  PCD tables from JSPdynpage or  Webdynpro APP?
    Please guide me.
    Thanks in advance
    Ashok

    Hi Kishore,
    Refer to
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://wiki.sdn.sap.com/wiki/display/WDJava/OracleConnectivitywithEJBusingWebDynproApplication
    JDBC Connectivity with Webdynpro and Max DB
    Thanks
    Prashant

  • Portal Activity Report query

    Hello All,
    The Portal Activity Report shows data under Authenticated and Anonymous Columns
    Questions:
    1. Portal is not configured for anonymous authentication. So from where does it collect data and show data under anonymous column?
    2. How can I disable the anonymous part? And done so, will this have any affect on the way the Authenticated figures are collected?
    Please share your experience on this.
    Awaiting Reply.
    Thanks,
    PRanjan

    Even if you don't think you have any anonymous access, there is a default user Guest who is part of the Anonymous Users group who seems to access the portal!
    Not sure how to hide it. Sorry...

  • ISE Guest activity reports configuration

    Hi All,
    I am trying to obtain guest activity report pertaining to the websites accessed by the guests. I have a standalone ISE deployement (1.1.2) running all personas. I am following the instructions on this document in a way:
    http://www.cisco.com/en/US/products/ps6128/products_configuration_example09186a0080ac2fda.shtml#asac
    I have configured the sysloging on my ASA gateway this way:
    logging on
    logging list WebLogging message 304001
    logging trap WebLogging
    logging facility 21
    logging host inside <ISE-ip-address> 17/20514
    I also configured http inspection:
    policy-map global_policy
    class inspection_default
      inspect http
    service-policy global_policy global
    Accounting is configured on the WLC and pointing to the ISE node.
    I am using CWA for guest access. This is working as expected. The Sponsor creates the account then the guest logs in successfully using the account created. I only need to have the guest activity reported. So far no luck and the activity report is empty. Any pointers are greatly appreciated.
    Fadi

    Hi Fashour:
    I will began test to generate this kind of reports soon (I need to wait por authorization to get access to ASA and change current config) I have some questions:
    Did you configure something in the ISE to enable it as syslog server?
    Can it be possible that you paste an image with the report results as a sample? I like to show my company and my customer what kind of reports we should expect ..
    Regards.

  • Status of Activity Reporting in 7.31

    Hi All,
    I was trying to configure Portal activity reports.
    How to set properties First and Last Times Activity Data was Aggregated:
    Thanks,
    Prasad.

    Hi Prasad,
    Did you restart the service after configuring Portal Activity Report.
    Coming to your question, please go through the below wiki which states that you cannot change the aggregation dates manually through service configuration.
    FAQ’s - Portal Activity Report Functionality - Portal - SCN Wiki
    BR,
    Anurag

  • Activity report/ user trace of a user on EP 7.0

    Hello All,
    How can we get activity details/ report of a particular user in EP like
    1) which all transactions he executed
    2) which all authorization objects he have accessed ?
    3) how the user got locked ?
    4) user comparison
    5) failed authorization objects like su53 tx screen
    6) What all modifications done by user?
    7) Which are the users logged in between two particular dates and time
    8) Compare two users, roles, profiles etc like we do in SUIM tx
    Does any one have an Idea about  answers of  above questions ? Please let me know the details of this.  I will give full marks

    Hi
    Standard reporting function in the portal provides following information:
    &#9679; Information about the number of users who logged on during a specified period of time
    &#9679; This type of portal activity report also displays a graphic showing the change in the number of users logged on over time.
    &#9679; Information about the users who logged on
    &#9679; Information about the number of users who visited each page and iView
    For rest of your requirements, you will need to create custom reports.
    Refer this for further information
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/eb9df91aaf0e65e10000000a155369/content.htm
    Edited by: Prabhakar Lal on Mar 9, 2008 9:04 AM

  • Portal Activity reports inside BI

    All
    I hope i post this question in the whrigt forum.
    At first some system information:
    BI 7.0 java and abap instance on service pack 13 
    Enterprise Portal 7.0 with support pack 13.
    We already created some activity reports with the iview template SAP provides buth these are not complete for out usage.
    We have a new challenge. We want to create activity reports of the portal inside our BI system. So we want to fill cubes with the data collected in the EP and create reports over this data.
    I know the portal collects data and stores this data inside the tables: [Link To Help File|http://help.sap.com/saphelp_nw04s/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm]
    WCR_USERSTAT
    WCR_WEBCONTENTSTAT
    WCR_USERFIRSTLOGON
    WCR_USERPAGEUSAGE
    [See also this picture|http://help.sap.com/saphelp_nw04s/helpdata/en/b5/c652070d474533a18a930112a4b926/EP_ACTIV_image002.gif]
    The first question is how to import the data from the EP system inside the BI system?
    Edited by: J. Beckers on Jul 7, 2008 8:50 AM Added links

    If the data is stored in those tables, and those tables are in ERP, then just create an extractor to pull the information from ERP into BW.
    Cheers,
    Andrew

  • Activity Report Settings

    Is there a way to change the settings for Activity Reports available under System Administration > Monitoring > Portal > Activity Reports?  In particular, we want to expand the "Number of Users in the Last 3 Hours" section to let us see the information for a larger window, preferably at least 24 hours.  The "Status of Activity Reporting" section shows settings that suggest that the data collection and retention should allow for reporting over a longer period, but we can't find any way to access that information for analysis.  Any help is appreciated.

    Hi Todd,
    to change this you could open Content Administration and navigation to role Portal Content / Portal Administrators / System Administrators.
    Open it and edit iview com.sap.portal.usersInLast3Hours in page Activity report. There you can configure the period in the editor.
    An Alternative is to build an new iView (com.sap.portal.activityreport.frontend.ActivityReport) an configure it to your desires and place it anywhere you want.
    Hope this answers your question.
    Best Regards,
    Frank

  • Questions for "license report"

    Please advise whether there are answers for the following questions in "License Report"
    a. Update frequency
    How often will raw data for report be updated ? What is the name/process of such raw data update ? Can't it be tailored to run on demand ?
    b. Definition for some figures
    a. "Current Active User Count" : To compile with license requirement, should it be smaller or equal to number of acquired license ?
    b. "Users in the past 365 days" :
    Will it change if an ID was disabled or deleted ?
    Found its value is same as "Current Active User Count". Is it normal ?
    I created a Filr local ID and then deleted it. Found both figures were incremented by one but both did not decrease after ID was removed
    for one week. Is it normal ?
    Thanks in advance.

    sctlam,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

Maybe you are looking for

  • AP Payment Reprot

    Dear All, i need to include the check printing report at payment time, when user click the option print now this report will be printed , how to connect this report to this option in R12. Thanks

  • How do I move music from previous iphone to a new one?

    Can't seem to work out how to get music from previous iphone on new one? Also have changed laptop as well. Should I be able to do it via home sharing?

  • Installed itunes for windows- ipod+dvd drives not recognized by my computer

    After installing i tunes I received a message saying that there were errors during install. Importing and export (burning) would not be possible through i tunes, I should re-install itunes. I have reinstalled i tunes. On restarting my computer i have

  • IPhoto 6 & Restoring from .mac Backup

    Thankyou to all of the experienced mac users who post to these forums, most helpful to people relatively new to mac's. I have been happily using iPhoto 6.0.1 and the .mac backup utility weekly. last night I needed to reinstall Tiger, then iPhoto - wh

  • Wirelessly Connect Macbook to PC

    I just bought a Macbook (hasn't arrived yet, though) and want to connect it to my PC, where my files and internet are. I use linksys to connect 2 PCs already, and I share a printer between them. Will I be able to connect my PC and my Macbook without