Statistics in 2004s

Hi,
What are the possibilities for running statistics on user activity in the portal - KM repository activity and browsing (page/iView hits) etc.
Regards,
Erik

Hi Erik,
for gathering information about the number of users who visited each page and iView you can use the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm">Portal Activity Report</a>.
There are also some interesting weblogs about this report if you need more information, just search here on SDN under weblogs.
Unfortunately, there is not such a feature delivered in the standard for KM repository activity. But there is an article by Thilo Brandt dated 11th July 2006 named <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0">Enhancing Customer Reports with Commands and Parameters</a>. This article describes how to implement a KM activity report. <a href="https://forums.sdn.sap.com/message.jspa?messageID=2718476">This thread</a> might also be usefull if you have problems using the provided code.
Hope this helps,
Robert

Similar Messages

  • Statistics in 2004s and Query total runtime

    Hi Everyone,
    We are setting up stats in 2004s.  We have all business content activated and loading successfully.  All looks good from that end.  We see Data Manager and Frontend Cubes (Basic and Virtual).
    Question is:
    Where exactly can you see total query runtime?  The data is broken out by Data Manager (backend/DB time) and Frontend (OLAP time).  
    Thanks,  Mark

    Frontend & OLAP Statistics:
    - RSDDSTAT_OLAP (database view)
    DataManager Statistics:
    - RSDDSTAT_DM (database view)
    Process Chain Statistics:
    - RSPCLOGCHAIN, RSPCPROCESSLOG
    DTP Statistics:
    - RSDDSTATDTP, RSBKREQUEST
    InfoPackage Statistics:
    - RSDDSTATWHM
    BI Object Status:
    - RSMDATASTATE_EXT
    Process Status:
    - RSPCPROCESSLOG, RSPCLOGCHAIN
    Query Statistics.....
    Re: How to get the statistics of a query ?
    Hope it Helps
    Chetan
    @CP..

  • BI Administration cockpit (BI Administration 1.0 Business Package)

    Hi All,
    We are implementing the "new" statistics in 2004s.  One process involved states for installing the BI Administration Cockpit (in the portal).  In order to do this you must install the BI Administration Business Package 1.0.  I believe you have to install this Business Package no matter what, but in the release note (hyperlink next to the BI Admin cockpit in SPRO) it states the following in our Development system.
    Download the business package BI Administration 1.0 from the SAP Developer Network (SDN) at http://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio and import it into your SAP NetWeaver 2004s Portal Support Package Stack 5. Assign the following roles to the BIadministrators:
    In our Production System it doesn't state anything about Support Package Stack 5 at all.  Both systems are at the same SP level.
    My ultimate question is:  Does BI Admin Business Package 1.0 have to be installed?
    Thanks

    Hello Mark,
    You only need to install the package if you want to make use of the standard BI Admin Cockpit functionality in the portal to display the statistics data.
    The BI statistics infoproviders are still available (after installation/activation) for reporting.
    See also notes 934848 and 965386.
    Regards,
    József.

  • Process Chain statistics (new stats in 2004s)

    Hi,
    We have activated and are loading all stats (new ones) for 2004s.  We are checking the stats through the portal.  We have many stats showing in the default web templates used in the portal to display stats.  Process Chain stats are the only ones showing no data...which can't be true because we have only been loading with process chains.
    Where do you "activate" stats for Process chains themselves?  I am aware of RSPC_API_CHAIN_GET_STATUS, but it appears with 2004s, delivered is a process chain statistics?
    Thanks,  Mark.

    For data-load statistics of process chains and processes:
    use 0TCT_C21, 0TCT_VC21 and 0TCT_MC21
    For more Insights -
    The new InfoProviders are:
    For more highly aggregated query-runtime statistics:
    0TCT_C01, 0TCT_VC01 and 0TCT_MC01
    These replace InfoCube 0BWTC_C02.
    For more detailed query-runtime statistics:
    0TCT_C02, 0TCT_VC02 and 0TCT_MC02 
    These replace InfoCube 0BWTC_C02.
    For data manager statistics:
    0TCT_C03, 0TCT_VC03 and 0TCT_MC03 
    These replace InfoCube 0BWTC_C03.
    For data-load statistics of process chains and processes:
    0TCT_C21, 0TCT_VC21 and 0TCT_MC21
    For data-load statistics of data transfer processes:
    0TCT_C22, 0TCT_VC22 and 0TCT_MC22
    For data-load statistics of InfoPackages:
    0TCT_C23, 0TCT_VC23 and 0TCT_MC23
    These deliver essentially the same information as InfoCube 0BWTC_C05 but they use the new InfoObjects. The remaining new InfoProviders also use the new InfoObjects.
    For the current data-load status of process chains and processes:
    0TCT_VC11 and 0TCT_MC11
    For the current status of requests loaded to InfoProviders, InfoObjects that have been updated flexibly, and PSA tables:
    0TCT_VC11 and 0TCT_MC11
    Hope it Helps
    Chetan
    @CP..

  • 2004s Statistics Help

    Friends -
    I have activated all 0TCT content for new BI statistics.  I find that with this new content it is very difficult to find some information that was very easily accesible with 3.5 content. 
    For example, I would like to see query and cube usage information.  In 3.5 their were standard queries to see how frequently a cube or any object was used.  In addition there was a standard query to determine when a query was last used.
    Should I be using the 0BWTCT content in conjunction with 0TCT.  I though 0TCT replaced old content - now I am wondering if I am supposed to use both. 
    Thanks in advance for any help.

    Friends -
    I have developed a method for determining cube usage.  It is not a simple as with the 3.5 stats. 
    I am using the data manager statistics.  I have modified BC Query - 0TCT_MC03_Q02.  I chose to look at the data manager stats so that I could get cube usage.  I.E. if a query is run against a multiprovider, I wanted to see the underlying cube usage.  In many cases when a query is executed against a multiprovider only a subset of the cubes in that MP are used.  That is the granularity that I captured my interest. 
    In the rows column of  the query I included:
    PartProvider 0TCTPARPROV  (This gives the basic cube used)
    InfoProvider 0TCTIFPROV (This gives the multiprovider name that was used)
    Query Step 0TCTSTEPUID (This provides the query that was executed - you have to include this level of granularity to obtain a count of how many queries were executed, because there is not a key figure that represents the number of executions)
    In the rows area I inlcuded:
    Rec., trans. from DB 0TCTNDBTRA (Records transferred from the DB.  I chose this because in many cases in a poorly written query against the multiprovider, the query may actually select from a cube but not return any records - because multiprovider pruning etc. has not been applied.  I chose to determine an execution against a cube as any query that returned records from the selection)
    Count # Records trans. > 0  (Here I just simply included a count variable to count 1 for every record where the records tranferred was > 0)
    With the above query I was able to determine the number of query executions that returned records from the DB for each cube and the related multiprovider if one exists.  What you don't get from this query is cubes that were never used.  So, I took the list from above and combined it with a list of all existing cubes to get the clear picture of used an unused.
    This is not a great solution, it required manual effort and is probably not 100% accurate.  It seems to be such a basic question - I am not sure why SAP decided to remove the valuable query that was provided with earlier statistics.
    Hope this helps.  If anyone comes up with a more elegant solution, I would love to hear about it....
    Cheers-

  • BW-statistics: looking for 0TCTQUERY in 2004s??

    Hello there,
    I want to make a query where I want to see the queries and their statistics(like the last user, the frequency, the queries that didn't being used the last three months etc.) But when ik look in the old 0BWCT multiprovider, I can see the key figure 0TCTQUERY, but when I look in all the 0TCT cubes en multiprovider, I can't find it. Doe somebody know how I can get the name and information about the queries???

    Hello all,
    0TCTQUCOUNT is not the query counter. I tried this and it didn't work because this key figure is actually the counter for navigation steps.
    I am in the process of developing a query using 0TCT_MC01, but the real query counter infooject which is 0TCTWTCOUNT is not being populated somehow, even though I turned on the statistics collection for the workbooks and web templates.
    If I am successful, I will share the results with the community.
    Best regards,
    Melissa

  • Error in Upgrade NW 2004 to NW2004s

    i am upgrading my DEV clone System from NW 2004 to NW2004s, everything went very well but now my SAP system "disp+work" killed and sap system not starting... so in between   SAPUP process cannot ping rfc to my Shedow system !
    can you please help me for that ... ! ! 
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Tue Mar 09 16:27:03 2021
    B  create_con (con_name=R/3)
    B  Loading DB library 'e:\usr\sap\put\exe\dboraslib.dll' ...
    B  Library 'e:\usr\sap\put\exe\dboraslib.dll' loaded
    B  Version of 'e:\usr\sap\put\exe\dboraslib.dll' is "700.08", patchlevel (0.73)
    B  New connection 0 created
    M sysno      11
    M sid        DE2
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    75
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        2300
    M
    M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2300) [dpxxdisp.c   1299]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          30976     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1440)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05F30040, size: 4666040)
    M  DpShMCreate: allocated sys_adm at 05F30040
    M  DpShMCreate: allocated wp_adm at 05F31E40
    M  DpShMCreate: allocated tm_adm_list at 05F39740
    M  DpShMCreate: allocated tm_adm at 05F39770
    M  DpShMCreate: allocated wp_ca_adm at 06308A10
    M  DpShMCreate: allocated appc_ca_adm at 0630E7D0
    M  DpShMCreate: allocated comm_adm at 06310710
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 063915D0
    M  DpShMCreate: allocated gw_adm at 06391610
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06391640
    M  DpShMCreate: allocated wall_adm at 06391648
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Tue Mar 09 16:27:04 2021
    M  ThInit: running on host ECCQA

    M Tue Mar 09 16:27:05 2021
    M  calling db_connect ...
    C  CLIENT_ORACLE_HOME is not set as environment variable or
    C  DIR_CLIENT_ORAHOME is not set as profile parameter.
    C    assuming using instant client with unspecified location.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPDE2SHD's password
    C  Connecting as /@DE2 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05CB7798   05CBCD34   05CBC5BC
    C  Attaching to DB Server DE2 (con_hdl=0,svchp=05CBC508,svrhp=05CCBE24)

    C Tue Mar 09 16:27:06 2021
    C  Starting user session (con_hdl=0,svchp=05CBC508,srvhp=05CCBE24,usrhp=05D14B68)
    C  Now '/@DE2' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPDE2SHD's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=05CBC508,usrhp=05D14B68)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPDE2SHD/<pwd>@DE2 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05CB7798   05CBCD34   05CBC5BC
    C  Starting user session (con_hdl=0,svchp=05CBC508,srvhp=05CCBE24,usrhp=05D14B68)
    C  Now 'SAPDE2SHD/<pwd>@DE2' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance DE2 is running on ECCQA with ORACLE version 10.2.0.1.0 since 20210309
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20210309 162705 ECCQA          
    B  ***LOG BZA=> table SVERS      does not exist on database            [dblink#3 @ 1299] [dblink  1299 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 004096) [thxxhead.c   1411]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10156]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ECCQA_DE2_11 on host ECCQA (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Mar 09 16:27:06 2021
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10354
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2300) [dpnttool.c   327]

    > *** ERROR => ThInit: db_connect (step 1, th_errno
    >  13, action 3, level 1) [thxxhead.c   10156]
    Is your database running (mounted and open)?
    Markus

  • Statistics for emails in mail folder

    Hi,
    I am looking for a way to see statistics of emails in a certain mailfolder. Say, all emails I got from a given email address are in a folder in mail.app. Does anybody have an idea how I could get the counts of emails per day or per months. Ultimately I am thinking of using that data for a chart with time as x-axis and counts of emails as the y-axis.
    Any hints would be greatly appreciated!
    Thanks,
    Claus
    powerbookG4   Mac OS X (10.4.4)  

    Hello Jeffrey.
    To square away some terms first.
    There is no application called iMail.
    It is Mail, the Mail.app or the Mail application for receiving/sending messages, the Address Book application which stores contact information and Groups and iCal which stores calendar events and To Do's.
    The Address Book application is a completely separate application from the Mail.app but these application are tightly integrated together.
    You can create unlimited Address Book Groups and even have a Group within another Group. An Address Book contact can be in multiple Groups.
    In order to sync Entourage with the iPhone requires Office 2004 and enabling sync services with Entourage. The Entourage sync function with the iPhone is actually done through Apple's Address Book an iCal applications.

  • Statistics report helpu0085

    Dear all,
    I’ve been requested to generate a statistic report to view the most number of reports being generate and possibly further drill down by users. Is this possible and if it is, how should I go about getting such report for my boss?

    There is a wealth of information of this nature in the BW statistics content.  There is information about this in the online help under "BI content".
    Furthermore, transaction ST03 > Expert Mode > BW statistics load provides information of this nature, but is not as rich as BW statistics.
    In BW 3.x, the tables RSDDSTAT and RSDDSTATAGGRDEF are utilized as datasources for the BW statistics content.
    Note that this entire area has been re-designed in BI in SAP NetWeaver 2004s; BI statistics content is much more sophisticated, and the administrator cockpit uses this content to provide advanced monitoring and analysis.
    Thanks for any points you choose to assign.
    Regards -
    Ron Silberstein
    SAP

  • ERROR 2008-04-30 09:10:35 CJS-00288 Could not update database statistics.

    Hi Gurus..
    Hi i am in the middle of NW 2004  installation . At the step 29 database update statistics, system stops giving error
    ERROR 2008-04-30 09:10:35
    CJS-00288 Could not update database statistics.
    DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPP47 returned
    3.SOLUTION: See brconnect.log for details.
    When i checked in brconnect.log i found below error message
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance P47 failed
    BR0280I BRCONNECT time stamp: 2008-04-30 09.10.35
    BR0804I BRCONNECT terminated with errors
    Q))Which oracle version are you using since BRTOOLS 7.0 is desinged to work with Oracle 10g?
    If you are using an oracle 9.2.* it is needed to install oracle instantclient or to downgrade your db tools (brt* tools)......  Through :Forums I came to know that we have to downgrade  the br*tools to
    Could you please help me how to downgrade the Brtools.
    It's urgent.
    Points will be awarded .
    Regards
    Jan.

    Hi janakiram
    Now i am facing the same error which you have faced before, have you solved that issue if it so could you pls help me how to solve this
    Hi All,
    i am in the middle of SAP ECC 5.0 installation .In the Database instance installation at the step 29 database update statistics, system stops giving error
    ERROR 2009-05-24 08:46:44
    CJS-00288 Could not update database statistics.
    DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPDB5 returned 3.
    SOLUTION: See brconnect.log for details.
    when i checked in brconnect.log i found below error message
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance DB5 failed
    BR0280I BRCONNECT time stamp: 2009-05-24 08.46.44
    BR0804I BRCONNECT terminated with errors
    Q))Which oracle version are you using since BRTOOLS 7.0 is designed to work with Oracle 10g?
    If you are using an oracle 9.2.* it is needed to install oracle instant client or to downgrade your db tools (brt* tools)...... Through :Forums I came to know that we have to downgrade the br*tools to
    Could you please help me how to downgrade the Brtools or could you please suggest me how to proceed
    please help me
    Thanks
    Senthil

  • Update statistics ends with error

    Hi Techies
    Few months back our BI system got crashed then ,we re-install the system & restore the database,Now the issue is whenever we are running the update statistics it gives the following error & terminates with error.
    BR0301E SQL error -20000 at location stats_ind_collect-2, SQL statement:
    'BEGIN DBMS_STATS.GATHER_INDEX_STATS (OWNNAME => '"SAPSR3"', INDNAME => '"/BIC/B0000598000KE"', ESTIMATE_PERCENT => NULL, DEGREE => NULL,
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE"  or partition of such index is in unusable state
    ORA-06512: at "SYS.DBMS_STATS", line 10613
    ORA-06512: at "SYS.DBMS_STATS", line 10648
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for index SAPSR3./BIC/B0000598000KE
    BR0301E SQL error -20000 at location stats_tab_collect-18, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BIC/B0000598000"', ESTIMATE_PERCENT => 30, METHOD_OPT => 'FOR A
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE"  or partition of such index is in unusable state
    ORA-06512: at "SYS.DBMS_STATS", line 13159
    ORA-06512: at "SYS.DBMS_STATS", line 13179
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BIC/B0000598000
    Environment Details
    OS-AIX 5.3
    DB-Oracle 10.2.0.2.0
    SAP-SAP Netweaver 2004s
    BI-SAP Netweaver BI 7.0
    Quick response appreciated
    Thanks
    Vijay

    Hi,
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE" or partition of such index is in unusable state
    rebuild the index using BRTOOLS.
    Run brtools
    select 3 --> SEGMENT MANGEMENT -->  2 - Rebuild indexes -->  7 ~ Index names (index)
    provide your index name here SAPSR3"."/BIC/B0000598000KE
    and rebuild the index
    after running rebuild index , start again Update Statistics.
    it will run succesful
    Thanks
    Anil

  • DB statistics failed in Process Chains

    Hi BI Experts,
    We are maintaining 6 process chains in our system.
    Today every job was running successfully.
    But in every process chains, the DB STATISTICS are failed.When I check in the performance tab , it shows green.
    So i could not solve this problem.
    The log message is:
        The exception 'CX_SDB_ORA_PROGRAM_ERROR' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_SDB_ORA_UPDATE_STATS=======CP' has to be
        terminated.
    Please can anyone tell me the process.
    Thanks in advance.
    Regards
    Anjali

    Hi Anjali,
    Check the OSS Note 998904 - Statistics check shows red or yellow traffic lights.
    I am pasting the contents of the Note here:
    Symptom
    After an update statistics run, the check (in transaction RSRV or transaction RSA1--> Manage) continues to show yellow or red traffic lights.
    Other terms
    RSDU_ANALYZE, analyze, statistics, yellow traffic light, red traffic light, performance, RSRV, incorrect statistics, manage
    Reason and Prerequisites
    This problem is caused by a program error.
    Solution
    The check for current statistics on InfoCubes contains a static time query and as a result of this, statistics are incorrectly displayed as 'not current'. This is just a display problem.  After an update statistics run, the statistics are actually up to date.
    SAP NetWeaver 2004s BI
               Import Support Package 10 for SAP NetWeaver 2004s BI (BI Patch 10 or SAPKW70010) into your BI system. The Support Package is available once Note 914304 "SAPBINews BI 7.0 Support Package 10", which describes this Support Package in more detail, has been released for customers.
    In urgent cases, you can implement the correction instructions.
    You must first implement Notes 932065, 935140, 948389, 964580 and 969846, which provide information about transaction SNOTE. Otherwise, problems and syntax errors may occur when you deimplement some notes.
    To provide information in advance, the notes mentioned above may already be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    Before you implement an advance correction (if one exists and you want to implement it), see Note 875986. It contains notes regarding the SAP Note Assistant. These notes prevent problems during the implementation.
    Bye
    Dinesh

  • BW Statistics vs. BI Administration Cockpit

    Hi to All,
    A question for all the guru's out there.
    I'm new to 2004s (who isn't). I used to work with BW Statistics on 3.5.
    We received our first BI 7.0 system last week.
    As a general prep i want to activate BW statistics on this 2004s system.
    I got the following question: 
    When i look at the BI Content i see that most of the content of BW statistics (part of the multiprovider 0BWTC_C10) i know (not all) is in the infoarea named "BW statistics 3.5 (No longer install)"
    What part of BW statistics is useful to install, just the BI statistics (without the "old" 3.5 elements) so these can be used within the BI administration cockpit?
    Thanx in advance!

    Hi Rene,
    All the 0TCT* stuff.
    You can check all the steps to take in SPRO > SAP NetWeaver > Business Intelligence > Settings for BI Content > Business Intelligence > BI Administration Cockpit.
    Best Regards,
    Pieter

  • BW Statistics 3.5

    Hi all,
             RSA1 t-code top displaying Data warehouse workbench and System component version is SAP NetWeaver 2004s, but all
    objects developed in 3.5 data flow. My doubt now i going to install BI Statistics whether i have to install below IC also. Please give
    suggestion on this.
    BW Statistics 3.5 (No Longer Install)     0BWTCT_STA_35
    BW Statistics - OLAP                          0BWTC_C02
    BW Statistics - WHM                          0BWTC_C05
    Regards,
    R. Saravanan

    HI Srinivas ,
                       Please give conformation below list cubes and MP i am going to install. I hope u know what i looking for. Please give
    conformation.
    BI Statistics                                                              0BWTCT_STA
    BW Statistics - OLAP, Detail Navigation                            0BWTC_C03
    BW Statistics - Aggregates                             0BWTC_C04
    BW Statistics: Condensing InfoCubes                            0BWTC_C09
    BW Statistics: Deleting Data from InfoCubes        0BWTC_C11
    Front-End and OLAP Statistics (Aggregated)       0TCT_C01
    Front-End and OLAP Statistics (Details)       0TCT_C02
    Data Manager Statistics (Details)                            0TCT_C03
    Process Statistics                                                 0TCT_C21
    DTP Statistics                                                 0TCT_C22
    InfoPackage Statistics                                                0TCT_C23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_CA1
    Front-End and OLAP Statistics (Aggregated)       0TCT_VC01
    Front-End and OLAP Statistics (Details)      0TCT_VC02
    Data Manager Statistics (Details)                            0TCT_VC03
    BI Object Request Status                                                0TCT_VC11
    Process Status                                               0TCT_VC12
    Process Statistics                                               0TCT_VC21
    DTP Statistics                                                0TCT_VC22
    InfoPackage Statistics                                               0TCT_VC23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_VCA1
    BW Statistics                                                 0BWTC_C10
    Front-End and OLAP Statistics (Aggregated)      0TCT_MC01
    Front-End and OLAP Statistics (Details)       0TCT_MC02
    Data Manager Statistics (Details)                            0TCT_MC03
    BI Object Request Status                                                 0TCT_MC11
    Process Status                                                 0TCT_MC12
    Process Statistics                                                  0TCT_MC21
    DTP Statistics                                                   0TCT_MC22
    InfoPackage Statistics                                                 0TCT_MC23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_MCA1
    BI Metadata                        0BWTCT_META
    BW Metadata                                               0BWTC_C08

  • NW04S SR1 installation stops in phase 26 - import MAXDB statistics

    Dear Forum,
    During the installation of Netweaver 2004S SR1 on a MS Windows Server 2003 64 bit environment, the installation stops in phase 26 - import MAXDB statistics.
    I looked in the XCMDOUT.LOG file and tried to recreate the index.
    I allready updated the database to 7.6.00.34 but this didn't help.
    Please do you have any suggestions,
    Robert Eijpe
    XCMDOUT.LOG
    Execute Command : d:\sapdb\programs\pgm\dbmcli.exe -n knowledge -d KP1 -u control,********
    Execute Session Command : sql_updatestat SAPKP1.*
    ERR
    -24988,ERR_SQL: SQL error
    -9407,System error: unexpected error
    9,Aborting statistics computation due to system error
    42,Error while collecting statistics for table 000000000000060a;  error bad_datapage
    Knldiag.err
    2006-12-06 22:10:47      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:47      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:47      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:50      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:50      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:50      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:51      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:51      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:52      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:52      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:52      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:53      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:53      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 65499 (perm) read pageno 65499
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 65499 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 139935 (perm) read pageno 2097184
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 139935 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 95280 (perm) read pageno 140
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 95280 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 110320 (perm) read pageno 5439489
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 110320 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 199662 (perm) read pageno 4522079
    2006-12-06 22:10:55      0x418 ERR 20020 Data     Bad data page 199662 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR 51080 SYSERROR -9407 unexpected error
    2006-12-06 22:10:55      0xF90 ERR     9 Data     Aborting statistics computation due to system error
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90     19651 CONNECT  Connection released, T99

    Thanks Ashwath for your response, but because it was a new installation and I cannot restore the last good backup because i don't have one.
    I remove the installation a couple of times and reinstall the central installation but I got the same problem again. So I did a distributed installation and this was working well.
    with regards,
    Robert

Maybe you are looking for