Web report for opening it takes long time how to reduce the time?

HI Experts,
I created report using webi. For next time while opening it takes more time. How to reduce the time.

Hi Manikandan,
There could be multiple reason behind the bad performance.
1. Are you using supported JVM version to run Webi reports?
2. Do the reports contain prompts? Are the LOVs set to "Automatic refresh before use"? If yes, uncheck it.
3. How many queries do the report has? Can you run the queries one by one and check which query is taking much time?
4. If it based on relational database, copy and run it against the database directly and check how much time it takes. If more, you may have to fix the issue at database level like using temporary tables, indices, etc.
5. Also check if there are firewalls or proxy server between client and server communication. if yes, try to refresh the report directly on BO server and check.
6. Check if there is any hinderance between BO server and Database server communcation.
Hope it will help.
Regards,
Yuvraj

Similar Messages

  • How to reduce the time for each clips up to 0,04 seconds?

    Hi, I'm trying to realize my first time laps. I've need to reduce the time for each clips up to 0,04 seconds, but it seems that the minimum time is 0,1 second. There's a solution?

    And use a zip file.  Many people can't open RARs.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to reduce the time of compiling in FPGA?

    I wrote  some code for PID control by using FPGA .But only if a little change is in the code,i have to recompile the code .It takes about 15 minutes per time. It is time-consuming and terrible.
    Could anyone have the good way to fix the problem?
    Thanks

    Unfortunately, when you compile for the actual hardware, you are generating a custom application for an entire FPGA which takes time. To reduce the design cycle, use the development features for executing your code on the desktop to quickly find functional issues. After that, you can simulate the code with Xilinx ISIM or Mentors ModelSim to find cycle-level timing issues. At that point, the code should be ready for deployment and hopefully will work on the first compile for hardware.

  • How to reduce the time..?

    Hi All,
    this statement below is taking lot of time how can i reduce the time ....?
    cheers
    sundeep
    select * from zausfu where vbeln in so_vbeln
                        AND wadat_ist IN so_wadat
                        AND aland IN so_eland
                        AND vsbed IN so_vsbed
                        AND vsart IN so_vsart
                        AND sdabw = sdabw_wert.
    tab-aland = zausfu-aland.
    tab-vbeln = zausfu-vbeln.
    tab-wadat = zausfu-wadat_ist.
    tab-vsart = zausfu-vsart.
    tab-sdabw = zausfu-sdabw.
    IF sdabw_wert = 'A'.
        tab-flag = 'X'.
      ENDIF.
       anz_datensaetze = anz_datensaetze + 1.
    append tab.
    endselect.

    Hi Sundeep,
    Please use the below code, might be it will reduce the time for u r program.
    Types Declaration
    types: begin of ty_zausfu,
           aland type zausfu-aland,
           vbeln type zausfu-vbeln,
           wadat type zausfu-wadat_ist,
           vsart type zausfu-vsart,
           sdabw type zausfu-sdabw,
           end of ty_zausfu.
    types: begin of ty_tab,
           aland type zausfu-aland,
           vbeln type zausfu-vbeln,
           wadat type zausfu-wadat_ist,
           vsart type zausfu-vsart,
           sdabw type zausfu-sdabw,
           flag(1)
           end of ty_tab.
    Internal Table Declaration
    data: it_zausfu type standard table of ty_zausfu initial size 0,
            it_tab type standard table of ty_tab initial size 0.     
    Workarea Declaration
    data: is_zausfu type ty_zausfu,
            is_tab type ty_tab.
    Data Declaration
          anz_datensaetze type i.
    Data Read from Tables
    select aland vbeln wadat_ist vsart sdabw from zausfu
    into table it_zausfu
    where vbeln in so_vbeln
    AND wadat_ist IN so_wadat
    AND aland IN so_eland
    AND vsbed IN so_vsbed
    AND vsart IN so_vsart
    AND sdabw = sdabw_wert.
    describe table it_zausfu lines anz_datensaetze.
          loop at it_zausfu into is_zausfu.
          move-corresponding is_zausfu to is_tab.
          if sdabw_wert = 'A'.
            is_tab-flag = 'X'.
          endif.
          append is_tab to it_tab.
          clear: is_zausfu, is_tab.
          endloop.
    Please reward points, if it is ok.
    Regards,
    Subbarao

  • How to reduce the time of a loop

    Hello,
    I have a VI how generate and acquire signals via a NI-USB device.
    I have lighted a bit my VI because the rest of the calculation doesn't increase the time spend in the loop.  (I acquire 8 signals and i do 2 PID in the real VI)
    So, the VI is made for read two hall sensor of a motor and tell me in wich position is the motor (Motor is a stepper with 20step per 360°). But I think that my VI only count from 0 to 19 ..
    I have tried to decrease the values of both DAQ but then the sine wave doesn't look like sine.. The loop run at 200ms/iteration
    If anyone know how to run it faster it would be great
    thanks
    Max
    Attachments:
    Loop_time.vi ‏181 KB

    And use a zip file.  Many people can't open RARs.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to reduce the time delay in data synchronization?

    I have successfully synchronized the ADF mobile client with oracle server. However, after synchronization, there is a time delay
    in getting the updates.
    For example, if I update the table in the oracle server. It takes one or two synchronization to see the update in the client.
    The same way, after synchronization of client data with server, it takes few minutes to see the updates in the oracle
    sql console.
    Any help on fix this time delay would be highly appreciated.
    Thanks.

    Hi, there, my apologies for delayed response.
    Oracle Lite Mobile Server updates/merges the changes from the client to the server database through a scheduled job, and by default it is invoked every 60 seconds. For development/demonstration purposes, you can shorten it to something like 1 or 5 seconds, which would cause the client update to take effect right away. For large scale production environments, however, leaving merge cycles at 1 or 5 seconds could result in excessive amount of database access and mobile server load. Please consult Oracle Lite Mobile Server Admin Guide for tuning instructions and also other Mobile Server admin details. (http://download.oracle.com/docs/cd/E12095_01/doc.10303/e12089/toc.htm). There is a chapter dedicated to synchronization.
    Here are the high level steps to shorten the data merge cycle:
    - Log into Oracle Lite Mobile Server admin console (http://<mobile server machine host name or IP>:<mobile server port>/webtogo
    - Go to the home page for the admin console. You should see general status, warnings, database details, Components, etc.
    - Toward the bottom of the page, you should see "Components" section. Click on the Job Scheduler Link.
    - In the Job Scheduler page, click on the Administration tab
    - In the Scheduled Job table, locate the entry called MGP_DEFAULT
    - Check the radio button right next to the MGP_DEFAULT job, and click on the Edit button on top of the table
    - Under the Schedule Section of the page, find the "Repeat" title, and then "Interval". Update the frequency to a lower value like 1 or 5 seconds.
    - Under the Schedule section of the page, find the "start" title, and check Immediately.
    - Click OK. This should re-start the merge job right away, with the updated interval.
    Thanks,
    Joe Huang

  • How to reduce the time of publication in the swf from the fla in Adobe Flash Professional CS5.5?

    My fla-file (27mB) is graphic resources to a project, split into pieces is very problematic.Publication time on my computer is 4 minutes. I tried setting "preferance / publish cache" - not result.

    Yes Arial will always export lightning quick.
    Compress movie was a chance that you used some bitmaps that might have agressive compression. Oh well.
    You copied 120 symbols and received good results. Great! Try copying half your library and do the same. Soon you will find out which item is causing this gigantic halt.
    Over a decade ago it took my old P4 about 5 minutes to export a movie I was making and I never knew why. It always ran very cruddy in one specific area too. I finally took a look inside one vector that was insanely complex and huge (like 3000x3000 size 8 years ago is HUGE). It was being scaled down to 5% of its size to fit on screen haha. I simply exported it to a bitmap and all of a sudden everything was fixed. Lots of these things happen. You just need to find out what part of your library is causing issues. So I'd keep copying more and more symbols while exporting until all of a sudden you copy, export and it takes forever. Then you know what the culprit is.
    In my experience the 2 things that have ALWAYS caused a ridiculos amount of time to export is audio and fonts with all glyphs exported.

  • Report for open order and shipped qty  summary

    Dear Folks,
               Can any one please help me.
    Report for open order summary Vs shipped quantity
    what are the related programs to it.
    throw some light on it.

    >
    arpita b wrote:
    > Dear rohit
    >    
    >     Iam asking about any report which compares or give details of open order vs shipped qty.
    >
    > Any sis report is available for this?
    Hi Arpita,
    There is no such sis report available. You will have to configure and create two seperate reports and do the comparison.
    If you want, I will send you the list of all T.codes used to generate reports in SD.
    Revert back to me if you need the same.
    Regards,
    Swapna D.

  • HT1351 for syncing it takes long time and not completed what to do???

    for syncing it takes long time and not completed what to do???

    Debbie:
    deborahfromwindsor wrote:
    he advises restarting by inserting the OSX disc and pressing down the C button to reboot from there then selecting disk utility, hard disk and repair.... Does he mean me to hold down the C key on the alpha keyboard or the ctrl key?
    Should I just ask for my money back??? If it is a simple repair do I just literally push the disc in, push the power button and hold down the C button?
    That's where I would begin, too, with
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.TStatus of HDD at the bottom of right panel, and report if it saysanything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need touse autility like TechTool Pro,Drive Geniusor DiskWarrior
    First we need to determine if the issue you are experiencing with the computer is software or hardware based. Once we have gotten things sorted out there should be time enough to make you decision about keeping or returning it.
    cornelius

  • Report for open process orders

    Dear SAP experts,
    As the period of the process order from open to close is not short, will take 1 or 2 months in our business case, so we want to find a report which can get the information just like the output of KSPP(for planned orders) .
    I tried to analysis the logic of program KSPP, and it seems the function modules based on the planned orders only.
    Is there any way to get the similar report for open process orders?
    Many Thanks,
    Lisa Yao

    Is there any clues?

  • I have updated to ios 7 and Microsoft outlook web access for work emails no longer works nor my remote access can you help

    I have updated to ios 7 and Microsoft outlook web access for work emails no longer works nor my remote access can you help

    This happened to me as well. I read somewhere else that resetting the network settings (General, Reset, Reset Network Settings) would help and it partially did. I get half (the folders) of the Web Access screen rather than a blank screen. I tried tihs a few more times and got the right half (the messages) on occasion but never the whole web page.

  • Test webi report for Mobile (iPad) with Xcode in a Mac

    Hi everyone,
    I need to develop some reports which will be visualized in an iPad.
    I'm using a VM with Mountain Lion + Xcode. I know that Xcode is widely used by Mac developers. What I'm trying to achieve is the following:
    1) Develop some webi reports for mobile, using MicroCharts, Scorecards, etc.
    2) Test reports visualization without using a real Ipad (we don't have any).
    Of course, no. 2) is the real problem. I'm trying to accomplish this using Xcode, anyone know the way? As far as I cocern, what I need to do is to give Xcode a proper URL (open document of developed report). Am I getting close?
    Thanks in advance,
    Pablo

    Hi Pablo,
    You can down the SDK for the SAP BusinessObjects Mobile app from the SMP. You can then use Xcode to generate an .ipa file.
    Use the iOS simulator in Xcode to load the .ipa and then you will have the app installed.
    Connect to you BI server with the app.
    See here for info on using the iOS simulator https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide/Introduction/Introduction.html

  • Web report for Sentinel Log Manager (or possilby RD)

    Hi all,
    My customer wants to replace Webtrend. So customers are given me a set
    of
    apache log files. They said based on those logs Webtrend could already
    build
    some useful web based report for their business units. From what I have
    known,
    what makes them useful are:
    1) Those IP addresses could be resolved to domain, identifying the
    source of
    the browsers
    2) URL are analyzed such that they could give a 'hit rate' based web
    report for
    trend analysis.
    3) What browsers are used to view their web sites so they know the
    compatibility
    issues.
    If I customize our report now, would it be possible to generate similar
    reports for the above items?
    1) I wonder if it is possible during the report generate, would some
    other add-on java plug-in could work for the DNS resolution before data
    generation?
    2) Any one know the logic of the webtrend about how it correlates
    various URL visited in the apache logs are considered different 'hit'?
    3) I believe we could base on filter to identify different version of
    the browsers used?
    I don't have a webtrend so I could not compare and look at how they
    generate reports from the apache log I have. Please let me know if
    anyone has any idea about it.
    Thanks,
    Geoffrey
    geocheng
    geocheng's Profile: http://forums.novell.com/member.php?userid=90913
    View this thread: http://forums.novell.com/showthread.php?t=425354

    Hi geocheng,
    For (1): this feature already exists, although it's in a somewhat
    experimental state. You need to install the Generic Hostname Resolution
    Service Collector, and then enable hostname resolution for each
    Collector (in this case, the Apache Collector).
    For (2): I'm not sure what a "hit rate" is, but the Apache Collector
    should give you a list of URLs that were visited and you should be able
    to calculate counts per URL (split across the TargetDataName and
    TargetDataContainer, note) using a SQL query or whatever.
    For (3): I don't actually know what, if anything, the Apache Collector
    does with the browser details; it may put that into the
    ExtendedInformation field. You may wish to customize the Collector
    slightly (this should be pretty easy to do) to copy that specific data
    into a separate CV field; if you do that, then calculating the relative
    frequency of hits from different browser types will again be a simple
    COUNT style SQL query.
    This is an interesting use case - we haven't really built much content
    around the Apache Collector but as you are indicating, there might be
    some simple things we can do that would be pretty useful. I'll take it
    up as a potential project...
    DCorlette
    DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
    View this thread: http://forums.novell.com/showthread.php?t=425354

  • Aging report for Open Invoice

    Hi All,
    I need to develop an Aging report for open invoice, there is no indication for open invoice or close invoice since we are using customise DS and DS from third party system. only one key flag we have is clearing date. so kindly let me know how to write the logic for this requirement.. can I use Customer exit for this? I have an Idea to do like
    first logic is
    *If Clearing date = blank than invoice is = open (by using of this logic we can get all open invoice).
    second logic
    total number of invoice = current date - document date.
    but I do not know how to implement this logic in BEx hnece kinnly advice me whether this logic can be work or suggest with different solution ples..
    Regards,

    hi,
    You can  check few default PO reports wid proper paramater in it
    or
    Can check table EKBE
    or
    Check PO history in the PO doc
    Or
    Check the ME80FN
    Regards
    Priyanka.P

  • Report for Open Inboin Deliveries

    Hi
    I would like to have report for Open Inbound Deliveries. for which NO GRN is made
    Pl update ASAP
    Manoj

    Hi,
    Goto transaction VL33n and in the dropdown menu for Inbound deliveries select "not posted for GR" and enter your selection parameters there.
    I hope this helps.
    Regards,
    Vinod Kapote.

Maybe you are looking for

  • Itunes..but no tv shows?

    Hi there, I just got my ipod, have all the songs i want, however, when i go to itunes.. the tv shows are missing.. I want to Download LOST. I searched and searched ..but there are none. someone said i needed itunes 6.1...but where do i get that? i ha

  • Is there a way to view psd thumbnails in Windows 8?

    Is there a way to view psd thumbnails in Windows 8 without downloading third-party software?

  • Personal edition vs standard edition

    I am new to oracle and am planning on installing oracle (personal or standard) onto a standalone desktop in my cube for test and develop(and learn) on. My company is currently using Enterprise on sperate database servers that eventually I will probab

  • Can't Kerberize or add new users

    I keep experiencing the same strange behavior: after a variable amount of time (from hours to days) Open Directory in Server Admin will show that Kerberos is not running. When I click the Kerberize button, neither the server admin account nor the dom

  • Updating 10g to 11i

    I have trying to update my 10g to 11i using database upgrade assistance but i keep having this error problem ( session timed out). do i need to subscribe to metallink before this is posible. if yes can anyone direct me for the right product and if no