Bw Statistics queries: (Runtime query)

Hi,
I works with BW statistics queries and need some details about Runtime query (0BWTC_C10_Q014).
1) What is the key figure "Number Of Navigations" ?
2) What is the key figure "Validity Period Cat." ?
Thankfully,

Number of navigations is the the nbr of times someone queries the cube, that is, they run the query - 1 navigation, the drill down on char A, that is 2 nav, they drill down on another, that is 3 navs.  Navigations get counted even if the data was retrieved from the OLAP Cache rather than having to go to the DB.
THe online has help on the Chars and KFs of the BW stat cubes. I believe the Val per cat is a genral classification based on the how long the query took.  Can't remember the details, but I believe 1 is a very fast query, 2 is longer, 3 longer still, etc.  If you run the query looking at query times and the cat, you should be able to decipher to brackets for the values that go into each category.

Similar Messages

  • Can't find answer to Query Of Queries runtime error

    Not only I browsed this forum but also googled this problem but unfortunnately I have no luck in finding the answer.
    All I did was writing this simple query:
    <cfquery name="test" dbtype="query">
    select SSN,BirthDate from myquery where SSN <> '' OR BirthDate <> ''
    </cfquery>
    and I got this error:
    Query Of Queries runtime error.
    Comparison exception while executing <>.
    Unsupported Type Comparison Exception: The <> operator does not support comparison between the following types:
    Left hand side expression type = "DOUBLE".
    Right hand side expression type = "STRING".
    I tried the following and did not work either, still got the same error.
    <cfquery name="test" dbtype="query"> 
    select SSN,BirthDate from myquery
    where SSN <> <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value=""/>  
    OR BirthDate <> <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value=""/></cfquery>
    Has someone ever encountered the same problem and know how to solve it?

    HELP ! ! !  Going into testing soon. I need this to work to get correct report results ! ! ! !
    My issue seems similar to the one under discussion and the reply from lawhite01 caught my eye. Can you roll my issue into this discussion?
    This is a 2 parter. The second part is the QoQ part, but the 1st part has a line in the query that is similar to the QoQ one and it uses the same data. Part 1 also throws an error.
    PART # 1.
    I'm trying to use a query table created through QueryNew and then query it.
    I need multiple columns in the query table I create:
    <cfscript>
            tot_AllCurrentDraftListing = QueryNew("AnnounceNum, JP_PDLoc, JP_JS_Title, JP_JS, JP_KW_1, JP_JobTitle, JP_Open, JP_Close, JP_CloseType, JP_CloseName, JP_PosNeed, JP_DirectHire, JP_Desc, JP_Draft, JP_Archived, JP_State, JP_AreaName, JP_AreaID, JP_AreaAlias, JP_Fac_SU, JP_Fac_Facility, JP_FAC_ID, JP_Grade1, JP_sal_low1, JP_sal_high1, JP_Grade2, JP_sal_low2, JP_sal_high2, JP_Grade3, JP_sal_low3, JP_sal_high3, JP_Grade4, JP_sal_low4, JP_sal_high4, JP_Grade5, JP_sal_low5, JP_sal_high5, JP_Posted, JP_TypeHire, JP_HRemail");
        </cfscript>
    Then I populate all the cells of the query table.
    Then I set up to use the created query table.
    I do this first:
        <cfquery name="qAltPostID" datasource="#at_datasource#">
             SELECT AltPoster, fk_Job_AnnounceNum
             from JOB_JPContacts
             Where AltJPContactType = 'AltPosterID'
             and AltPoster = '#session.IHSUID#'
             </cfquery>
    Then, in my first query using the created query, I expect to need to choose from multiple values, so I'm using this line in the query (this is NOT a QoQ query):
                and AnnounceNum IN (<cfqueryparam cfsqltype="CF_SQL_varchar" value="#ValueList(qAltPostID.fk_Job_AnnounceNum)#">)
    I've also tried:
                   and AnnounceNum IN (#ValueList(qAltPostID.fk_Job_AnnounceNum)#)   
    and:
                   and JOB_AnnounceNum IN
                    SELECT fk_Job_AnnounceNum
                    from JOB_JPContacts
                    Where AltJPContactType = 'AltPosterID'
                    and AltPoster = '#session.IHSUID#'
    ERROR is: one record should return. I get 0.
    PART # 2: Here's the QoQ part.
    I get the error:
    Query Of Queries runtime error.
    Comparison exception while executing IN.
    Unsupported Type Comparison Exception: The IN operator does not support comparison between the following types:
    Left hand side expression type = "LONG".
    Right hand side expression type = "STRING".
    A tutorial I found gave an example using only one column for this part of the fix:
         tot_AllCurrentDraftListing = QueryNew("AnnounceNum", "CF_SQL_VARCHAR")
    How would I set up the query with the datatype when I'm using multiple columns:
    <cfscript>
            tot_AllCurrentDraftListing = QueryNew("AnnounceNum, JP_PDLoc, JP_JS_Title, JP_JS, JP_KW_1, JP_JobTitle, JP_Open, JP_Close, JP_CloseType, JP_CloseName, JP_PosNeed, JP_DirectHire, JP_Desc, JP_Draft, JP_Archived, JP_State, JP_AreaName, JP_AreaID, JP_AreaAlias, JP_Fac_SU, JP_Fac_Facility, JP_FAC_ID, JP_Grade1, JP_sal_low1, JP_sal_high1, JP_Grade2, JP_sal_low2, JP_sal_high2, JP_Grade3, JP_sal_low3, JP_sal_high3, JP_Grade4, JP_sal_low4, JP_sal_high4, JP_Grade5, JP_sal_low5, JP_sal_high5, JP_Posted, JP_TypeHire, JP_HRemail");
        </cfscript>
    I used this code after all the cells contained values and before running my QoQ query:
            <cfloop index="intID" from="1" to="#tot_AllCurrentDraftListing.recordcount#" step="1">
                <cfset tot_AllCurrentDraftListing["AnnounceNum"] [intID] = JavaCast("string", intID) />
            </cfloop>
              Is that correct?
    Thanks.
    Whoever can help me with this should be awarded extra points ! ! ! !

  • Query of Queries Runtime error

    I have a query pulled from an XML file, with a column that
    contains mixed numeric and alphanumeric strings, like 103, 112,
    A12,
    etc.
    When running a QofQ on this query, I get this error:
    Query Of Queries runtime error.
    Can't convert the string A1 to java type LONG
    Apparently, according to a livedocs comment I found here
    http://tinyurl.com/y24qda
    =====
    if the column's value in the first row of the recordset is
    something that is all numeric, like: 123456 When an all-numeric
    value
    like this is encountered as the first value, CF assumes that
    ALL values in that column are numeric... thus, it errors out if it
    comes accross a record containing both numbers and letters,
    since a mix of letters and numbers will be considered a string.
    =====
    Is there any known way around this?
    Michael Evangelista
    Evangelista Design
    www.mredesign.com

    Yes, running CFmx7... didnt stop to think this might be
    different in each, but found something to that effect last night...
    also, Dan's link gave me a clue... thanks.
    Michael Evangelista
    Evangelista Design
    www.mredesign.com
    "Adam Cameron" <[email protected]> wrote in message
    news:[email protected]..
    >> Ok.. will do, thanks
    >
    > Note that the advice Dan gives is specific to CFMX7,
    whereas it seems you
    > have been looking at the CFMX6 documentation... which
    version of CF are you
    > running?
    >
    > --
    > Adam

  • BI Statistics Queries

    Hi All,
    Is there any standard query which gives data on how many reports are there in Production and out of them how many are used and how many are not used?
    Regards, Vishal

    Hi Vishal,
    There are standard wueries available for BI Statistics Queries,
    for this you have to transfer these BI Statistics Queries from Business content...
    then you can able to work on these
    regards,
    Lakshman Kumar Ghattamaneni

  • Querydescription(or)Workbookdescription in any of the BI Statistics Queries

    Hi SDN's,
    We built a query on BI Statistics which gives us information about which user used which query.Report gives us Query technical name but not giving Query description.
    Now my user wants to have a Query description (or) Workbook description,as BI Statistics cubes are not enhancable.
    Is there any BI Statistics 0TCT_* queries which gives us query description (or) workbook description ?
    Thanks and Kind Regards,
    Lakshman Kumar G

    Hi SDN's,
    There is no Query/Workbook Description coming in any of the BI Statistics Queries.
    From Tables RSRREPDIR and RSZELTTXT we will get Query ID and tile of the query.
    In table RSRWBINDEXT we can see Workbook ID and Workbook Title.
    LANGU               WORKBOOKID                                          OBJVERS TITLE
      E          17C9WSPUBW987O3865BTWGNM2 D       Overview of Receipt Data - Counter Fields
    Above information i.e workbook description we are getting from RSRWBINDEXT table.
    I created a generic data source by using the table RSRWBINDEXT and loaded but description is not coming.
    Please give your inputs how can we insert this description in our report.
    Thanks and Kind Regards,
    Lakshman Kumar G

  • Finding The statistics of a Query

    I would like to find the statistics of a query.
    we can obtain the stats when we do "set autotrace on" in SQL PLUS.
    and when we run a query it gives the reads, recursive calls etc.
    where are these stats stored? where can i get them from?
    to add more to it;
    we can select the Plan from of a query after explaining the plan and running this query - select * from table(DBMS_XPLAN.display);
    Is there a similar way to select the statistics of the query?
    Thanks.

    can you please explain what does the staistic refer to?Have a look at Statistics Descriptions

  • Duplicate Queries and Query Components in BI Production Box

    Hi:
    We have a situation where we have duplicate queries and query components in our Production BI box.
    The problem was caused by transports.  We have a development landscape and a support landscape where both are transporting separately up to the BI Production Box. 
    For example, query ABC was created in the development landscape and transported up to our production box.
    The same query ABC was created in our support landscape and transported up to our production box.
    Now in the production box we have 2 queries ABC with the same technical name and description but with different active ELTUIDs.  
    We have found the program ANALYZE_RSZ_TABLES and it does show us this problem in our production box with many queries and query components.
    The question is how do we get rid of the duplicate ELTUIDs in our Production box and how do we stop this from happening during transport?
    any suggestions would be helpful.

    Hi JC,
    I think you can use Tcode RSZDELETE to delete the duplicate UIDs of elements or any query objects.
    Test it in dev box / sandbox before using it in prod.
    Thanks

  • BW Statistics queries

    Dear all,
    I am Viswanath.  I had activated all business content objects related to BW Statistics.  Here i have selected Data Flow Before and AFterwards.  My problem is that i am not able to see any queries under the respective cubes in BEx.  Can anyone suggest me how can i see and work with the BW statistics queries
    regards
    Viswanath

    Hi,
    Did u get any error msg when installing Business content that
    some of the objects are not available in meta data repository. If so follow this Procedure:
    If this error occurs while you are installing Business Content, a delivery error may have occurred. Inform SAP. In all other cases, check, for example, that the object has not been deleted by another user during the collection.
    shylaja.

  • Copying Access Queries to Query Builder instead of SQL Commands

    Is there a way to copy Microsoft Access Queries to Query Builder (saved sql) instead of SQL Commands (saved sql)...Thanks in advance.

    Hello,
    No, that functionality does not exist currently, you would need to build your own.
    If you search this forum there are a few threads which detail how you can install the Application Builder and SQL Workshop applications into the APEX environment itself so you can see how they (meaning the Oracle team) have built those apps.
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Dynamically extracting SQL query costs/statistics at runtime

    Hi there,
    I need to measure the I/O cost (such as 'physical reads')of a SQL statement at runtime. What I'm looking to do is to test the total cost of a number of queries in a java program. So I need to get the cost automatically and add them up.
    There are a few tools that can give statistics on I/O cost, such as autotrace, but I need to collect these information using Java through JDBC.
    Any pointers?
    Also I am a little confused about the terms used in oralce. What I need is the number of db blocks accessed by the query, either from buffer or disk. Are these referred as 'logical read' and 'physical read' respectively? Or are 'logical read' and 'physical read' just mean the number of reads?
    Thank you,

    Logical and consistent reads are against the DB Buffers, Physical reads are disk io. When evaluating the cost of a query, pay attention to an abnormally high number of logical reads. This is usually an indicator of a poorly performing query ie a correlated sub-query.

  • SPM queries runtime statistics

    We are trying to gather SPM statitics mainly around query usage but per the attached it seems the only statistics we are able to find are related to BW queries run and not queries ran through the portal. Can you please confirm the process of gathering SPM statistics by using Adobe Flex?
    We have already checked BI statistics settings are set for all 0ASA_MP, 0ASA_DS and ASA_DS* dataproviders and multiproviders. Run time statistics have run our system, but we do not have any statistic available for our queries executed in the SPM UI (0ASA_MP01_Q* queries).
    Could you please let us know if possible to have query runtime statistics for SPM queries ran though the portal?.
    Thanks,
    Claudia.

    Hi Claudia,
    At the moment we do not collect any SPM reporting statistics or SPM UI statistics.  So the only way to look up statistics is to turn on BI statistics which seems like you have already done.
    Regards,
    Rohit

  • BI Statistics -- Need to display list of Queries with query counter

    Hi All,
    I am using the the infoobject
    0TCTBISBOBJ (BI Application Object)  - for to get the list of queries inthe system.
    I am also restricting the infoobject 0TCTBISOTYP(BI Application Object Type)-  to ELEM (Query) inthe filter area.
    I loaded load master data for 0TCTBWOBJCT_ATTR and 0TCTBWOBJCT_TEXT.
    The PROBLEM is  0TCTBISBOBJ (BI Application Object) is not only displaying queries but all the other elements like navigational attributes and some junk values like
    '$ABSEMA0
    '$VIRTUAL-000001
    Please help me isolate just queries for my display.
    Thanks,
    HM

    HI,
    Your query setup is correct, please check Note 936519 - Duplicate Records while loading 0TCTBWOBJCT master data, and many others.
    I have customers running stack 11 & 12 and had to apply dozens of notes to get TCT 7.0 to work properly. And even now about 3 notes per week are being released.
    Regards Patrick Rieken.

  • RSRT statistics data - high query runtime

    Hi
    I have a query on a multiprovider that has a few fields with exception aggregation upto 2 levels - doc number and item. I executed the query in RSRT with "Display Statistics data" and "Do not use cache" settings from the debug options. When i go to the Aggregation Layer tab of the stats screen i see that the basic infoprovider and the aggregates are listed twice or thrice. The infoproviders have a huge volume of data and the number of records read and transported for the duplicate entries shown are the same.
    Initially i thought it is because of the 2 levels of exception aggregation but then i ran another query on the same multiprovider with similar exception aggregation and found that there are no duplicate entries and the basic inproviders are read only once.
    the query is running very slow and i need to tune up the performance.
    I would like to know why is the infoprovider being read twice for this query alone??
    Regards,
    Sujai

    ok! Then it could be because of some other reasons why it is reading twice. This won't be happening because of nested Exception aggregarion.
    Try to make the query same one by one and check what is making the query to read the infoprovider twice.

  • Statistics - High runtime spent for Event 15013

    Hello Experts,
    we are recognizing in RSDDSTAT_OLAP high runtimes spent for event 15013 (Process Dialog). E.g. we have the follwing statistics:
    StepUID with total runtime of 1090 sec. (thereof event 15013 with Object "SELECTOR" 775 sec and Event 0 (not assigned) with 276 sec).
    Other cases come up with event 15013 and Object values "VARIABLE_SCREEN" or "SAVE_DIALOG" or "OPEN_DIALOG". Users are complaining about the long response time till opening the variable screen or processing the F4 (-> SELECTOR). However we are not able to reproduce this extreme runtimes, they simply happen from time to time for di8fferent users without a pattern or a specific query.
    We are using BEx 7.0 Queries, Citrix Distribution, LAN-Network, running on SAPKA70013, SAPKB70013 and SAPKW70015. Several OSS-Notes regarding performance have been applied. 
    Any idea how to interpretate those sporadic high runtimes on Event 15013 ? Can this be caused by a lock situation, waiting for free dialog process (should not be the fact from my observation) or anything else to investigate on.
    Best regards

    Hi Were you able to resolve this issue, we are also facing an issue where the runtime for the F4 selection of the variables is running forever and not returning any values. But we can still input the values and run the query.
    Thanks,
    Rahul

  • Tracking queries using aggregates with BW Statistics queries

    Hi,
    I am trying to find out if I can run any reports against the BW Statistics cubes to figure out what aggregates are getting called from our queries. Any advise that you can provide is greatly appreciated.
    Thanks,
    Dinesh

    Hi Dinesh,
      Check out this query
    Aggregate Rollup
    Query: 0TCT_MC11_Q0142
    check here.........also............
    http://help.sap.com/saphelp_nw70/helpdata/en/46/f9bd5b0d40537de10000000a1553f6/frameset.htm
    Regards,
    Vijay.

Maybe you are looking for

  • I have iPhone and iPad with the same apple ID. How to share both my devices for Find My Friends ?

    Hi - I have an iPhone and an iPad using the same apple ID. I'm unable to share location from both the devices at the same time for "Find My Friends". I am only able to pick one device. Any help to share both the devices is greatly appreciated.

  • Problem in SAP SET while firing select query

    Hi Experts, please check my code below DATA: BEGIN OF ibsis OCCURS 100,           ebeln LIKE bseg-ebeln,             ebelp LIKE bseg-ebelp,             bsis LIKE bsis,                    ldgrp TYPE fagl_ldgrp.    DATA: END OF ibsis.               TYP

  • Unable to install OS X Yosemite on my Mac

    I've downloaded the OS upgrade to my Mac and all seemed OK until installation. Now, I can't get beyond a screen that announces "OS X could not be installed on your computer. File system verify or repair failed. Quit the installer to restart your comp

  • JBoss Portal integrating with SAP R3 RFC

    Hi Experts,                   I have developed one application by using SAP NetWeaver Webdynpro Java in which i am fetching some values from RFC i developed that application and deployed in SAP Eneterprise portal its working fine.                  No

  • Table updation into a file

    I want to know how i can create tables dynamically(i dont know exact number of tables i need to add during run time) and how to use files to store the data in the table into the file and to retrieve back it to the table?How can i add rows and columns