Slow opening Webi reports

We use BEX queries to supply our universes with data and use criteria at the BEX level. Usually when we open a report it takes about 5 seconds to open the report and present the BEX criteria screen, then run the report.
We recently applied fix pac 2.7 (we use 3.1XI sp2) Webi Rich Client) and now the time to open the report to the BEX criteria screen is 160 seconds. Has any one encountered this type of performance issue?   Are there any confiuration changes that need to be done to avoid this issue.
Thanks
Barry

Slow opening of Webi reports is generally due to slow java initialization process. You can stop the un-necessary Java processes and try increasing JVM.
I hope it would speed up the process.
--Kuldeep

Similar Messages

  • Re : Java error while opening WEBI Report in BO 4.1

    Hi Team,
    while opening webi report i am getting folowing error
    java.util.concurrent.ExecutionException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(Unknown Source)
    at java.util.concurrent.FutureTask.get(Unknown Source)
    at javax.swing.SwingWorker.get(Unknown Source)
    at com.sap.webi.toolkit.ui.tasks.WebITask.getResult(WebITask.java:171)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doneProcess(NavigOnDocumentTask.java:95)
    at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.done(WebITask.java:378)
    at javax.swing.SwingWorker$5.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
    at sun.swing.AccumulativeRunnable.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.WaitDispatchSupport$2.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(Unknown Source)
    at java.awt.Dialog.show(Unknown Source)
    at com.jidesoft.dialog.StandardDialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at java.awt.Window.setVisible(Unknown Source)
    at java.awt.Dialog.setVisible(Unknown Source)
    at com.sap.webi.toolkit.ui.dialog.MessageDialog.setVisible(MessageDialog.java:186)
    at com.sap.webi.ui.SwingClientHelper.showWarning(SwingClientHelper.java:493)
    at com.sap.webi.ui.context.managers.DataManager.checkForEmptyDataProviders(DataManager.java:2592)
    at com.sap.webi.ui.tasks.workflows.RefreshWorkspaceWorkflow$1.run(RefreshWorkspaceWorkflow.java:147)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at com.sun.deploy.security.CPCallbackHandler.isAuthenticated(Unknown Source)
    at com.sun.deploy.security.CPCallbackHandler.access$1600(Unknown Source)
    at com.sun.deploy.security.CPCallbackHandler$ChildElement.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.businessobjects.rebean.wi.impl.model.viewing.ReportEngineOutputSourceFactory.createReportElementPageOutputSource(ReportEngineOutputSourceFactory.java:72)
    at com.businessobjects.rebean.wi.impl.services.NavigationServiceImpl.internalNavigateToReportElement(NavigationServiceImpl.java:313)
    at com.businessobjects.rebean.wi.impl.services.NavigationServiceImpl.navigateToReportElement(NavigationServiceImpl.java:105)
    at com.businessobjects.rebean.wi.app.ViewingFacade.navigateToReportElement(ViewingFacade.java:208)
    at com.sap.webi.ui.viewer.PageFactory.getPages(PageFactory.java:634)
    at com.sap.webi.ui.viewer.PageFactory.getPages(PageFactory.java:196)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:68)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:23)
    at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.doInBackground(WebITask.java:348)
    at javax.swing.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at javax.swing.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Any ideas please,
    Thanks & Regards,
    Varun G

    "...at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:23) at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.doInBackground(WebITask.java:348)" Please check out SAP KB 2115770 - Error encountered when opening a Web Intelligence document reporting off of SAP BW BEx queries and Universes in BI 4.1 SP05 on http://service.sap.com/sap/support/notes/2115770. The resolution can be found on BI4.1 SP05 Patch 03 and above. Hope this helps, Jin-Chong

  • Open Webi reports via xcelsius

    Hi Gurus,
    I want to open webi report using URL BUTTON via xcelsius dashboard.
    I genereted webi report url. and I tested it on borwser(explorer and firefox). ther was no problem, I can see webi report.
    But When I used url button on xcelsius dashboard;  first  came bobje login page, After I İnput my logon info.  ooops
    seem below eror message.
    An error has occurred: An error occured while trying to view the document
    What is the problem?  Anybody can help me, please.
    Best Regards
    Bulgur

    Hi Bulgur,
    what kind of link are you using? Did you try using the openDocument functionality?:
    http://www.businessobjectstips.com/tips/infoview/opendocument-an-introduction-to-a-powerful-tool/
    Regards
    Victor

  • Issue while opening webi reports using OpenDoc url in Chrome browser

    Hi
    We are in SAP BI4.0 SP7. We are facing weird issue while opening the webi report via OpenDoc url in chrome. we are facing the below issue only in chrome and it works perfectly in IE and Firefox.
    For the first time the report gets opened properly(when a session is created). If we try to open the same report from the same machine in a different browser tab, report gets opened up without any Tables\charts. We could see only a blank page with just the Report Tab name at the bottom. If we do refresh on the page, the report opens up correctly. We have checked for packet drops and there is no such thing. Is there any setting that we should make to resolve this. Your help is appreciated.
    thanks
    Gokul

    Hello Gokul,
    first thing is to check is if your chrome version is supported by your current BO version as specified in the PAM (is it?). If the chrome version is supported, and you still have an issue, then you can check with a sap support engineer.
    best regards,
    Victor

  • Error LO02010 and LO26315 trying to open Webi report with LO in Xcelcsius

    Hi,
    I am trying to open a BO Webi Report through Xcelsius LiveOffice. Unfortunately I am getting the error messages LO 02010 and LO / LO 26315 / RWI 00226).
    It says the report doesn't exist or you have no rights to open the report or you can't connect to BusinessObjects Web Services (LO 02010). The document can't be retrieved (LO 26315). The Report Engine Server couldn't be initialized (RWI 00226).
    Has anyone had the same problem? or does anyone have a possible solution? Thanks.

    Hi Markus,
    Would you try whether you can open the Webi report in InfoView with the same user? Then try it in Live Office?
    -Jason

  • Unable to open webi report WIS 30912

    Hi all,
    After reinstalling the BO XI 3.1 server we are unable to open the previously created WebI documents. When we try to open such a document we get the following message :
    The document has been locked by the user 'BODWH' on the following cluster : '@CDMSCOXP.localwan.net:6400'. You cannot open this document on the current cluster. To open the document, log on the correct cluster as the correct user and save the document unsecured. If the cluster is not reachable, try to connect to the following system : '@CDMSCOXP.localwan.net:6400'. If this system is not reachable or not online, try the previous offline session with the connection 'cdmscoxp_6400 (Offline - 04/09/2008 09:03:2'. (WIS 30912)
    Any idea how this can be resolved ?
    Thanks for advise!
    Regards,
    Steve

    Hi,
    Thanks for the fast reply.
    Is it posible to turn off the security setting for the webi reports? The webi reports is created before the reinstallation, and after the reinstallation process the cluster name is changed, and the report is not able to open as shown for now.
    Is it posible we change 1 of our development server cluster and entering into the webi and change the security setting since the server influence is the production server and the cluster name is fix for now.
    Thanks for advice.
    Regards,
    Steve

  • Unable to open Webi report in edit mode

    Hi All,
    While i am trying to open a web intelligence report in "Modify" mode, its throwing an error "The document cannot be created or opened. The error code is: FILE NOT FOUND."
    Please let me know how to retrieve the report as i am not having a back up of the reports.
    Version: BO XI 3.1 SP3
    Regards,
    Akhil

    Hi Akhil,
    Generally if the "Preferences" you have set in InfoView for Creating/Modifying webi documents is Desktop, then this error is thrown.
    You have 2 choices:
    01. Change the preferences to "Web" and try the workflow.
    02. Do this workflow where WebI Rich Client is installed.
    Thanks
    Niranjan

  • Why my Firefox is to slow?? Same as GoogleChrome?? Only Internet Explorer is working good! And i want to know Firefox its to slow open web sites! I want to use Firefox but i do no not wht to do is to slow! help me pls!

    Srry ill explain very bad myself there! The problem is at the time the Firefox its connecting to a "X" website, it takes to much time get in on the website =/, I got the same problem with GoogleChrome! But if i use Internet Explorer all works perfectly, but I dont want it to use IE, I want Firefox ^^ and I not know wht to do, I cleaned the registry, cleaned the cache and cookies mmmm I ´ve Avira Antivirus on the computer i did a full system scan and everything looks ok also I did a scan with MalwareBytes` Anti-Malware and all its ok again, I not know wht else to do!!! I turned off the avira and firewall of the windows 7 64 bits and didnt work too. Help me what can I do?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • SDK Code for bulk opening of Webi reports and Save

    Hi,
    Is it possible to bulk open webi reports using SDK and save it again.
    Thanks,
    Chandra

    Hi Chandra,
    No, This script is for only opening the webi document & saves it back to enterprise without any processing.
    If your webi document have the refresh on open & last prompt value selected properties checked then you don't have to modify the code.
    If you want to handle the prompt as well, then you have to modify the code & write the application flow like below:-
    1. Logon to enterprise.
    2. get infostore service.
    3. get all the webi documents into infoobjects collection
    4. get engines services.
    5. load document instance.
    6. clear the prompt values & set it with new value.
    7. saves the report back to enterprise.
    The 6th point is mossing from the script. You can add that piece of code in the attached script also you can take help from the sample codes & Developer guide & API references.
    Thanks,
    Shailendra

  • How to pass parameter from xcelsius report to WebI report

    Hi,
    I have a pie chart in xcelsius. When user clicks on one of the slices of the chart I want to pass the selected slice value to a WebI report.
    For this I am doing following steps
    1. When user clicks on a chart slice the selected slice value will be written into a cell say B1
    2. Create a URL button which will get triggered on change of the value of cell B1.
    3. Set the URL value in the cell say C2. Here I am using Opendoc function to open Webi report.
    If I enter following value in C2 and run the report it works fine and opens the desired webi report.
    ="http://myServer.xyz.com:9001/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sDocName=MyDoc&sReportName=MyReport&sWindow=Same&sRefresh=Y&lsSCompany=MyCompany&lsSDecision="  &$B$1
    here I am Passing two parameters Company and Decision.
    Now I want to make this report run in all the environment so I changed the actual path of server( myServer.xyz.com:9001) to following
    ="../../opendoc/openDocument.jsp?sType=wid&sDocName=MyDoc&sReportName=MyReport&sWindow=Same&sRefresh=Y&lsSCompany=MyCompany&lsSDecision="  &$B$1
    but if I do this it gives me following error in Webi:
    "Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address."
    Is there any other way to open the WebI report from xcelsius?

    Hi Peter,
    the link provided refers to Xcelsius V4.5.
    In Xcelsius 2008 you have to control Flash Vars in the Data Manager.
    Go to the Data Manager, Add the Flash-Var Connection Type, Select CSV-FlashVar and define a name and a range.
    But i am not sure if Xcelsius Engage can handle FlashVars, because i am only working with Enterprise.
    Please take a look at your manual.
    For sure there are other ways to import data during runtime. Take a Look at the Connections provided by Data Manager. (e.g. QaaWS, SSRS, LiveOffice, Webservices, ...)
    Also take a look at the link below. It might be another nice option for "pseudo" data connectivity
    http://labs.businessobjects.com/xcelsiuspublishing/default.asp
    Best Regards
    Ulrich

  • Webi report takes long time to open

    Hi All.
    We have created few reports in webi and we have used variables in these reports.
    But while opening that reports into BI Launch pad browser, it is taking long time to open. e.g. 5 to 7 min or more.
    Please help to resolve this issue.

    Hi Anand R,
    A couple of questions from my side:
    1) Does the webi report contains any chart
    2) Are webi reports which are slow only on a single .UNX
    3) How about the network.
    4) Are you using IE
    5) Are you in 3.x or 4.x
    Could you try any of the below:
    1) Increase Tomcat memory pool to 4096Mb
    2) Stop and restart Tomcat once.
    3) Try with other browser
    4) Use something like Fiddler to understand the network speed
    5) Delete cookies in the browser
    Try the other options told by our SCN colleagues aswell..
    BR
    Prabhith

  • Webi reports are running slow

    Hi Gurus,
    This may be repeated question but I didn't find suitable answer and need your help.
    There are number of webi reports which is based on olap connection directly on bex query. We are experiencing the slowness while opening the report and even opening for selection screen for prompts.
    This is happening from past few days.
    There is slight slowness in backend BI system as well.
    All the BO servers are running fine.
    BO Version: BO 4.0 sp6.6
    Thanks & Regards,
    Harsh Wardhan

    Sometime the cache got fill , restart the servers once and it should be as before.

  • Webi reports are not opening

    Hi all,
    Couple of weeks ago we had an issue that all the Webi reports were not opened for all the users. When we checked with the infrastructure team all process were running very slow. I thought this is due to there is only one CMS server installed on unix system? My question is this possible to create more than one cms server on the same machine? If possible what are the necessary things are need to have a second CMS server?
    thanks,
    Raj

    Hi Raj,
    You can have multiple CMS servers in the same machine as long as you have multiple CPUs. Anyway, I will recommend to ad another server to the cluster.
    To add another CMS, you need to go to the:
    CMC > Servers > Manage (Menu) > New Server > Select "Core Services" - "Central Management Service".
    You need to select a different port than the one you use for the first CMS.
    However, you should check which one was the server that was consuming CPU when you had the issue to identify if it was due to WebI processing. It might be that a problematic WebI report was created or something unusual was happening in the system. If you have enabled auditing you can examine what was happening in the system at that time.
    Regards,
    Julian

  • Very slow to open web pages

    Why does it take ages to open web pages? It can take up to 10 seconds and sometimes it takes so long that it times-out and asks me to reload. Reloading does not make it any quicker. It is not just one web page, it happens on most pages that I try to open. Once the page is open the screen updates very quickly (as you would expect). I am using BT Infinity-1 and the new Hub 5. It is slow using both IE-11 and Google Chrome. I have run all the various virus checks and PC 'clean-up' utilities.
    I'm not sure if it's a problem with my PC or a network or a configuration problem.
    Any ideas welcome.
    Ta, Lou

    Hi, Thanks for that.
    For some reason I cannot capture screenshots. It won't let me cut/paste to the clipboard. Maybe I need a utility to take a screenshot or maybe those BT pages are protected?
    However I ran the speedtester and adslchecker and the results are within stated limits.
    I then downloaded and ran the BT Help package. On the PC Health check it reported some problems with cache so I elected to fix those. I was using Google Chrome at the time but it seemed to switch me to IE during the troubleshooting.
    I have now rebooted and it seems much better. Perhaps it was simply a cache problem. If that is the case I don't know how the cache problem occured or why my various utiliites like Ccleaner and System Mechanic didn't report those problems.
    I'll use my PC for a few days and see if the webpage opening delays have been fixed, or I'll report back here.
    Again thanks.

  • Issue opening Web Analysis report

    I create, with buttons, links between reports in web analysis. Sometimes when I click on one of them in workspace, it doesn't open linked report, but another one. Furthermore this last one is automatically saved as the previous report, and I can't open the original linked report. Any suggestion about this ?
    Thanks in advance.

    Hi Natesh,
    Thanks for your reply to my query posted in this forum. Please find my inline answers between asterisk to your questions:
    Whatz the source of your Grid? Relational SQL Query (OR) A spreadsheet with Essbase database connection file?
    * Yes, the source is Essbase.*
    If source is Essbase, it seems- Outline might've got altered when you're trying to refresh the report.
    * The outline was in tandem when we tried running this report in WebAnalysis. This outline & WebAnalysis report which is in Dev Server is a replica of the one in Test Server where it runs fine. *
    If source is based on a Relational SQL query, chances are that- Query is no longer valid.
    * NA as this statement is NOT applicable to our source.*
    If it's Essbase, it's also likely that- It ran out of time while fetching the data from Essbase. You may try playing around with the parameters in Essbase.cfg file.
    * This might be one of the causes, but I double checked the all the tunning parameters in Essbase.cfg file in place.*
    Could you please through more observation on this issue. Let me know if any further information is needed!.
    Thanks for your time.
    Regards,
    Krishan
    Edited by: user10475612 on Nov 8, 2009 1:07 PM
    Edited by: user10475612 on Nov 8, 2009 1:09 PM
    Edited by: user10475612 on Nov 8, 2009 1:12 PM

Maybe you are looking for

  • Issue homepage custom report doesnot load on page load

    Hi Gurus, I have created custom report and displayed the same report on the main homepage and Issue homepage. For the main homepage the report is displayed properly on page load but on the issue homepage it does not automatically load on page load. I

  • How can I make the rolumn and row headers appear on the printed sheet?

    I am working in Numbers'09. I want to print out my chart with the column letters and row numbers showing. How can I make the rolumn and row headers appear on the printed sheet?

  • Unable to find out error

    hi all need help to solve this problem In a file called AllBalancedOfSize.java write a method with the signature: public void printBalanced(int len) that uses recursion (either directly or indirectly) and prints all balanced strings, composed solely

  • Powerpoint Attachments

    How can I open Powerpoint attachments in email? I see the iphone can open Word docs and Excel spreadsheets, but when I receive an email with a Ppt attachment, it doesn't allow me to download the attachment and view it.

  • Problem while creating Material Master (MM01)

    Gurus, I am novice to sap sd, and I am trying to create a Material (MM01) for a Customer, and have given the inputs 'Material', 'Industry sector' etc. To my surprise, I am unable to see '  'Sales org 1' , 'Sales org 2' ' Sales : General plant'  tabs