Count access to queries

Hi all,
we are having a problem with the standard BW statistics when trying to count query access.
We have done as explained in note 309955 and it woks fine when we show up infoobject "query". The problem comes when we dont use it and we want to see access by infoarea or infocube.
An example is as follows:
Infocube     Query     Access
0COPA01     ZPA01     1
     ZPA02     5
     ZPA03     2
     Result     8
If we dont show Query it comes as
Infocube     Access
0COPA01     1
Result     1
Any help will be great. (Any but the recomendations about that "How to set up BW statistics" that someone wrote... instead should be "how to use BC"... totally useless!!!)
Thanks in advance.
Ignacio

No, i am using 0TCTSTAUIK.
Message was edited by:
        Ignacio Olivera

Similar Messages

  • Can I access Webi queries and Xcelsius dashboards from SAP portal?

    Hello,
    Can I access Webi queries and Xcelsius dashboards from SAP portal?  And how?
    Thanks

    Portal Part 1
    /people/ingo.hilgefort/blog/2010/03/29/sap-businessobjects-enterprise-sap-enterprise-portal--part-1-of-4
    Portal Part 2
    /people/ingo.hilgefort/blog/2010/03/30/sap-businessobjects-enterprise-sap-enterprise-portal-part-2-of-4
    Portal Part 3
    /people/ingo.hilgefort/blog/2010/04/08/sap-businessobjects-enterprise-sap-enterprise-portal--part-3-of-4
    Portal Part 4
    /people/ingo.hilgefort/blog/2010/04/21/sap-businessobjects-enterprise-and-sap-enterprise-portal--part-4-of-4
    Ingo

  • Restricting access to Queries via Search

    Does anyone have any ideas on restricting access to queries from the Bex search. We have folks that are using the search functionality of Bex and are finding queries that we have not been published to a reporting role. We instruct our query writers that when devloping queries, do not publish them to a reporting role until they are finalized and tested. We are finding that folks are using search in Bex and finding these queries that may be in the middle of development and trying ot use them. In other words, we would like to restrict the Bex search to just queries published to reporting roles.

    Hi Diago,
         Our dilema is that restricting access of the search by query name (via the role) requires the query writer, when finished with the development of their query, to do a savas with a different technical name that falls into the role restrictions of the authorization. This then leaves two versions of the query out there until the original gets deleted, if the query writer happens to remember to do that. It would be great to limit the search mechanism to just published queries. What are other folks doing to get around this issue. It seems that everyone would be running into it unless the search could be restricted in such a manner.

  • Where can we access BW queries and Infocubes?

    Hi All,
    We are able to build universe over an Infocube from SAP BW. Right now we are able to access the BW queries from Infoview by creating an olap intelligence connection. Is it the only way to access BW queries or Is it possible to access BW queries from universe designer and build a universe on BWquery?
    In short what are the different ways to access a BW query for reporting purpose in BO?

    Please check Ingo's blog which answer your questions
    /people/ingo.hilgefort/blog/2008/09/03/businessobjects-and-sap-part-9--xcelsius-with-crystal-reports-and-live-office
    Adil

  • WCF-WebService count, accessed by the end user, the wcf-webservice published BizTalk orchestration as wcf-webservice.

    Hi BizTalk Experts,
    Please help me out, following is my scenario.
    I had published orchestration as wcf-service, for integration purpose. Now I need to count, how many times the service  accessed and failed and successful bye users.
    Thanks 
    Teegala.
    Teegala

    If you need to know how many times the orchestration was called, you can use BAM just like when the orchestration wasn't exposed as web service.
    The success/failure rate depends on what you mean by that: functional (which is part of the workflow in the orchestration) or technical (which is infra related).
    Jean-Paul Smit | Didago IT Consultancy
    Blog |
    Twitter | LinkedIn
    MCTS BizTalk 2006/2010 + Certified SOA Architect
    Please indicate "Mark as Answer" if this post has answered the question.

  • All the users are able to access all queries in all infoset's.

    Hello All-
    All the users are able to access all the queries in all the query areas and infoset irrespective of the user group setting. even though the users don't have access to a particular infoset they are able to access and execute the queries in them and also edit them.
    Please advice if there is a setting that is set at the client level or any other setting. We are in ECC 5.0 recently upgraded from 4.6.
    Thanks-
    Chakri.

    Thank you all for your prompt responses!
    The role all these employees are having is a composite role which is having SQ01, SQVI as a single roles in it.
    But if the users have the access to SQ01 then why are they able to edit or change any other queries which they don't have access as per the user group. What is the use for the user group?
    Please advice with any thoughts!
    Thanks-
    Chakri

  • Pentium Time Stamp Counter access in C++

    Does the Forte C++ compiler support the 'rdtsc' pentium instruction?
    How can the following gcc code snippit be ported to forte?
    typedef unsigned long long tsc_t;
    extern inline tsc_t rdtsc() {
    asm("
    rdtsc
    movl %eax,-8(%ebp)
    movl %edx,-4(%ebp) ");
    Thanks,
    -Blaine

    Hi SV,
    Besides Viorel_'s method, which converts the DateTime in .Net Framework to OLE automation date, you could also use insert SQL statement to insert the DateTime into the table. For example, in this code example:
    https://code.msdn.microsoft.com/CSUseADO-93147f1b
    the author insert DateTime by using parameterized insert SQL statement, and set the parameter type to "ADODB.DataTypeEnum.adDate" to insert a DateTime instance to it.
    // Append the parameter for ModifiedDate (datetime)
    ADODB.Parameter paramModifiedDate = cmdInsert.CreateParameter(
    "ModifiedDate", // Parameter name
    ADODB.DataTypeEnum.adDate, // Parameter type (datetime)
    ADODB.ParameterDirectionEnum.adParamInput, // Parameter direction
    -1, // Max size (ignored for datetime)
    DateTime.Now); // Parameter value
    cmdInsert.Parameters.Append(paramModifiedDate);
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can Business Object Access Queries from the BI query designer?

    Hi Gurus,
    I've started working with BOBJ and honestly I'm not impressed with it's functionalities, specially with the report layouts (SO many limitations!!). Anyway I was wondering if Business Objects can access BI Queries in the Query Designer since I can do most of the manupilation in Query Designer that I need. Thank You in advance and any help will be most certainly appreciated.
    - Kit

    Hello KIT,
    Also, look at the below Blog for xcelsius where he directly consumes the BEx query the QUERY_VIEW_DATA Web service out of the BW system. This is one way to approach the BEx query:
    /people/arvind.bhaskar/blog/2009/04/17/consuming-bi-queries-in-an-xcelcius-dashboard
    Thanks
    Arun

  • BW web access when the application server doesn't have a public ip

    Hi everybody
    I need to access bw queries via web from outside de organizational network.
    I'm already checked the access from within the network and works fine, the question is:
    what do I have to do to setup a machine with a public IP to forward the request to BW??
    I understand that there is a sap message server which can redirect request to one or more applications servers. It's possible to run this server on my visible box, so that I can redirect requests??
    I really apreciate any help
    thanks
    sincerely
    A. Garduñ

    Hi,
    one way is to use the sap-web-dispatcher.
    its a peace of software. you've to download, install and configure it on a server with a public IP.
    The web dispatcher will point to your BW.
    Kind Regards,
    Alican

  • 500 Internal Server Error while accessing the report on portal

    All,
    We are on BI7.  have few queries on portal and recently while accessing the queries user is getting the 500 Internal Server Error. The error message is like below:
    500 Internal Server Error
    Failed to process request; contact your system administrator
    BEx Web Application " I_Qnc()2ex.........(etc) does not exist.The application was either ended by a timout or an error occured.
    Recently most of the users started getting this problem and it is on a high resolution to be resolved.
    Any suggestion greatly appreciated.
    Regards
    Vijay

    Hi
    This is mostly TimeOut Error.
    However, 500 Error applies to variety of problems within the server.
    Please make a back up of your query and restrict it further so it populates less data.
    If the report is running properly for less range of data, that's a timeout issue.
    Otherwise you will have to recheck the query. Mostly these are timeouts because, in general production data is high and if there us less restriction, the query OLAP time and front-end time will be more than optimized.
    Cheers
    Sri

  • API for creating a new folder in Shared Queries through C # in TFS 2013

    Hi ,
              Is it possible to create a new folder in "Shared Queries" in Team foundation Server 2013 by using C#. I'm able to access the queries and even modify them by using the StoredQuery class and
    the QueryText function . We had a case to create a new folder in the Shared Queries part of the project.
              I have been and I am still looking for classes / api's that will enable me to do this .Any pointers to help me would be greatly appreciated.
             Do let me know if I have to provide more information.
    Regards,
    Arun

    Hi Arun,  
    Thanks for your post.
    To create new folder under Shared Queries, you can try below code snippet:
    TfsTeamProjectCollection tfs =
    new
    TfsTeamProjectCollection(new
    Uri("collectionURL"));
    tfs.EnsureAuthenticated();
    WorkItemStore workitemstore = tfs.GetService<WorkItemStore>();
    var queryHierarchy = workitemstore.Projects["teamprojectname"].QueryHierarchy;
    QueryFolder currentLocation = queryHierarchy["Shared
    Queries"]
    as
    QueryFolder;
    var folder =
    new
    QueryFolder("foldername");
    currentLocation.Add(folder);
    currentLocation = folder;
    queryHierarchy.Save();
    For more information, please refer to the example in this article:
    http://bzbetty.blogspot.in/2012/12/tfs-automation-automatically-creating.html.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Publishing Queries to Roles

    Hello Gurus,
    I would like your take on the practice of publishing BW queries to roles? For an example there are 10 sets of queries and these 10 are published into a role for each company that exists. So in essence if there were 20 company codes we will have 20 roles containing 10 queries hardcoded with a company code. I spoke to our BW developer to get an idea as to why this is being done instead of restricting access through S_RS_COMP. Response was that this was done due to performance reasons (something to do with the queries linking directly to the infoprovider containing the information rather than going through all of the infoproviders). So,  Rather than leaving the query open and the user entering the parameter themselves it was decided that the queries were to be hardcoded to cut down the time it takes for systems to display the results.
    Anyone experience this issue before? My goal is to setup a derived role where the child roles are restricted by S_RS_AUTH for the company codes and query access through S_RS_COMP instead of being published to a single role. Before I do this I would like to figure out a way to move away from this practice without affect performance for end users.
    By the way our users access these queries through the Bex Analyzer. 
    Thanks,
    Wes

    Wes,
            Using derived roles in BW or S_RS_AUTH may not be the best design as field for S_RS_AUTH does not appear as org level. So you are not really going to have any advantage by going with derived role concept in terms of maintainence effort.
            With 10 queries  - 20 Company Codes - you will not need 20 roles  because of Company Code, just update the queries with appropriate authorization variable for company code and restrict users on company code. Just 20 company codes should not cause any performance issues
            Also with hardcoding the queries for each single company code - how are you resolving the scenario when user has access to more than one company code/ or global access. 
    Regards

  • Problem in accessing query

    Hi Experts,
    I am facing a strange problem when working with BI 7.0, can you please help me out.
    One user is facing some authorization problem while executing queries, he is using query through BEX.
    In order to analyse when i copy his user id and when i go to BEX I am not able to find those queries which original user is able to see.
    Is there any specific reason for this .
    Regards,
    Rakesh.T

    Hi Rakesh,
    We have an authorization object S_RS_COMP1 which ll provide access to queries based on the owner of the query. In that if the owner field is set to $USER the user can see only the queries created by him.
    When u copy the user all the authorizations will be transferred and now the second user ll be able to see only queries created by him and cannot see the queries built by First user.
    Check if any of the roles assigned to user use this particular authorization object and check the owner field value.
    This could be one reason. If this is not the case, we will check for any other option.
    Regards,
    Jaya.

  • Queries are not displaying in EP

    HI,
    when USER(power user )  try to access  BW queries via the EP, none of the queries are displaying.Other users are also experiencing the same issue.
    I ran the web template in browser its showing nothing.I have only one web item in template definition i.e " Role Menu item"
    Pls suggest what could be the problem.
    Regards,
    Sha

    Hi Sha
    Try to launch a web template in Portal, from the Menu option in WAD.If it is not launching in portal check the connections between BW & Portal.
    Regards
    Tom.

  • BI Admin Cockpit Show Which Users Ran Which Queries?

    My org needs an idea of which users are running which queries, and how often.  I'm looking at installing BI Admin Cockpit.  The info I am finding indicates that Admin Cockpit is more about the runtime performance of queries and extractions.  I'm not interested in that (much).  Can anyone say whether installing Admin Cockpit and the Technical Content that goes along with it will answer who is running which queries?
    Thanks.

    Better to go for DBA Cockpit,which is acts like central instance to all the tools like
    ST03 and RSTRACE,ST04,ST05.Where you can able to trac who is accessing the queries and what is data base performance and background job information.

Maybe you are looking for