BW report running slow

Hi,
We have reports build on one multicube and its is running very slow ..after entering selction paarameters it keeps running for long time even when i am running for one cal year/month but earlier it was running fine
we have compressed req of cubes which are in this MP
and moreover we have other reports also based on same MP they are running ok only problem with 1 report
can anyone pls tell what to check for ?also i tried executing in web same report there also it took lot of time
any quick helpa pprecaited
thanks
nilesh

I faced a similar issue once. Upon investigating the execution plan, i found that the query was reading 0VENDOR Text multiple times because we had 4 or 5 different vendor partners displaying text. We moved those vendor partners into free characteristics and asked the users to drill down by those partners as needed instead of having it in the initial report view.
We also had an issue with reading UOM conversion tables and currency conversion tables at query run time. One query which did not use those conversion tables ran fine but one query which used those conversion tables on the same info provider was running real slow. We then moved the calculation in the transformations and then the report ran much faster.
These are couple of things i have noticed on my reports that were running slow.
You can run RSRT in debug mode. Select Query execution plan and Query Statistics. Both of these will give you wonderful insights into what really is happening when the query is executed.
The query statistics will tell you how many fact table records were actually read. The Query execution plan will tell you each table that is being accessed by your query.
Good Luck.
MP.

Similar Messages

  • Strange problem... Query runs faster, but report runs slow...

    Hi Gurus,
    We are using Report 10g on 10g Application server and solaris. we created a report on a table which has 10,000 rows. The report has 25 columns. when we run this query in Toad it took 12 sec for fetching all these 10,000 rows
    But when we run the report with Destype = 'FILE' and Desformat = 'DELIMITEDDDATA', it is taking 5 to 8 minutes
    to open in excel ( we concatenated mimetype=vnd-msexcel at the end of the url if the Destype=FILE). We removed the layout in the report as it is taking 10 to 15 mins to run to Screen with Desformat=HTML/PDF(formating pages taking more time). We are wondering why DELIMITEDDATA format is taking long time as it runs only query.
    Does RWSERVLET take more time of writing the data to the Physical file in the cache dir? Our cache size is 1 GB. we have 2 report servers clustered. Tracing is off.
    Please advise me if there are any report server settings to boost the performance.
    Thanks alot,
    Ram.

    Duplicate of Strange problem... Query runs faster, but report runs slow... in the Reports forum.
    [Thread closed]

  • SSRS reports running slow while fetching data from SQL server DB

    We are currently facing issues with lots of our SSRS reports running very slow. Approx they are taking around 15-20 minutes compared to earlier which was 2-3 minutes.
    Also, the SSRS reports which fetch their data from a Database is acting as Subscriber for a reporting server. That is we have an OLTP DB server whose Database say 'A' is getting replicated onto the server where say Database 'B'. On this B we have our SSRS
    reports fetching the required data and are reported to be running very slow.
    As a start I have checked for Index and stats to be properly updated and yes they are.
    I am not sure now, from where to start analysing the issue.
    I believe replication, not to be the issue as earlier also we had replication set up and never saw the slowness.
    IS memory or IO causing a problem, please help as i am not sure on how to find a fix for this?
    Thanks in advance!

    Hi,
    You need to first find out what all are slow? Is it that the whole instance is slow? How about other queries /replication etc against those databases? Are they slow?
    Check the reports which are slow, try to find the slowest reports and then start looking at execution plans. Check if there is any kind of blocking happening during the time the reports run. Also try running the reports manually and see if there is a difference
    in execution time. Take a look at the waitstats during the time the reports are running.
    Read this to get more better understanding -
    https://technet.microsoft.com/en-us/library/ms177500%28v=sql.105%29.aspx?f=255&MSPPError=-2147217396
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Oracle 10g Reports running slow

    On one server we have an issue with some reports of 2pages taking 2 minutes or more to run, but on another server with the same data transferred across the same report runs in about 3-5 seconds.
    The reports we are having issues with contain graphs.
    The server spec is better on the slower running report server than the other report server.
    How can I fix this?

    Hi,
    did you any exceptions you in the logs of report server??
    Location:
    $ORACLE_HOME/reports/logs/ <report_server> / .
    Remove a trace,when your executing the graphical report.
    It would help you to finding why the report is taking so much time
    please follow the below link for tracing the reports in OAS 10g
    http://docs.oracle.com/cd/B2501608/doc/dl/bi/B14048_02/B14048_02.pdf_
    Regards
    Fabian

  • Reports running slow

    Hi All,
    I am struggling with this issue that reports are running slow & it is taking few minutes to execute.
    In BEx Analyzer it is running slow.
    Please tell me reason why this can happen & possible solution.
    Thanks.

    Hi,
    For the query in BEx we can see the changes done to query but what are the changes made by another user. That i need to know for this query.
    I think some changes might be done by another user.
    Kindly suggest me.
    Thanks..

  • Financial Reporting batch reports run slow at random

    FR reports version: 11.1.2.1
    This is a summary of our environment:
    -Linux server where Hyperion batch reports run
    -Linux (SLES-11) server where Essbase resides
    -Windows 2008 server where Hyperion Print Service and GhostScript reside
    This is what we observed this morning:
    Batch reports are executed serially by a master shell script.
    One of these reports takes 30+ minutes to complete. The exact same report usually completes in less than 3 minutes.
    This problem occurs 3 to 5 times each morning, and not necessarily on the same report.
    While the report shows ‘Running’ in the Hyperion Batch Scheduler, there is no process present on reports server. There is no active session on Essbase. There is no active print process on the print server.
    Eventually, the report completes successfully and the pdf file is present on reports server.
    We haven’t been able to determine where the process is during the period that it appears to be stuck. The best we can do is to look at the status on the Batch Scheduler. It is not a practical option for us to schedule everything using the Batch Scheduler on a daily basis.(this is what Oracle is suggesting, by the way).
    Has anybody experienced similar FR batch reports slowness?
    Thanks.

    IT parsed the HTML into csv so that another program could compare a Trial Balance from HFM with a Trial Balance from the source GL system to ensure all data got imported to HFM.

  • APEX report running slow

    Hi
    the following query runs slow in APEX (:P10_start_date => 01-sep-08, :P10_end_date=>10-sep-08) but in pl/sql developer it takes a second only
    (11g, APEX 3.1.1) any suggestions
    select /*+ index (jane_don pre_test_idx)*/
    stud_mode, stud_nr, test_nr, pre_date,
    timestamp, wr_dur, lec_nr,
    lec_part_nr, lec_dist,
    lec_out, lec_out_in, lec_tl_nr
    from john.jane_don
    where pre_date >= to_date(:P10_start_date,'dd-mon-rrrr') and
    pre_date <= to_date(:P10_end_date,'dd-mon-rrrr')
    and test_2 = to_char(:P10_test)
    order by pre_date , timestamp, test_nr
    Mel

    Hi,
    the first thing to do when you are experiencing a slow page rendering, is to click on the debug link at the bottom of the page (you need to be logged on in the APP builder, otherwise it will not show up). If you don't see the link, you can still activate debug mode by entering YES after the fourth semicolon in the URL (unless you disabled the debugging option in the application definition in which case you need to re-enable it first), for instance:
    http://apex.oracle.com/pls/otn/f?p=38250:13:0::YES
    And you'll see the timings of each component.
    Did you already perform this action?
    Did you already identify the query as the slowest component in your page?
    May be there is some other process that is causing the delay?
    Bye,
    Flavio
    http://www.oraclequirks.com

  • Web discoverer report run slow after upgrade to AS10.1.2.48.18

    We just upgraded our application server to 10.1.2.48.18, our web Discoverer report were running extremly slow on tables that contain large amount of data. We have good speed with those report in the past. The backgroud database was the same as well as the web server.Using desktop version of Discoverer were fine with normal speed.
    Does any one know why? How to speed it up?
    Thanks!

    A few things to check:
    Are all machines using the same version of SQL*Net?
    Are the reports in different EULs (if so, are the EULs at different versions)?
    Do all reports work in Disco Plus or Disco Desktop?
    What types of reports are failing (cross tabs, tabular, both)?
    For the reports that are failing, how many rows are you expecting?

  • Customized Reports running slow in PRD system.

    Dear all,
    All the zreports in our PRD system(900) is running very slow recently.
    Simple customized reports which used to and should take very less time
    are taking more than 10 mins. for execution. Some customized reports are not
    getting excecuted even after 30 mins. The program is not throwing dump
    because the instance profile parameter max_wprun_time has been extended
    to 99999.
    Pls. help regarding how to solve the problem.
    reg,
    Subhajit Sen Gupta.

    Hi,
    check these links for performance tips:
    http://www.erpgenie.com/abap/performance.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    Use se30 and st05 for analysis.
    **reward if helpful
    regards,
    madhu

  • First report run slow...then reasonable.

    I'll call it a performance issue for lack of a better description.  I am accessing an .rpt file on the Crystal Enterprise server and then accessing it using java.  It works fine...after the first run of the day.  The first run takes up to 2 minutes...while the query itself only takes 2 seconds.  We cannot recreate the situation even if all of the Crystal services are restarted and the machine where java executes is rebooted...the only way to make the "slowness" occur is to wait until the report is not accessed from that application server for several hours.
    I have timed the slow parts of the code and here were the results:
    //46 seconds
    ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
    //20 seconds
    crystalSession = sessionMgr.logon(username, password, cms, auth);
    //19 seconds
    ReportClientDocument clientDoc = reportAppFactory.openDocument(infoObject,
    OpenReportOptions._openAsReadOnly, java.util.Locale.US);
    //46 seconds
    reportControl.processHttpRequest(request, response,
    getServlet().getServletConfig().getServletContext(), null);
    Has anyone experienced anything like this?
    Travis

    Starting & restarting the app and/or Enterprise seems to have no effect.  In other words, we can bounce all entities and the report will load up in seconds with no slowdown.
    This issue does not occur when run directly on Enterprise...you have to go through my app.
    Our application server is bounced overnight.  We notice this when we come in first thing in the morning.  We have also noticed it if we let it sit idle until lunchtime.  To directly answer your question, it happens on the first run of the day and then after it's idled for a long period...but the initial execution of the report is NOT a requirement.
    This is an intranet app and sits behind the firewall
    I do have the following settings on the report:
         Share report data between clients
         Viewer refresh always yields current data
         Oldest on-demand data given to a client (in seconds): 0
    Travis

  • PL/SQL report running slow even with Shared_Servers set to 10

    I am running into a problem with a PL/SQL query that displays in the Report region. I have changed my Shared_Servers parameter and that has not helped. There are less than 10 users on the system. I ran debug and the app is running a long time (10 seconds) in "rows loop: 20 row(s)" where 20 is the number of rows displayed per page. If I run the query in regular SQL, then the results are displayed almost instantaneously. Any ideas?

    I figured out my problem. My statistics were out-of-date on one of my tables. I re-analyzed the table and that solved the problem. Now the results display within milliseconds. What a huge difference that made.

  • Report Runs Slow

    I have the following simple query:
    SELECT
    a.CARDID,a.CREDIT,a.CREDIT_VALIDITY,a.PRODUCED_ON,a.LOADED_SYS_ON,a.BLOCKED_ON,a.EXPIRES_ON
    FROM voman.purge_info a
    which runs perfectly right when used from PL/SQL Developer but when I tried create a report on it. It just keeps on running. Although I have removed the default search criteria that APEX adds. please suggest.

    SELECT
    a.CARDID,a.CREDIT,a.CREDIT_VALIDITY,a.PRODUCED_ON,a.LOADED_SYS_ON,a.BLOCKED_ON,a.EXPIRES_ON
    FROM voman.purge_info a
    How long did this take to execute in sqlplus?
    voman.purge_info has 20 Million rows and you have not restricted your query in anyway.
    Who is going to read a 20 Million row report??
    What you need to do, is to add some report criteria, eg a date range and then restrict that date range.
    If its a 20 million row table I assume its partitioned (presumably by date) so that partition_key should form part of your criteria.
    Lets say the data is partitioned by month. Then I would restrict data to the months entered by the user.
    I would also restrict the no of months eg can't ahve more than 64 months between start and end date.

  • Reports running slow with attributes

    Im building financial reports against a small Planning app but there are twenty attribute dims attached to one of my custom dims (employee). I can retrieve within the Essbase addin fine but reports are crashing or taking a long time. I believe the memory values have been max to 1024. Anybody have any suggestions as to what else I can do for the reports performance? EPM 11.1.1.3
    Thx

    Hi,
    For the query in BEx we can see the changes done to query but what are the changes made by another user. That i need to know for this query.
    I think some changes might be done by another user.
    Kindly suggest me.
    Thanks..

  • My 2010 MacBook Pro started running slow a few days ago and is getting worse. I have run a report with EtreCheck that I can post.  Can someone please help me figure out what's wrong and how to fix it.  Thank you.

    Problem started after I unintentionally downloaded some adware 4 days ago. After lots of aggressive ads slowed down my browser I downloaded and ran AdwareMedic which seemed to do the job and browser was back to normal.  Then, possibly a coincidence, everything on the computer started running slower.  I've backed up everything and have run a EtreCheck report.

    When you have the problem, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Macbook 13 running slow- etrecheck report confusion

    Problem description:
    macbook pro running slow
    EtreCheck version: 2.1.8 (121)
    Report generated March 31, 2015 8:13:35 PM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.4 GHz Intel Core i5 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 657
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        Mac OS X 10.7.5 (11G63b) - Time since boot: 0:6:21
    Disk Information: ℹ️
        ST9500325ASG disk0 : (500.11 GB)
            disk0s1 (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (320.34 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple, Inc. MacBook Pro
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /Applications/Kies.app
        [not loaded]    com.devguru.driver.SamsungACMControl (1.4.26 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungACMData (1.4.26 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungComposite (1.4.26 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungMTP (1.4.26 - SDK 10.5) [Click for support]
        [not loaded]    com.devguru.driver.SamsungSerial (1.4.26 - SDK 10.6) [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.1
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        CouponPrinter-FireFox_v2: Version: 1.1.10 - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.3.1 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
    Safari Extensions: ℹ️
        AdBlock
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    WindowServer
             1%    helpd
             1%    fontd
             0%    diskmanagementd
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        275 MB    Safari
        86 MB    WebProcess
        39 MB    mds
        34 MB    WindowServer
        30 MB    Finder
    Virtual Memory Information: ℹ️
        2.30 GB    Free RAM
        871 MB    Active RAM
        194 MB    Inactive RAM
        928 MB    Wired RAM
        205 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 08:06:47 PM    Self test - passed

    First step would be to remove CleanMyMac as per developers instructions. Then remove Genieo Adware. Retest for better performance after removal.
    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

Maybe you are looking for

  • Messages getting stuck at the end of sending

    I have an iPhone 5 running iOS 6.0.1 and often my text messages will get stuck at the end of the sending progress bar.  Like this: http://i.imgur.com/iqxjo.jpg It'll slowly progress towards that point and then it'll just stop.  It will sit there anyt

  • File sharing is not working from pc to imac os x 10.9.2

    file sharing is not working from pc to imac os x 10.9.2

  • WLC 5508 disable wlan client still connected

    I have one wlc 5508 running on latest IOS 7.116, there is one wlan abc which i have disable status and disable broadcast, but randomly still i can see from wlc dashboard there is one client connected to this wlan abc. The moment i check on the client

  • Printing double side

    Hi, I have a problem printing from a network printer, the printer is Toshiba e-studio600-04423023. i wanted to print double side for my pdf file or any word document, but the option in "printing option->layout->two sided" was grey out , i am not able

  • ABAP Certification FAQ TAW12_04

    Hi All, Did any one attended the Certifiaction of ABAP on TAW12_04. which is going on frm 3rd of this month to 14th of this month in INDIA. if anyone attended can any one tell me wat sort of questions came. how was the difficulty level..... thanks in