Extracting/Uploading Portal Activity Data Collector data in BI for reports

Hello Experts,
I am looking for the approach where we can upload the data collected by portal activity data collector service into BI for generating report from BI. If anyone has done this before, what are your strategy in this case? I think Portal Activity Data Collector is more detailed over Portal Activity Reporting. Any thoughts on generating the custom reports?
Kindly help me with your valuable information
Thanks,
Ameya

Hello Ameya,
We are using Activity Reporting service for KM activity tracking and activity data collector for PCD access logs. What we do in our environment is , we have created a custom tablespace in our oracle DB of portal. We upload these logs to db using shell scripts (flat file format, later which is converted to a more maningful schema structure which can be queried upon). We have specific procedures in db for getting the required reports.
Another option would be to upload to solution manager where the reports can be generated using BI.
File formats of these Activity reports can be modified by configuration.
Regards,
Vinod.

Similar Messages

  • Sliding window sanario in PTF vs Availability of recently loaded data in the staging table for reporting purpose

    Hello everybody, I am a SQL server DBA and I am planning to implement table partitioning on some of our large tables in our data warehouse. I
    am thinking to design it using the sliding window scenario. I do have one concern though; I think the staging tables we use for new data loading and for switching out the old partition are going to be non-partitioned, right?? Well, I don't have an issue with
    the second staging table that is used for switching out the old partition. My concern is on the first staging table that we use it for switch in purpose, since this table is non-partitioned and holding the new data, HOW ARE WE GOING TO USE/access THIS DATA
    FOR REPORTING PURPOSE before we switch in to our target partitioned table????? say, this staging table is holding a one month worth of data and we will be switching it at the end of the month. Correct me if I am wrong okay, one way I can think of accessing
    this non-portioned staging table is by creating views, which we don’t want to change our codes.
    Do you guys share us your thoughts, experiences???
    We really appreciate your help.

    Hi BG516,
    According to your description, you need to implement table partitioning on some of our large tables in our data warehouse, the problem is that you need the partition table only hold a month data, please correct me if I have anything misunderstanding.
    In this case, you can create non-partitioned table, import the records which age is more than one month into the new created table. Leave the records which age is less than one month on the table in your data warehouse Then you need to create job to
    copy the data from partition table into non-partitioned table at the last day of each month. In this case, the partition table only contain the data for current month. Please refer to the link below to see the details.
    http://blog.sqlauthority.com/2007/08/15/sql-server-insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/
    https://msdn.microsoft.com/en-us/library/ms190268.aspx?f=255&MSPPError=-2147217396
    If this is not what you want, please provide us more information, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • UCCX 10.1 - Linked Server - Copying HR data to external SQL Server for reporting

    I have a customer that is migrating from UCCX 7 to UCCX 10.  They currently have a 2008 SQL Server R2 that they use for custom reports.  They have a package that runs nightly to copy relevant data from UCCX 7 to the their server and then run reports daily against that database.   Pretty easy when everything is in MS SQL.  My plan was to set up a linked server in SQL 2008 to the UCCX server.  This would allow me to easily run a query against Informix and move the data over as before.  However, I am having problems adding the linked server.
    I have installed the Informix drivers (both 32 and 64 bit) during the troubleshooting.
    The DSN is created and connects to UCCX just fine.
    When I attempt to add the linked server using 64 bit driver DSN I get the following:
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "UCCX101".
    OLE DB provider "MSDASQL" for linked server "UCCX101" returned message "[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed".
    OLE DB provider "MSDASQL" for linked server "UCCX101" returned message "[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed".
    OLE DB provider "MSDASQL" for linked server "UCCX101" returned message "[Informix][Informix ODBC Driver][-11302] Insufficient Connection information was supplied". (.Net SqlClient Data Provider)
    When I attempt to add the linked server using the 32 bit driver DSN I get the following:
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "32UCCX101".
    OLE DB provider "MSDASQL" for linked server "32UCCX101" returned message "[Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application". (Microsoft SQL Server, Error: 7303)
    It appears to me there is a 32/64 bit conflict no matter route I go.
    Can anyone tell me what I am missing?
    Is there a better approach to take to achieve the ultimate goal?
    Any suggestions are greatly appreciated.
    TIA
    John

    I have created linked servers on an SQL2K box that points back to CCX. First off, you have to set the password for the UCCX HR user to some known value.
    exec sp_dropserver 'fonccx9_01', 'droplogins'
    EXEC sp_addlinkedserver
    @server='fonccx9_01', -- Name of the Linked Server, when it is created.
    @srvproduct='Microsoft OLE DB Provider for ODBC', -- OLE DB Provider.
    @provider='MSDASQL', -- Provider_name.
    @datasrc ='fonccx9-01', -- DSN Name of the ODBC Data Source.
    @provstr= -- ODBC Connection String.
    'Driver={IBM Informix ODBC};Server=fonccx9_01_uccx;Database=db_cra; Uid=uccxhruser; Pwd=Some-Password;'
    EXEC sp_addlinkedsrvlogin
        @rmtsrvname = 'fonccx9_01',
        @useself = 'FALSE',
        @rmtuser = 'uccxhruser',
        @rmtpassword = 'Some-Password'
    Note that the server name is "fonccx9-01", but the dash is an illegal character in the server name, so you have to change that to an underscore. You still have to manually build the ODBC data source on the box where you are trying to create the linked server.

  • To extract portal activity data from the portal into Solution manager.

    HI all,
          I need to extract the portal activity data from the portal into Solution  Manager BI and then later on into the SAP BW in order to generate BEx reports on the portal activity data. I need to know about the configuartions that are needed to be done on the portal side and the solution manager side so as to get the data into SolMan from portal.  Waiting for a response.
    Thanks and regards,
    Divya.

    Hi
    In solution manager you can do the  analysis of the ADC data files (Portal activity reporting) as as part of the End-to-End Diagnostics (Portal Activity Reporting tab in the End-to-End Workload Analysis).
    Will you see the Portal Activity Reporting tab under End-to-End Workload Analysis?
    by default PAR in SAP Solution Manager 7.0 EHP1 is deactivated ,since we requires
    some manual configuration of the Activity Data Collector.
    please follow the attached config guide in the SAP note for configuration.
    Jansi

  • Configurations for extracting portal activity data from netweaver portal.

    Hi,
    I need to fetch  the portal activity data from the portal into Solution Manager. I would like to know the configurations on the portal that will be needed in order to extract the portal actvity data . How will i proceed extracting the portal activity data?
    thanks and regards,
    Divya.

    Hi Divya,
    We can not say that Early Watch Alerts is same as the  the portal activity report.
    Its a diagnosis service, for the solution monitoring of SAP and non-SAP systems
    in the SAP Solution Manager. Its gives you the complete details of your System.
    If we talk about Portal then you can get the details like :
    1. Java Heap details
    2. Memory Uses
    3.Portal Objects access details (Like Activity report )
    4.Server Nodes details
       and many more things.................
    The Underlying concept is to ensure smooth operation of individual SAP Systems
    by keeping you informed of their status and allowing you to take action,
    before severe technical problem occurs.
    Check the below link for ewa:
    [SAP EarlyWatch Alert overview|http://www.mediafire.com/?gilijcnnwet]
    [SAP EarlyWatch Alert|http://help.sap.com/saphelp_sm40/helpdata/en/87/50cce344ae495bae240add66a28ed7/content.htm]
    [Using SAP EarlyWatch Alert|http://help.sap.com/saphelp_sm40/helpdata/en/5a/b27f17edb04a6882c59f6619a267b9/content.htm]
    Regards,
    Piyush

  • What happens to report data when data is deleted in cube

    Hi,
    We are deleting Complete data in Cube daily and do a fresh data load via process chain. So, my question is what happens when run a report based on the cube during period of deletion of data from cube.
    My question is does system will put old data some where untill new data comes in cube (or) complete deletion of data takes place and no data is displayed in report during that deletion period.
    Please let me know.
    Thanks
    Tony

    Hi Tony,
    As soon as data is deleted from the cube, Data will not be available for reporting. because for any reports data is fetched from Tables, for DSO they will fetch from Active table.
    So you will receive a message Data not found, if the data is deleted from Cube's table.
    Assign some points, if this is helpful.
    Rgs,
    I.R.K

  • Best Practice for report output of CRM Notes field data

    My company has a requirement to produce a report with variable output, based upon a keyword search of our CRM Request Notes data.  Example:  The business wants a report return of all Service Requests where the Notes field contains the word "pay" or "payee" or "payment".  As part of the report output, the business wants to freely select the output fields meant to accompany the notes data.  Can anyone please advise to SAP's Best Practice for meeting a report requirement such as this.  Is a custom ABAP application built?  Does data get moved to BW for Reporting (how are notes handles)?  Is data moved to separate system?

    Hi David,
    I would leave your query
    "Am I doing something wrong and did I miss something that would prevent this problem?"
    to the experts/ gurus out here on this forum.
    From my end, you can follow
    TOP 10 EXCEL TIPS FOR SUCCESS
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204c3259-edb2-2b10-4a84-a754c9e1aea8
    Please follow the Xcelsius Best Practices at
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a084a11c-6564-2b10-79ac-cc1eb3f017ac
    In order to reduce the size of xlf and swf files follow
    http://myxcelsius.com/2009/03/18/reduce-the-size-of-your-xlf-and-swf-files/
    Hope this helps to certain extent.
    Regards
    Nikhil

  • How to make cube data avilable for reporting

    Hello,
    I have loaded data in to info cube from flat file, and created a query using BEx Analyzer. that query does not return results and gives an error msg "No Applicable Data Found".
    Padmanabha Rao had a same problem. In his thread, expert is recommending to check whether the data is available for Reporting by Rt clicking Infocube -> Manage -> Requests tab. Ideally, you'll be able see an indicator(Query icon) if it's available for reporting.
    My cube data is not available for reporting, how can I make it available for reporting?
    Regards,
    Tejas.

    Normally when the data gets loaded to cube, it will be available for reporting unlike DSO where you need to activate the data to make it available for reporting. There could be many reasons why the data is not available for reporting;
    1. May be there is aggregrates created on the cube and the data never been rolled up to the aggregates. If you see a summation sign next to the cube then there is aggregates created on the cube and you need to fill the aggregates first before you can have the data available for reporting in the cube. To do that, manage ->rollup and start, that will fill the aggregates.
    2. If there is any request in the cube which is still red, then any request after that won't be available for reporting until you either delete the red request.
    If the problem still persist, then I would just delete all the data from the cube and reload the data again.
    thanks.
    Wond

  • Differences between the Portal Data Collector and the Activity Data Collect

    Hello,
    I want to know what are the differences between the Portal Data Collector and the Activity Data Collector?
    Best Regards.
    Pablo Mortera.

    All of my SQL Server instances  are sql server 2008r2 standard edition(10.50.2500). MDW is existing database, I try to setup collection sets for multiple instances and store data in one central MDW database 
    I create MDW in one instance, then run run configure Management Data Warehouse in target intance. collection sets were created successfully, but job failed with following error:
    Executed as user: COCAD\INTDEPT01SQLAgentC10. The Management Data Warehouse version "00.00.0000.00" is not supported by the current data collector. Please upgrade the Management Data Warehouse by running the Management Data Warehouse Configuration
    Wizard.  Process Exit Code 5.  The step failed.
    Thanks
    PAULqaz

  • Portal Activity Data Collector -- Multiple directories

    We are using the Portal Activity Data Collector and want to know if Sol Man 7 EHP 1 will pick up the files from more than one location or do we still have to put them into a central directory to be analyzed?
    Thanks for your assistance!
    --  Jackie McCarty

    Hi,
    please have a look in the note 1309740 there is a pdf with a whitepaper for the Portal Activity Data Collector.
    The padc file was read in differnt folder. In our enviroment whe have 3 server nodes and each of this has his hown padc folder.
    Regards
    Daniel

  • Activity Data Collector (ADC) - Portal Activity Report Dependancy

    Hello all,
    I have configured the Activity Data Collector (ADC) and it is working as designed.
    But when I stop the Portal Activity Report, the other activity reporting feature, the ADC stops working too.. Does anybody seen this behavior and know why this is happening? We want to get rid of the PA Report, because it seems to be bug-ridden.
    Thanks,
    Raj Balakrishnan

    Hi,
    If you are considering switching to ADC, please remember that it is a little bit different kind of report. There is a SAP Note 1084379 - Portal Activity Report - Latest version (SDA file) that can help you to solve the Activity report bug problem. In case you willing to try ADC
        1.      Navigate to System Administration -> System Configuration -> Service Configuration.
        2.      In the Portal Catalog, navigate to the portal service at Applications -> com.sap.portal.activitydatacollector
                 -> Services -> DataCollectionHook.
        3.      Right-click DataCollectionHook, and select Configure.
        4.      Set the property Activate Data Collector to true, after youu2019ve switch the Activity report to false of course.
    For more information use
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/e4dd28dc8e72dde10000000a114a6b/frameset.htm
    Good luck!
    Victoria Gur

  • NW04 SP21 Activity Data Collector service unavailable for configuration

    Hello Portal experts,
    We have installed SP21 on NW04 and w were wanting to utilize the Activity Data Collector (http://help.sap.com/saphelp_nw04/helpdata/en/57/a21f407b402402e10000000a1550b0/frameset.htm) to perform some performance and usage analysis. When attempting to activate the service I find that it is not available.
    From:
    http://help.sap.com/saphelp_nw04/helpdata/en/46/e42c3ed63369b5e10000000a114a6b/frameset.htm
    1. Navigate to System Administration > System Configuration > Service Configuration.
    2. In the Portal Catalog, navigate to the portal service at Applications > com.sap.portal.activitydatacollector > Services > DataCollectionHook.
    3. ....
    Looking in the PDC we can see the par files for PCR but it doesn't appear we have anything for activitydatacollector.
    We did our due and searched in notes, sdn etc. and were not finding much to go on so any help is appreciated.
    Bryant

    I raised a SAP customer message about this and SAP support replied thus:
    "If you do not find the file com.sap.portal.activitydatacollector.par.bakin one of the following directories, please deploy the attached .sda
    files as explained below.
    \usr\sap\<SID>\JCxx\j2ee\cluster\serverX\apps\sap.
    com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    \usr\sap\<SID>\JCxx\j2ee\cluster\serverX\apps\sap.
    com\irj\servlet_jsp\irj\root\WEB-INF\deployment\temp
    Attached you can find the zip file data_collector. Please extract it anduse the SDM server to deploy the 2 SDAs inside with the following
    order:
    com.sap.portal.activityreportingframework.sda
    com.sap.portal.activitydatacollector.sda
    After that you should be able to configure and run the Activity Data Collector. "
    We deployed the sdas and after a restart, we were able to access this service.
    Thanks
    Raj Balakrishnan

  • Activity Reporting X Activity Data Collector

    Hi,
    there are two types of activity reporting in SAP Enterprise Portal, Activity Data Collector and Activity Reporting. The SAP documentation for the Activity Data Collector
    (http://help.sap.com/saphelp_nw70/helpdata/EN/47/8ac2e51b141e1ee10000000a42189d/content.htm) specifies that the "Directory Name" property can be either a relative path or an absolute path on the server (<drive>:\dir).
    However, the SAP documentation for the Activity Reporting (http://help.sap.com/saphelp_nw70/helpdata/en/45/74eeda9ba26975e10000000a114a6b/frameset.htm) does not explicitly specify that the "Directory Name" property can be an absolute path on the server.
    I've started the Activity Reporting for KM documents, but I don't have permissions to re-start the server anytime in order to test all the possible configurations. For now, the "Directory Name" is an absolute path. Can the "Directory Name" property of Actitity Reporting (KM) be an absolute path on the server? In order to start the Activity Reporting (KM), is it required to first start the Activity Data Collector?
    Thanks in advance,
    Daniel

    Hi Daniel,
    I don't think you need to activate the first Active Data Collector you mentioned,
    there are two ADC releases - one for Portal and one for KM
    Does your requeriments specify you must use an absolute path? Otherwise I'd
    suggest using a relative path (/usr/sap/<SID>/...) - haven't tested absolute paths though.
    so I don't know if that'd work.
    There is How-To guide at SDN with detailed explanation of these topics, search and
    elearning pages isn't working for me atm else I'd paste you the link but look for it:
    SAP Enterprise Portal Usage Reporting (or Portal Activity Reporting)
    by John Polus, Jan 14th, 2009
    PDF 1.04Mb
    regards,
    Rafael

  • Portal Activity -- Date format in Usterstat database

    Hello,
    we have a problem with our activity reporting. The system shows us only 0-3 user per hour in the report.
    To see what's the problem we looked in our USERSTAT data base to compare it with the report.
    I wonder, if these numbers below are correct? I don't know what they mean. Are this dates?? Could it be a wrong data type??
    <u>Here is an extract from our USERSTAT:</u>
    TIMESTAMPHOUR AGG                                                              
    HASHEDUSERID                                                                   
    USE                                                                            
    LOGONID                                                                        
       1.1779E+12 h                                                                
    USER1                                                                    
    n                                                                               
    USER1                                                                               
    TIMESTAMPHOUR AGG                                                              
    HASHEDUSERID                                                                   
    USE                                                                            
    LOGONID                                                                        
       1.1792E+12 h                                                                
    USER2                                                                       
    n                                                                               
    USER2
    Thanks in advance.
    Kirsten

    Hi kristen,
    As far as i know SAP runs an agregated Script which will aggreate the data and store the Data.So the data which you see in the database can be one day old ( Need to check on this ) Refer to these
    Mysteries of the Portal Activity Report
    Mysteries of the Portal Activity Report II
    Mysteries of the Portal Activity Report III
    refer to these may be of some help.
    Thanx
    Pankaj

  • Info about the log traces in Activity Data Collector

    Hi,
    I have configured the activity data collector by setting the following properties in ADC and restarted the service
    Activate Data Collection :true
    Additional File Formats: --(not set anythng left blank)
    Base File Name: Portal Activity
    Directory Name: portalActivityTraces
    File Encoding : UTF-8
    Hour in the day to close all files, in GMT : 0
    Main File Format : %Orfo.t(dd-MM-yyyy HH:mm:ss,GMT+5.5)%%Stab%%Orfo.ct%%Stab%%Orfo.in%%Stab%%Orfo.un%%Stab%%Orfo.bt%%Stab%%Orfo.pu%%Stab%%Orfo.rh(referer)%%Snl%
    Max Buffer size :500KB
    Max File Size : 10240 KB
    The files are created in the folder called "Portal Activity Traces" But the issue is with the name of the log files getting created
    Since i have not set any additional file formats, The log files consist of main file formats
    the file names are like this 
    portalActivity_29893750_1254305061537.txt.open in this
    wat  does the time stamp "1254305061537" refer? Plz explain
    some files are of type text document and some are of type "open" wat does tis mean?
    If i set t "Hour in the day to close all files"
    to 0 wen does it write the log files? Is it at 12? after that will it create a new file?
    n in the main file format i have set the time to GMT5.5 (since IST is GMT5.5) but im not getting the proper time format
    Plz help me out
    Thanks in Advance
    Regards,
    Sowmya
    Edited by: Sowmya B on Sep 30, 2009 1:43 PM

    Hi Prasanna,
    Thanks for the reply.
    Actually there are about 3 to 4 files which are of type .open and they have created long back.Are those files still getting populated.If we set the "hour to close all files" to 0 it should close the open files and create the new(fresh) files for the next day right?
    According to the documentation in help portal, "Files may be closed before reaching this limit(Max File Size), as all files are closed at the hour specified in the Hour in the day to close all files property."
    Then how come some old files are still getting populated?
    Midnight means wat time in particular? Plz explain
    About timestamp is it the time the file was created in some format?
    If anyone knows plz explain the format of timestamp
    Edited by: Sowmya B on Sep 30, 2009 2:13 PM

Maybe you are looking for

  • Unable to add additional photos to shared photo stream, not updating on iOS devices either.

    I am sharing photos from a vacation with family and I am not able to add additional photos to the photo stream. I set it up in iPhoto on my Mac. I think it originally tapped out for some reason because I hit a daily limit for number of photos uploade

  • Create hidden attribute in OID

    Hello. I want to know how to create a custom attribute in OID which is hidden from certiain users. Is this simple to do? Thanks.

  • EJBQL query problem in JPA

    I am developing an Enterprise application that uses JPA and toplink as the persistence provider. It uses MYSQL 5.1. The query used in the Entity class is : @NamedQueries({@NamedQuery(name = "AirtravelsDynamic.findAllEconomyFlights", query = "select N

  • Currency and company code

    Dear friends i noticed all GL accounts in COMPANY CODE 1100 are set up as CAD$ AND IN 1200 is as USD$. (1100 COMPANY CODE IN CANADA AND 1200 COMPANY CODE IN US) is this correct? just i want to know what happens when we post in Euro to a vendor? kindl

  • ISE v1.1.1 Network Setup Assistant errors

    Hello Everyone. I've been having some difficulties with ISE v1.1.1 while setting up and testing the SISE course. It's setup so that BYOD users can self-service a guest account with the ISE and register their device. After that the Network Setup Assis