LISTCUBE not showing any data with SAPKW70110

Hi all
we just upgraded our system from SAPKW70107 to SAPKW70110 and now do have the following problem:
All InfoCubes containing non-cumulatives don't show any data anymore in transaction LISTCUBE.
All the cubes did work fine before.
What is curious is that some queries based on these cubes are working and at least showing some data (but not the correct data).
We couldn't find anything in the notes so far..
Anything we could do?
Regards
bivision

Hi,
You can use improvised listcube to display data. It can be created by taking help from the following link ;-
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70e092a3-9d8a-2d10-6ea5-8846989ad405?QuickLink=index&overridelayout=true
However you should raise this issue to SAP .
Navesh
Edited by: navsamol on Oct 11, 2011 8:17 PM

Similar Messages

  • 11g Cube not showing any data with no Rejected records

    Hi David ,
    Strangely one of my 11g Cube is not showing data from today as it is showing all records rejected . However when I lookup Rejected records table I didn't find any records .Not sure what is happening . When I want to peep out the AWM queries from CUBE_BUILD_LOG and ran to the database in the AWM schema the records are retruning perfectly fine . I wonder same query is firing during Cube load but without any data ? My Cube build script has only LOAD and Aggregate .
    after maintain My dimensions data are looking fine but no data populated after Cube maintenance . My MV switch off across all dimensions and cubes .
    I navigate to CUBE_OPERATION_LOG and not able to comprehend about the content.
    Any advice ?
    Thanks and Regards,
    DxP

    Hi David ,
    To be very frank today is very bad day ... Please see below my observation:
    Executed below to make sure that no key values in dimension is missing but present in fact . All below query returns no row.
    select distinct owner_postn_wid from w_synm_rx_t_f
    minus
    select distinct row_wid from postn_dh
    select distinct payer_type_Wid from w_synm_rx_t_f
    minus
    select distinct row_wid from wc_ins_plan_dh
    select distinct market_wid from w_synm_rx_t_f
    minus
    select distinct row_wid from w_product_dh
    select distinct period_day_wid from w_synm_rx_t_f
    minus
    select distinct row_wid from w_daytime_D
    select distinct contact_wid from w_synm_rx_t_f
    intersect
    select distinct row_wid from w_person_d
    select distinct X_TERR_TYPE_WID from w_synm_rx_t_f
    minus
    select distinct row_wid from W_LOV_D
    ============================
    Below returns count of 0 rows : ensure no NULL present
    select count(1) from w_synm_rx_t_f where contact_wid is null;
    select count(1) from w_synm_rx_t_f where owner_postn_wid is null;
    select count(1) from w_synm_rx_t_f where payer_type_Wid is null;
    select count(1) from w_synm_rx_t_f where period_day_wid is null;
    select count(1) from w_synm_rx_t_f where X_TERR_TYPE_WID is null;
    select count(1) from w_synm_rx_t_f where market_wid is null;
    +++++++++++++++++++++++++++++++++
    Cube Build Log has below entry:
    796     0     STARTED     CLEAR VALUES     MKT_SLS_CUBE     CUBE          NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.08.267000000 PM +05:30          JAVA     1          C     47141     67     0     1     
    796     0     COMPLETED     CLEAR VALUES     MKT_SLS_CUBE     CUBE          NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.08.267000000 PM +05:30          JAVA     1          C     47141     67     0     2     
    796     0     STARTED     LOAD     MKT_SLS_CUBE     CUBE          NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.08.283000000 PM +05:30          JAVA     1          C     47142     68     0     1     
    796     0     SQL     LOAD     MKT_SLS_CUBE     CUBE     "<SQL>
    <![CDATA[
    SELECT /*+ bypass_recursive_check cursor_sharing_exact no_expand no_rewrite */
    T16_ROW_WID ALIAS_127,
    T13_ROW_WID ALIAS_128,
    T10_ROW_WID ALIAS_129,
    T7_ROW_WID ALIAS_130,
    T4_ROW_WID ALIAS_131,
    T1_ROW_WID ALIAS_132,
    SUM(T20_MKT_TRX) ALIAS_133,
    SUM(T20_MKT_NRX) ALIAS_134
    FROM
    SELECT /*+ no_rewrite */
    T1."CONTACT_WID" T20_CONTACT_WID,
    T1."MARKET_WID" T20_MARKET_WID,
    T1."OWNER_POSTN_WID" T20_OWNER_POSTN_WID,
    T1."PAYER_TYPE_WID" T20_PAYER_TYPE_WID,
    T1."PERIOD_DAY_WID" T20_PERIOD_DAY_WID,
    T1."MKT_NRX" T20_MKT_NRX,
    T1."MKT_TRX" T20_MKT_TRX,
    T1."X_TERR_TYPE_WID" T20_X_TERR_TYPE_WID
    FROM
    NN_OLAP_POC."W_SYNM_RX_T_F" T1 )
    T20,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T16_ROW_WID
    FROM
    NN_OLAP_POC."W_DAYTIME_D" T1 )
    T16,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T13_ROW_WID
    FROM
    NN_OLAP_POC."W_PERSON_D" T1 )
    T13,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T10_ROW_WID
    FROM
    NN_OLAP_POC."WC_INS_PLAN_DH" T1 )
    T10,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T7_ROW_WID
    FROM
    NN_OLAP_POC."W_LOV_D" T1 )
    T7,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T4_ROW_WID
    FROM
    NN_OLAP_POC."POSTN_DH" T1 )
    T4,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T1_ROW_WID
    FROM
    NN_OLAP_POC."W_PRODUCT_DH" T1 )
    T1
    WHERE
    ((T20_PERIOD_DAY_WID = T16_ROW_WID)
    AND (T16_ROW_WID = 20100101)
    AND (T20_CONTACT_WID = T13_ROW_WID)
    AND (T20_PAYER_TYPE_WID = T10_ROW_WID)
    AND (T7_ROW_WID = T20_X_TERR_TYPE_WID)
    AND (T20_OWNER_POSTN_WID = T4_ROW_WID)
    AND (T20_MARKET_WID = T1_ROW_WID)
    AND ((T20_PERIOD_DAY_WID) IN ((20100107.000000) , (20100106.000000) , (20100128.000000) , (20100124.000000) , (20100121.000000) , (20100118.000000) , (20100115.000000) , (20100109.000000) , (20100125.000000) , (20100114.000000) , (20100111.000000) , (20100110.000000) , (20100104.000000) , (20100101.000000) , (20100129.000000) , (20100123.000000) , (20100117.000000) , (20100113.000000) , (20100108.000000) , (20100131.000000) , (20100120.000000) , (20100116.000000) , (20100119.000000) , (20100105.000000) , (20100102.000000) ,
    (20100130.000000) , (20100127.000000) , (20100122.000000) , (20100112.000000) , (20100103.000000) , (20100126.000000) ) ) )
    GROUP BY
    (T1_ROW_WID, T4_ROW_WID, T7_ROW_WID, T10_ROW_WID, T13_ROW_WID, T16_ROW_WID)
    ORDER BY
    T1_ROW_WID ASC NULLS LAST ,
    T4_ROW_WID ASC NULLS LAST ,
    T7_ROW_WID ASC NULLS LAST ,
    T10_ROW_WID ASC NULLS LAST ,
    T13_ROW_WID ASC NULLS LAST ,
    T16_ROW_WID ASC NULLS LAST ]]>/>
    </SQL>"     NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.08.627000000 PM +05:30          JAVA     1     MAP1     C     47142     68     0     2     
    796     0     COMPLETED     LOAD     MKT_SLS_CUBE     CUBE     "<CubeLoad
    LOADED="0"
    REJECTED="4148617"/>"     NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.40.486000000 PM +05:30          JAVA     1          C     47142     68     0     3     
    796     0     STARTED     UPDATE     MKT_SLS_CUBE     CUBE          NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.40.501000000 PM +05:30          JAVA     1          C     47143     69     0     1     
    796     0     COMPLETED     UPDATE     MKT_SLS_CUBE     CUBE          NNOLAP     NN_OLAP_POC     P14:JAN2010          17-AUG-11 07.12.40.548000000 PM +05:30          JAVA     1          C     47143     69     0     2     
    +++++++++++++++++
    You can observer clear rejection of 4 million rows ... Ran the above query which returns my data successfully.
    Look out to CUBE_REJECTED records take the sample record and put into the above query it is returning the data fine with my measures and dimension WID's :(PLEASE SEE BELOW THE FILTERS on ROW_WID)
    =========================
    SELECT /*+ bypass_recursive_check cursor_sharing_exact no_expand no_rewrite */
    T16_ROW_WID ALIAS_127,
    T13_ROW_WID ALIAS_128,
    T10_ROW_WID ALIAS_129,
    T7_ROW_WID ALIAS_130,
    T4_ROW_WID ALIAS_131,
    T1_ROW_WID ALIAS_132,
    SUM(T20_MKT_TRX) ALIAS_133,
    SUM(T20_MKT_NRX) ALIAS_134
    FROM
    SELECT /*+ no_rewrite */
    T1."CONTACT_WID" T20_CONTACT_WID,
    T1."MARKET_WID" T20_MARKET_WID,
    T1."OWNER_POSTN_WID" T20_OWNER_POSTN_WID,
    T1."PAYER_TYPE_WID" T20_PAYER_TYPE_WID,
    T1."PERIOD_DAY_WID" T20_PERIOD_DAY_WID,
    T1."MKT_NRX" T20_MKT_NRX,
    T1."MKT_TRX" T20_MKT_TRX,
    T1."X_TERR_TYPE_WID" T20_X_TERR_TYPE_WID
    FROM
    NN_OLAP_POC."W_SYNM_RX_T_F" T1 )
    T20,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T16_ROW_WID
    FROM
    NN_OLAP_POC."W_DAYTIME_D" T1 )
    T16,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T13_ROW_WID
    FROM
    NN_OLAP_POC."W_PERSON_D" T1 )
    T13,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T10_ROW_WID
    FROM
    NN_OLAP_POC."WC_INS_PLAN_DH" T1 )
    T10,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T7_ROW_WID
    FROM
    NN_OLAP_POC."W_LOV_D" T1 )
    T7,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T4_ROW_WID
    FROM
    NN_OLAP_POC."POSTN_DH" T1 )
    T4,
    SELECT /*+ no_rewrite */
    T1."ROW_WID" T1_ROW_WID
    FROM
    NN_OLAP_POC."W_PRODUCT_DH" T1 )
    T1
    WHERE
    ((T20_PERIOD_DAY_WID = T16_ROW_WID)
    AND (T16_ROW_WID = 20100101)
    AND (T20_CONTACT_WID = T13_ROW_WID)
    AND (T20_PAYER_TYPE_WID = T10_ROW_WID)
    AND (T7_ROW_WID = T20_X_TERR_TYPE_WID)
    AND (T20_OWNER_POSTN_WID = T4_ROW_WID)
    AND (T20_MARKET_WID = T1_ROW_WID)
    AND T13_ROW_WID = 255811
    AND T7_ROW_WID = 122
    AND T4_ROW_WID =3
    AND T1_ROW_WID=230
    AND T10_ROW_WID = 26
    AND ((T20_PERIOD_DAY_WID) IN ((20100107.000000) , (20100106.000000) , (20100128.000000) , (20100124.000000) , (20100121.000000) , (20100118.000000) , (20100115.000000) , (20100109.000000) , (20100125.000000) , (20100114.000000) , (20100111.000000) , (20100110.000000) , (20100104.000000) , (20100101.000000) , (20100129.000000) , (20100123.000000) , (20100117.000000) , (20100113.000000) , (20100108.000000) , (20100131.000000) , (20100120.000000) , (20100116.000000) , (20100119.000000) , (20100105.000000) , (20100102.000000) ,
    (20100130.000000) , (20100127.000000) , (20100122.000000) , (20100112.000000) , (20100103.000000) , (20100126.000000) ) ) )
    GROUP BY
    (T1_ROW_WID, T4_ROW_WID, T7_ROW_WID, T10_ROW_WID, T13_ROW_WID, T16_ROW_WID)
    ORDER BY
    T1_ROW_WID ASC NULLS LAST ,
    T4_ROW_WID ASC NULLS LAST ,
    T7_ROW_WID ASC NULLS LAST ,
    T10_ROW_WID ASC NULLS LAST ,
    T13_ROW_WID ASC NULLS LAST ,
    T16_ROW_WID ASC NULLS LAST
    =================================
    THE XML export of CUBE as below:
    <!DOCTYPE Metadata [
    <!ENTITY % BIND_VALUES PUBLIC "OLAP BIND VALUES" "OLAP METADATA">
    %BIND_VALUES;
    ]>
    <Metadata
    Version="1.2"
    MinimumDatabaseVersion="11.2.0.1">
    <Cube
    ETViewName="MKT_SLS_CUBE_VIEW"
    Name="MKT_SLS_CUBE">
    <Measure>
    <BaseMeasure
    SQLDataType="NUMBER"
    ETMeasureColumnName="TRX"
    Name="TRX">
    <Description
    Type="LongDescription"
    Language="AMERICAN"
    Value="TRX">
    </Description>
    <Description
    Type="ShortDescription"
    Language="AMERICAN"
    Value="TRX">
    </Description>
    <Description
    Type="Description"
    Language="AMERICAN"
    Value="TRX">
    </Description>
    </BaseMeasure>
    </Measure>
    <Measure>
    <BaseMeasure
    SQLDataType="NUMBER"
    ETMeasureColumnName="NRX"
    Name="NRX">
    <Description
    Type="LongDescription"
    Language="AMERICAN"
    Value="NRX">
    </Description>
    <Description
    Type="ShortDescription"
    Language="AMERICAN"
    Value="NRX">
    </Description>
    <Description
    Type="Description"
    Language="AMERICAN"
    Value="NRX">
    </Description>
    </BaseMeasure>
    </Measure>
    <CubeMap
    Name="MAP1"
    IsSolved="False"
    Query="W_SYNM_RX_T_F"
    WhereClause="W_DAYTIME_D.ROW_WID = 20100101">
    <MeasureMap
    Name="TRX"
    Measure="TRX"
    Expression="W_SYNM_RX_T_F.MKT_TRX">
    </MeasureMap>
    <MeasureMap
    Name="NRX"
    Measure="NRX"
    Expression="W_SYNM_RX_T_F.MKT_NRX">
    </MeasureMap>
    <CubeDimensionalityMap
    Name="TIME"
    Dimensionality="TIME"
    MappedDimension="TIME.CALENDER.MONTHLY"
    JoinCondition="W_SYNM_RX_T_F.PERIOD_DAY_WID = W_DAYTIME_D.ROW_WID"
    Expression="W_DAYTIME_D.ROW_WID">
    </CubeDimensionalityMap>
    <CubeDimensionalityMap
    Name="CUSTOMER"
    Dimensionality="CUSTOMER"
    MappedDimension="CUSTOMER.CUSTOMER_HIERARCHY.DETAIL_LEVEL"
    JoinCondition="W_SYNM_RX_T_F.CONTACT_WID = W_PERSON_D.ROW_WID"
    Expression="W_PERSON_D.ROW_WID">
    </CubeDimensionalityMap>
    <CubeDimensionalityMap
    Name="INS_PLAN_DH"
    Dimensionality="INS_PLAN_DH"
    MappedDimension="INS_PLAN_DH.INS_PLAN.DETAIL"
    JoinCondition="W_SYNM_RX_T_F.PAYER_TYPE_WID = WC_INS_PLAN_DH.ROW_WID"
    Expression="WC_INS_PLAN_DH.ROW_WID">
    </CubeDimensionalityMap>
    <CubeDimensionalityMap
    Name="LIST_OF_VALUES"
    Dimensionality="LIST_OF_VALUES"
    MappedDimension="LIST_OF_VALUES.LOV_HIERARCHY.DETAIL_LEVEL"
    JoinCondition="W_LOV_D.ROW_WID = W_SYNM_RX_T_F.X_TERR_TYPE_WID"
    Expression="W_LOV_D.ROW_WID">
    </CubeDimensionalityMap>
    <CubeDimensionalityMap
    Name="POSITIONDH"
    Dimensionality="POSITIONDH"
    MappedDimension="POSITIONDH.POST_HIER.DETAIL"
    JoinCondition="W_SYNM_RX_T_F.OWNER_POSTN_WID = POSTN_DH.ROW_WID"
    Expression="POSTN_DH.ROW_WID">
    </CubeDimensionalityMap>
    <CubeDimensionalityMap
    Name="PRODH"
    Dimensionality="PRODH"
    MappedDimension="PRODH.PRODHIER.DETAILLVL"
    JoinCondition="W_SYNM_RX_T_F.MARKET_WID = W_PRODUCT_DH.ROW_WID"
    Expression="W_PRODUCT_DH.ROW_WID">
    </CubeDimensionalityMap>
    </CubeMap>
    <Organization>
    <AWCubeOrganization
    MVOption="NONE"
    SparseType="COMPRESSED"
    MeasureStorage="SHARED"
    NullStorage="MV_READY"
    CubeStorageType="NUMBER"
    PrecomputePercent="35"
    PrecomputePercentTop="0"
    PartitionLevel="TIME.CALENDER.MONTHLY"
    AW="&AW_NAME;">
    <SparseDimension
    Name="TIME"/>
    <SparseDimension
    Name="CUSTOMER"/>
    <SparseDimension
    Name="INS_PLAN_DH"/>
    <SparseDimension
    Name="LIST_OF_VALUES"/>
    <SparseDimension
    Name="POSITIONDH"/>
    <SparseDimension
    Name="PRODH"/>
    <DefaultBuild>
    <![CDATA[BUILD SPEC LOAD_AND_AGGREGATE
      LOAD NO SYNCH,
      SOLVE
    )]]>
    </DefaultBuild>
    </AWCubeOrganization>
    </Organization>
    <Dimensionality
    Name="TIME"
    ETKeyColumnName="TIME"
    Dimension="TIME">
    </Dimensionality>
    <Dimensionality
    Name="CUSTOMER"
    ETKeyColumnName="CUSTOMER"
    Dimension="CUSTOMER">
    </Dimensionality>
    <Dimensionality
    Name="INS_PLAN_DH"
    ETKeyColumnName="INS_PLAN_DH"
    Dimension="INS_PLAN_DH">
    </Dimensionality>
    <Dimensionality
    Name="LIST_OF_VALUES"
    ETKeyColumnName="LIST_OF_VALUES"
    Dimension="LIST_OF_VALUES">
    </Dimensionality>
    <Dimensionality
    Name="POSITIONDH"
    ETKeyColumnName="POSITIONDH"
    Dimension="POSITIONDH">
    </Dimensionality>
    <Dimensionality
    Name="PRODH"
    ETKeyColumnName="PRODH"
    Dimension="PRODH">
    </Dimensionality>
    <Description
    Type="LongDescription"
    Language="AMERICAN"
    Value="MKT SLS CUBE">
    </Description>
    <Description
    Type="ShortDescription"
    Language="AMERICAN"
    Value="MKT SLS CUBE">
    </Description>
    <Description
    Type="Description"
    Language="AMERICAN"
    Value="MKT SLS CUBE">
    </Description>
    <ConsistentSolve>
    <![CDATA[SOLVE
      SUM
        MAINTAIN COUNT
         OVER ALL
    )]]>
    </ConsistentSolve>
    </Cube>
    </Metadata>
    +++++++++++++++++++++++
    I dropped the AW and create new from exported XML and maintain all dimensions and then rebuild . Still have the issue :(
    Any thing you can hightlight from above ?
    Thanks,
    DxP
    Also I sustpect whethere it is a issue due to below error caused when I click on one of my Position_Hier view from AWM : even if I select that view it is throwing the error in SQL developer after displaying first couple of rows (while page down)
    java.sql.SQLException: ORA-33674: Data block size 63 exceeds the maximum size of 60 bytes.
    at oracle.olap.awm.util.jdbc.SQLWrapper.execute(Unknown Source)
    at oracle.olap.awm.querydialog.PagedQueryDialog$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)
    Edited by: e_**** on Aug 17, 2011 8:41 PM

  • Search Item drop-down does not show any data for Advanced Search.

    Hi,
    I have a requirement to add a new criteria to the existing Advanced Search region of 'My Employee Information' in Manager Self Service responsibility. I substituted the AdvancedSearchVO to include the new column. Using personalization i did the below steps to show the new column in the page,
    1) Created a 'Message Styled Text' item under Table Layout region to display the result. I associated the View Instance (AdvancedSearchVO1) and View Attribute (AttrColumn).
    2) In Advanced Search Panel created a new CriteriaRow and set the 'Search Allowed' property to True.
    3) In Advanced Search Mappings i tried to create the new mapping but the Search Item drop-down does not show any of the CriteriaRow item. But Results Item shows the 'Message Styled Text' item created in step 1 above.
    Any idea what i would be missing becasue of which 'Search Item' property does not show any data?
    I am using OAF version 12.1.1.
    Thanks, Suresh

    Hi,
    I faced the same situation but i still waiting for the solution.. this is my problem's thread..
    Addition of LOV Search Filter using Personalization
    But when i tried to create a new custom page with advanced table and created a new LOV column via personalization. i was able to create new search mapping.. but this is not happening in the seeded page case :(.
    I m also looking for solution...if any one can provide some inputs on it , will be highly appreciated.
    Thanks
    Renu

  • Team calendar  My trainings not showing any DATA  on Production Server

    Dear ALL,
    We are facing very critical issue on Production Server.
    We have two Id's for which Team calendar, My trainings is not showing any DATA .
    We observed that this is happening to both the users who had MSS role previously..
    now for your information we have check the following things already .
    1. RFC PT_ARQ_TEAMCALE_GET is showing DATA correctly .
    2. The authorization. Is correct..
    3. We got help from SAP..But not solved problem.
    Here we copied same data in the Quality system and the Team calendar, My trainings working fine ..
    I donu2019t know why Team calendar, My trainings is not showing any data in the Production system
    Let me know ASAP.

    Hi,
    All r correct in both system .............even following things i have checked .................which i got from reply from U.
    01.07.2009 - 11:29:52 UK - Reply by SAP
    Hello Pinki
    You need to check the settings in your different systems
    the #group of organizational views# MSS_LTV_EE is maintained
    for the Team Calendar and MSS_LEA_EE for the request mode.
    Check the IMG step
    Integration with Other mySAP.com Components ->
    Business Packages/Functional Packages -> Object and Data Provider
    -> Organizational Structure Views -> Group Organizational Structure vieMSS_LTV_EE (Team: Employee selection): the two organizational
    views MSS_LTV_EE_ALL and MSS_LTV_EE_DIR are assigned.
    MSS_LEA_EE (Leave Request: Employee Selection) the two
    organizational views MSS_LEA_EE_ALL and MSS_LEA_EE_DIR are assigned
    These organizational views are defined in IMG step #
    #define Organizational Structure views#:
    They have the following Object selections:
    MSS_LTV_EE_ALL: MSS_LTV_EE_ALL (All Employees)
    MSS_LTV_EE_DIR: MSS_LTV_EE_DIR (Team: Direct Reports)
    MSS_LEA_EE_ALL: MSS_LEA_EE_ALL (All Employees)
    MSS_LEA_EE_DIR: MSS_LEA_EE_DIR (Absence: Directly Subordinate Employees)Then you have to check the IMG step # Object
    Also check these
    Please use the evaluation path "ORGASS".
    To change the evaluation path kindly go to the view V_TWPC_V , look for
    the ESSDIR view and double click on the ESSDIR.
    Please check the above customisation,
    Tthe evaluation path SAP_MANG is used to determine
    the root objects. "Eval.Path for Root Objects" on the detail
    screen in the view V_TWPC_V "View Definition" for further information onthis topic).
    Also check the customisation using
    report RHSTRU00
    In view V_TWPC_VG, the view group PTESS of view ESSDIR with position
    01 should exist. Please correct it as well
    and ensure that
    In the View Cluster(T-Code SM34) VC_TWPC_ORGVWGRP there should be
    a record for the group 'ATTEND'.
    Hope this will help you.
    Best Regards,
    Siddharth Rajora
    HCM
    SAP LABS India

  • Popularity Trends not showing any data

    Hi,
    we are using SP 2013 RTM version and it is not showing any data in the usage statistics when we run the popularity trends reports. Is this a bug with SP 2013 RTM version? or am i missing something?
    Thanks
    techie

    Hi,
    Per my understanding, Popularity Trends report showing no data in your environment.
    For narrowing down the issue, I suggest you check whether the two timer jobs “Microsoft SharePoint Foundation Usage Data Import” and “Microsoft SharePoint Foundation Usage Data
    Processing” which are handling the usage report runs without issue.
    More information about how to deal with this issue for your reference:
    http://blog.fpweb.net/troubleshooting-sharepoint-2013-web-analytics/#.VQKMGHkfqwU
    http://snowburnt.blogspot.com/2014/12/how-to-troubleshoot-sharepoint-usage.html
    http://geekswithblogs.net/bjackett/archive/2013/08/26/powershell-script-to-workaround-no-data-in-sharepoint-2013-usage.aspx
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Tables & Index not showing any data

    Hi All,
    I have done the db2 upgradtion from 9.1 to 9.7 with fix pack 4.I am unable to see table size after upgrade. I have checked all the sap collector job running fine.
    db02>history>tables& index not showing any data
    Regrads,
    Mnai

    Please make sure RSCOL00 running or execute it manually.
    Did you try to run the stats in DB13 ?

  • My iPad 2 won't receive text messages and is not sharing any data with my iPhone 4. Please help!

    My iPad 2 won't receive text messages and is not sharing any data with my iPhone 4. Please help!

    The iPad receives Text Messages through Apple's iMessage feature. Make sure this is turned on on your phone. Also, text messages received at your phone number are not shared with the iPad. Make sure that iMessage texts are being sent to your EMAIL ADDRESS

  • Sharepoint web analytics does not show any data

    Hello,
    We installed Sharepoint Web Analytics some days ago (separated application pool).
    Installation completed successfully.
    Search works fine and returns expected results.
    But reports still don't show any data :
    Data Last Updated: 15.08.2014 02:00:16 There is no data available for this report. Here are some possible reasons: (1) Web Analytics has not been enabled long enough to generate data; (2)
    There is insufficient data to generate this report; (3) Data logging required for this report might not be enabled; (4) Data aggregation might not be enabled at the level required for this report.
    What I tried :
    connect to website using different users (admin user included)
    checked that needed services on server are started (especially analytics services)
    restart services Web Analytics Data Processing Service and
    Web Analytics Web Service
    checked that all services applications are started (WSS_UsageApplication status was
    stopped so I started it using Sharepoint 2010 Management Shell)
    checked service application associations (especially if Analytics Service Application Proxy is checked)
    manual execution of jobs (Web Analytics Trigger Workflows Timer Job, Microsoft SharePoint Foundation Usage Data Import, Microsoft SharePoint Foundation Usage Data Processing)
    manual start of incremental crawling
    restart IIS
    checked scope of data logging (especially if Enable usage data collection and
    Enable health data collection are checked)
    checked that the .usage file are generated correctly on the disk
    checked in the Logging database (WSS_UsageApplication) that the
    RequestUsage view contains data collected from the .usage files
    checked that data is successfully extracted from the logging database into the staging database (LastLoggingExtractionTime)
    checked that data was successfully copied from the staging database to the reporting database (LastDataCopyTime)
    checked on the website side that Advanced Web Analytics feature is
    Active
    recreate web analytics application
    checked for any message in ULS logs that could help... I only noticed that error :
    The SharePoint Health Analyzer detected an error.  Drives are running out of free space.  Available drive space is less than twice the value of physical memory. Can it cause the problem ?
    All appears to work fine but I can't see any data in the reports.
    The thing is that Inventory data is collected successfully and I can see the related reports. Traffic and Search data are still empty.
    Anything else I can try ?
    Thanks.

    Yes I have granted application pool identity full control on the Web Analytics Service Application.
    I also checked that Sharepoint 2010 timer service is started.
    I can't see anything in the logs that could help, when accessing the reports. The only thing I noticed is this kind of log which occurs
    regularly and seems to be an exception :
    Enumerating all sites in SPWebApplication Name=SharePoint - 80.
    Site Enumeration Stack:
    at Microsoft.SharePoint.Administration.SPSiteCollection.get_Count()
    at Microsoft.SharePoint.Taxonomy.UpdateHiddenListJobDefinition.Execute(Guid targetInstanceId)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    Maybe it can be the cause ?
    I have also cleaned the drive where .usage file are generated so the error "Drives are running out of free space.  Available drive space is less than twice the value of physical memory." does not appear anymore.

  • Event Management Datasources 0SCEM_1 ,2 ,3 not showing any data in RSA3.

    Hi Experts,
    I am trying to load SC Event Management data into BW.
    On the source system side , I did following thins, Still I'm not finding any data in RSA3. 
    a)  Use Tcode- /SAPTRX/BWGS and
    i) Set the BW upload mode to V1 u2013 Direct Delta Upload
    ii) Activate the BW upload for the extraction structures /SAPTRX/BWTFSEE, /SAPTRX/BWTFSEG, and /SAPTRX/BWTFSEH.
    iii) You must generate the DataSources for all the extraction structures (/SAPTRX/BWTFSEE, /SAPTRX/BWTFSEG, and /SAPTRX/BWTFSEH) for which appends have been changed or created. To generate the DataSources, in the dialog structure, choose DataSources Generation for the relevant extraction structure. If you use the standard appends without modifications, you do not have to generate the DataSources.
    b) Initialize set up tables for EM upload using Tcode- /SAPTRX/BWID
    c) The three setup tables must be filled with the relevant data for the respective event handlers. This enables the initial data upload to SAP NW BI. The parameter for the BW upload has been set to u2018 u2019 for the BW Upload Rule. This indicator specifies that an initial upload is carried out. This is executed Tcode- /SAPTRX/TSC0TR.
    d) Afterwards trigger the initial loading using Tcode- /SAPTRX/BWIU.This transaction sends the BWUPLOAD event to all the event handlers selected according to the
    specified selection criteria. Note that even inactive event handlers can be selected. The system collects all the relevant data (according to the rules in the BW profile) for the selected event handlers (those for which the BWUPLOAD event has been reported) and stores the data in the three setup tables.
    e) You must check if the parameter for the BW upload is set to delta upload using Tcode- /SAPTRX/TSC0TR
    Still I'm not seeing any data in RSA3. Can any one please help me to extract the data into BW side.
    Regards
    Akki.

    Hi,
    You can below link from extraction , It may help.
    http://wiki.sdn.sap.com/wiki/display/SCM/SAPEMIntegrationwithSAPNetWeaverBI
    Regards,
    Satya

  • Audit log is not showing any data GRC 10 PC

    Hi,
    when we are trying to execute the audit logs
    under reports in process controls,not showing data and getting
    error like no data matching the entere selec criteria.
    do we need any configuration changes required
    Thanks
    GRC Admin

    Hello,
    check the table DBTABLOG if data contains or not,if no data then maintain the parameter rec/client in RZ11 and try the same
    while executing the audit log need to maintain the time frame as HH:MM not HH:MM:SS
    check the below link about DBTABLOG
    Change Log Monitor Enabling by Table log Activation in SAP Production Environment - Governance, Risk and Compliance - SC…
    Regards
    Baithi

  • Mail 4.5 not showing any dates other than "Today" and "Yesterday"

    All of my mail messages are dates 5-01-13 except thos that are "Yesterday" ort "today.  The settings in my System Preferences are correct and all other programs are O.K.  Only mail seems to be the problem.  Any ideas?
    Sass

    Hi there,
    I'm also having this exact problem. I have Mail 6.6 running on Macbook air 11" OS X 10.8.
    All the emails apart from today and yesterdays show the date as 05-01-2013 in the top right hand corner of the mail window scroll list, i.e. date in blue. Only when you click on a specific email to show the whole conversation/message does it then show the correct date and time in the top right hand corner of the message window. 
    Any ideas anyone?? So annoying when trying to search for emails!
    Cheers,
    Prina

  • ST03N is not showing any data

    Hi
    I am not able to see any data in ST03N, its giving me error as No system load data available.
    SAPOSCOL is running fine and SAP_COLLECTOR_FOR_PERFMONITOR job is also running for every hour.This is ECC6.0 system. Please advice me on this.
    Thanks

    Hi Amit
    please ensure below report whether running or not in st03
    It is possible that the workload collector is not schedule. To schedule the collector, choose, in Expert user mode, Collector -> Perf. Monitor Collector -> Execution Times in the left subscreen. The system displays the Contents of table TCOLL screen. Ensure that the report RSSTAT83 is scheduled hourly.
    if not running then you just execute aboue report  in se38.
    then i hope your problem is sloved.
    Regards
    Bandla

  • ST03N Not showing Any Data

    Hi,
      In my ides system when iam entering tr.code st03n iam getting error : No system load data available.
    Im getting this information on help :- Expert user mode, Collector -> Perf. Monitor Collector -> Execution Times in the left subscreen. The system displays the Contents of table TCOLL screen. Ensure that the report RSSTAT83 is scheduled hourly.but in
    my screen RSSTAT83 report is not showing.guide me for the same to resolve the issue.
    Thanku

    Hi,
    Refer to following link.
    No system load data available
    Hope this helps.
    Manoj

  • S_ALR_87012178 does not show any data after upgrade from 4.6C to ECC6

    Hi Gurus,
    We do upgrade and do testing to all functional process realted.
    When open S_ALR_87012178 in SAP ECC6 no data showed, but in old version (SAP 4.6C) data showed although we select the same parameter selection.
    Any setting missed ? or any suggestion about this issue.
    Thx in advance.
    Tri Wicaksono

    Hi Tri,
    Check the following.
    I have checked your request, and there are two 'ways' the report
    will send out the data:
    1. In a 'normal' list
    If you call the report in the 'standard' way, the data get displayed
    in a normal list. This is the standard.
    2. If the 'ACCESSIBILITY_MODE' flag is set in the user parameters.
    With this flag, the reports output is done with the ALV Grid display.
    About this ACCESSIBILITY_MODE flag,  refer to the note 929036,
    which describes the 'function' of it.
    Regards,
    Fernando Evangelista

  • HELP HELP HELP RAID IS NOT SHOWING ANY DATA!

    Hi all,
    OK after minor heart attack this morning this is what happened!
    Built raid 50 with 14 500GB disks on brand new raid.
    After formatting for a few days etc it was good to go.
    Starting dumping all my 3TB's (7 yrs of work) onto the raid from local xserve.
    Copied everything perfectly, could read, write all good.
    I have 2 xserves and the raid was showing on both desktops (it is all connected via a Brocade 4100 switch) Apparently this is not a good thing Apple have told me, As far as I was aware the whole idea of having a FC switch was so all my Macs could show the raid locally and all work on it at once?
    Tried to share a few of the files on the x raid and got some minor errors, restarted xserve and when it rebooted raid was back to full size with NOTHING on it at all!!!
    This wouldn't of been a problem if I hadn't just wiped the xserve drives with the original data on them..........
    I have Apple Premium care so they are looking into now but I thought it would be good to throw it out there as well,
    Any help would be vastly appreciated, this is literally my lifes computer work, pictures etc etc etc

    A FC switch does allow multiple systems to connect to the same raid "hardware" at once but not in the way that you think. It allows the physical connection (By affording you more ports) but it is a dumb switch, it doesn't manage your data or prevent corruption from sharing the same raid on multiple machines.
    Using my external raid as an example, I setup specific LUN's or partitions that each system can access. How you do this can vary but in my case, I have a promise raid and setup LUN masking in their software so that "LUN 1" is controlled by xserve 1 and 'LUN 2' is controlled by xserve 2. You can't mount the same partition or raid on two different systems at the same time like that... it leads to data corruption and yes, possibly loss of data. In this case, I then see my specified LUN 1 (kind of like a partition) appear on the desktop of one xserve and LUN 2 (kinda of like another partition) on xserves 2 desktop; think of it as reserved space.
    When you need to share data to other machines, you would then use SMB, AFP, NFS, webdav, ftp or whatever you see fit. In other words, raid is a storage mechanism, not a sharing mechanism.
    Others can probably provide a more technical explanation but I just wanted to refute the point about the FC switch in that it does not behave in the manner you believe (or were lead to believe).
    ps: Have you tried looking at the drive when it is connected to only one xserve to see if your data is still there (Instead of leaving it connected to both)?
    You did maintain a backup even after you transferred everything, right?
    Message was edited by: Shane Depner1
    Message was edited by: Shane Depner1

Maybe you are looking for