Support pact: report execution time

Hi all,
we have got one report....that report is working perfectly fine in one of our system taking about 2 hrs run time but it taking about 13-14 hrs in our other box where we applied the Support Pack recently...so I was just wondering what may be the possible reson for this:
Can you please tell all the possibilities that I need to check with...
Thanks,
Rajeev

You need to check the code and see what is it doing. Just saying a report is not going to help anyone.
At a start you should run SE30 in both the boxes to see where the bottleneck is in the box with SP applied, and then see if you can find something related to that in OSS.
to give you an example, SAP made some changes to the way it selects data in variant config in oneof the support packs. That caused one of our cusotm reprots to run longer than usual. But then we looked at the analysis to see what happened, found the cause, and applied to resolving note.
No one can help you here if you keep on repeating the question.  Support packs can do a whole lot of things. Look at the side effects report for the SP you applied to see if there are any obvious areas related to your report

Similar Messages

  • Report execution time should displayed in Local Time

    Hi,
    I have a query related to the Report execution time.
    Our SAP Servers are available in US.  The Servers are configured in US Time.
    We have developed a Z report and used SY-UZEIT to display the Report Run Time.
    we also have a plant in India.
    When we execute this report for India Plant we are getting the execution run time for US.
    But we need to get the run time in India Time.
    Please help ASAP.
    Regards,
    Shankar

    Hi Shankaran,
    In your Z report, give a condition to check if the Plant is in India. If it is in india, then get SY-UZEIT and add the time difference to get IST.
    Display this time on your report.
    For implementing this, you will have to convert the Date and Time into Timestamp (use FM "LXHME_TIMESTAMP_CONVERT_INTO"), add the Time to this Time stamp (use FM "TIMESTAMP_DURATION_ADD" and convert it back to Date and Time (use FM "LXHME_TIMESTAMP_CONVERT_FROM"). 
    Reward points if useful.
    regards,
    Raj
    Message was edited by: Rajagopal G

  • Report Execution time in NQQuery.log should be display in Milliseconds

    Report Execution time in NQQuery.log should be display in Milliseconds.
    For Example :
    --- Logical Query Summary Stats: Elapsed time 0, Response time 0, Compilation time 0 (seconds)
    Can we see the logical Query Summary Stats in milliseconds?
    If so Where should i cofigure to populate this.

    No. If you query comes in less that 1 second then you got nothing to worry about. I haven't seen a single DWH where users would worry about queries returning in milliseconds.

  • Report execution time is in milliseconds

    My report execution time is in milliseconds.Where should i examine this time?

    If u have permisssions to see the log..(logging level >2) then you can see your execution time in the following path
    setting--->Administration------>Manage Sessions------>View Log
    In that you can find different sections which can give your the execution time
    -------------------- Physical query response time
    -------------------- Physical Query Summary Stats
    -------------------- Logical Query Summary Stats

  • SAP BO Report Execution time and Record count

    Hi All,
    We have a requirement to set the limits on report execution time and record count centrally. Can you please help me to identify where exactly we have to define the settings in CMC for BO4.
    Thanks in advance,
    Shalini

    Hi Shalini,
    Please follow these steps, also check in for any more details if any;
    Step 1: Launch CMC
    Step 2: Select Servers
    Step 3: Select Web Intelligence processing Server, right click and Goto Properties
    Step 4: Maximum List Of Values Size (entries) default value is 50000.
    Step 5: Increase this value if your "LOVS" greater than this value.
    Step 6: Save and close.
    Step 7: Restart the server.
    Hope this helps.
    - Ram

  • Portal report execution time

    Hi experts,            
    Can any one tell me how to check the report execution time in portal.Its taking a long time to execute
    the report in portal.so i would like to evaluate the execution time in portal itself.
    I know how to check it at bi side but here iam intrested to know at portal itself and it varies
    at bi side RSRT and at portal level. At RSRT and in Analyzer its taking expected time only but in
    portal its taking long time.
    Regards,
    Shais

    Thanks Alot For your reply.
    Its working. when i run the statistics i got the below details .
    Step runtime: 7532 ms   -
    > is this the total time taken to execute the report?
    Remote runtime :6845 ms
    Local runtime :687 ms
    Handle types olap frontend events:
      - BRFC: 78 ms
      - DP: 237 ms
      - OLAP: 6443 ms
      - DFLT: 95 ms
      - DIAL: 0 ms
      - APPL: 391 ms
      - F4: 4 ms
      - CMD: 110 ms
      - ITEM: 109 ms
    what is meant by remote run time, local run time,BRFC .......... Can you explain me in details.
    Waiting for your reply,
    Regards,
    Shais.

  • Report Execution Time

    I'm looking for a way to include the amount of time that a report took to create. I've looked at an option given in an existing thread:
    Re: How to calculate total time taken by a report
    but this method is extremely slow. I already have complaints about execution time and don't need another excuse added that it's taking longer to tell how long it runs. It seems there would a very simple, and quick, way of getting this information. I just want to put the execution time, or maybe just start and end time, on the trailer where I already list all of the parameters that were passed.
    Any help on this would be much appreciated.

    Can someone from Oracle at least tell me if this can be done or not???

  • OSB: reporting via service callout & reporting execution times

    Assume I made a common local service for a general report action and it's called from all inbound proxy services. At the moment all I see is in the report database is: inbound service uri: LocalProxy and inbound service name: <my local report service name>. How can I log the original service instead which was called?
    An other question: is it possible to report the execution time of the service call into the database as well? I'd prefer having two measures: service execution time from the inbound proxy service until it leaves the ESB with the response; and the called business service execution time.

    >
    How can I log the original service instead which was called?
    >
    It was discussed here before: Re: How to call a OSB proxy service from a different OSB process?
    Search forum to get more inputs.
    >
    An other question: is it possible to report the execution time of the service call into the database as well? I'd prefer having two measures: service execution time from the inbound proxy service until it leaves the ESB with the response; and the called business service execution time.
    >
    OSB out-of-box monitoring capabilities are not enough?
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/operations/monitoring.html
    If you want to log execution time of every single call, try searching forum again.

  • Report Execution Time in BOE XI R2

    <p>Hi,</p><p> I have a crystal report file which i want to export as a PDF.</p><p>I want to publish/execute the same in BOE XI R2 and see the statistics(basically performance information) regarding execution of the report and how much time it has taken to generate the PDF.</p><p> Is there any UI in BOE XI R2 which will enable me to see the statistics rather than writing JSP code which makes use of relevant SDK&#39;s to achieve the same.</p><p>Cheers </p><p>&#160;</p>

    <p>You don&#39;t mention here whether you are viewing your reports, OnDemand or scheduled.</p><p>Either way you should be able to change the command line of the service that you are concerned with and add the switch &#39;-trace&#39; this may give you the information you are looking for.</p><p>Depending on how you are running your reports you may want to add this switch to the Job Server, Page Server, or RAS Server service. </p><p>For more info on how to add switches to your service command lines see your Administrator&#39;s Guide. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Regarding reporte execution time and date

    hi all,
    Is there any table in sap which can give me date and time of last execution of a report.
    Thanks and regards .
    Punit

    Hi
    I exactly don't know but i can provide you with the list of table names where BASIS people are gonna use them
    http://www.saptechies.com/list-of-important-transaction-codes-tables-programs-reports/
    check out this tabel  i hope it helps you
    DBSTATC
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Jul 18, 2008 7:57 AM

  • Capturing Report Execution Time

    Is there a way to capture how long it took for a report to run?  When you refresh a report, the amount of time it took for the last refresh to complete is displayed, so I know it stores this value.  How can I retrieve it?

    Hello Josh,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Job / Report execution time restrictions

    Hi everyone,
    is one of the following options possible ? If yes how ?
    1) Set a restriction so that a certain user is only allowed to start reports or jobs at a specified time of day.
    2) Set a restriction so that a certain job or report can only be started at a specified time of day.
    Regards,
    Thomas

    One way of doing it is by removing their own access to run these transactions or their reports in the mode which you are concerned about, and assign the authorizations for it to an emergency user.
    In the application where they can request this emergency user, you can then configure and check the time of day or even system load if you want to, before permitting them to switch to the emergency user.
    If you want to keep the original user ID name and only add the additional access temporarily on request between certain times, then you can use the reference user concept for this. What will be tricky is to work out how and when to remove the additional access again, but it can be done.
    There is to my knowledge no standard way of doing this in the system.
    Next best would be if you are certain that the report is not used anywhere else in any other mode, then you can hardcode a sy-uzeit check into it and raise a custom message which tells them to RTFM, or check the system load and raise a more polite warning...
    Another way which could however be hobbled over by a semi-skilled person would be to lock and unlock the transaction code for the report and check the transactions status in the report before it is submitted. But that is all-or-nothing, and if the user finds your lock / unlock report then you will need to consider some things there as well to protect it from being run or the lock job from being stopped... Much too complicated.
    Cheers,
    Julius

  • Execution time of a report as a column

    Hi Gurus,
    Normally if you want to know the report execution time we will go to the Administrator-->manage sessions there we will find the time of execution of the respective reports.
    Is it possible to add column(Execution Time) in the report and it as to show the time of that respective report what exactly showing in the manage sessions. Can we achieve this in OBIEE...?
    Thanks,
    Rafi

    Hi Rafi,
    If you have enabled usage tracking, make use if Total_time_sec column,
    http://gerardnico.com/wiki/dat/obiee/usage_tracking_time_column
    Regards,
    Dpka

  • Report (not Page) caching to improve report loading times

    We are trying out Cystal Reports Server 2008 as a replacement for Crystal Reports CR XI R2 for an ASP.NET Web Application. Running some tests we found that the same report loaded from the server was far slower than loading the same report locally, using the CRXI SDK.
    Being the Clone/Refresh strategy on the standalone SDK several times faster than the reportAppFactory.OpenDocument on the server platform, i think that the server is loading from scratch the report each time I execute the OpenDocument method. So what I am seraching for is, Is there a way to setup or tweak report caching on Crystal Server 2008? What I need is not page caching, but the whole report, which is used different databases each time it's executed (implying different data for each execution).
    Some insight on the problem:
    As I posted on a previous thread we are moving from CR XI due to a limit on the number of active instances suported by the SDK (74 instances). We reach this limit because of a workaround for improving report execution times, leaving instances of each report active, so the next execution just recicles the active instance, greatly reducing the overall process time. Therefor introducing Crystal Server is a setback on this module (due to it's actual performance).
    Part of the problem resides on the complexity of the report. Using the standalone SDK the report takes several seconds to load from disk, and several seconds to execute. Regretably, we are not at liberty to change the reports' structure, so optimizing it is beyond posibility for now.
    Thanks in advance,
    Gustavo

    Hello Maggie,
    >> How can I get an all-encoompassing CSV file of the main report (Page 2014)?
    This might be possible using the advanced print server configuration, with BI Publisher, using the same technique that is being used to print master-details reports (which is a type of a multi-region report) - http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html . The standard print server configuration only supports reports with a single region. If you have BIP in your organization, that’s great. Otherwise, CSV files don’t warrant it.
    The only other option, I can see, is to create the CSV file manually, using the technique described in the following Blog entry, by Scott Spendolini - http://spendolini.blogspot.com/2006/04/custom-export-to-csv.html .
    Regards,
    Arie.

  • Discrepancy in report execution duration

    Hello,
    Everyday we are executing audit reports which tells us report execution time for all our daily scheduled reports. Here we have observed some discrepancy between the time shown in the instance history verses auditing report's data. For example, if XYZ report took 120 seconds to execute, our auditing report shows 110 seconds only (-10 sec difference); however instance status in report history shows 120 sec only.
    Here are environment details:
    Product: SAP BI 4.0 SP6 Patch 6
    Server OS: Windows Server 2008 R2
    CMS DB: Oracle 11g R2
    Auditing DB: Oracle 11g R2
    We would like to know why there is a difference? Please advise!
    Regards,
    Daya Jha

    Issue resolved after doing multiple activity.
    - Adding 2 new cluster in PRD environment, After refering Server sizing Guide from SAP
    - Adding 4 new Web Intelligence Processing Server in PRD environment
    - Assign Static port in all 4 Nodes, Previously it was Dynamic Ports
    - Proper spiliting of APS as per SAP APS Sliting KBA (1792286 ,1694041)
    - Change Maximum Connection Paremeter in Web Intelligence Processing Server, Because we have more Web Intelligence Business user to view the Web Intelligence reports.By Default SAP provided 50 Connections.
    - Change in Tomcat Parameters like
    Parameter                Old Value      New Value
    XX:MaxPermSize      384 M          512 M
    Maximum Memory     2,048           4,096
    maxThreads              200              900
    Thanks,
    Daya

Maybe you are looking for