Crystal Report Response time

I need some help trying to resolve this issue. When attempting to view History for reports in Crystal Report 2011, the response time is very slow. The behavior was verified in the CMC.
I will appreciate any suggestion on how I can resolve this issues. Thanks Kingsley.

The issue seems to be related more or less with Sizing. Can you check the number of schedules and the time when the failed schedules are or response was slow.
I guess here the problem would be because of connections not available. Increasing the number of connection for CRJS would help here. Ofcourse sizing will be important.
A way to avoid this would be to schedule reports in Batches with gap duration of 20-30 minutes.

Similar Messages

  • Crystal report takes time to open

    I am using Crystal reports 9 in my VB.net application for generating a report.
    It causes a delay of around 1 minute for the report to get generated when i try to run it on Win 2k8 server Standard German OS(64 bit). It works fine on xp and even win 2k8 english.
    After some analysis, the delay was found to be due to the OpenReport method used to open the report from a specified path. I also tried to place the rpt file directly under C:\, which also caused the same delay.
    I am stuck up with this for the past 2 weeks, experts in this field, please suggest a solution.
    Thanks in Advance:)

    Hello,
    First CR 9 is not supported on that OS. CR XI R2 with Service Pack 6 and CR 2008 Service Pack 2 are supported.
    Second which report engine are you using, RDC or .NET?
    Thank you
    Don

  • How to close database connections in Crystal Reports

    I am using the following code to connect to database. I can either pass JNDIName or I can provide values for others by leaving JNDI name empty.
    If i use JNDI name, it will use a connection from the connection pool of App Server (in my case Weblogic), but it is not releasing the connection after use. Connection remains even if I logoff from the application. If i keep my max connections as 15 in weblogic, after clicking the page with crystal report 15 times all will remain active and users will not be able to login to the application.
    If i use connectionString and others without using JNDI Name, it directly connects to database. So it creates a connection in database server directly without using connection pool of weblogic. If i check weblogic, it shows no connection in use as expected, but if i check database, i can see the no. of connections increasing everytime a user clicks a crystal report page.
    When the connection touches the maximum allowed connection in server, every application using the same server goes down
    How can I close the connection which was created for the viewing the report?
    String reportName = "/reports/BankBalance.rpt";
    ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);
    if (clientDoc == null)
             clientDoc = new ReportClientDocument();
             clientDoc.setReportAppServer(ReportClientDocument.inprocConnectionString);
            // Open report
            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
           String connectString = ""; // jdbc:sybase:Tds:DBSERVERNAME:9812/DBNAME?ServiceName=DBNAME
           String driverName = "";    // com.sybase.jdbc3.jdbc.SybDriver
           String JNDIName = "DS_APP";
           String userName = "";
           String password = "";
           // Switch all tables on the main report and sub reports
           CRJavaHelper.changeDataSource(clientDoc, userName, password, connectString, driverName, JNDIName);
         // logon to database
          CRJavaHelper.logonDataSource(clientDoc, userName, password);
    // Store the report document in session
    session.setAttribute(reportName, clientDoc);
                   // Create the CrystalReportViewer object
                          CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
         String reportSourceSessionKey = reportName+"ReportSource";
         Object reportSource = session.getAttribute(reportSourceSessionKey);
         if (reportSource == null)
              reportSource = clientDoc.getReportSource();
              session.setAttribute(reportSourceSessionKey, reportSource);
         //     set the reportsource property of the viewer
         crystalReportPageViewer.setReportSource(reportSource);
         crystalReportPageViewer.setHasRefreshButton(true);
         crystalReportPageViewer.setToolPanelViewType(CrToolPanelViewTypeEnum.none);
         // Process the report
         crystalReportPageViewer.processHttpRequest(request, response, application, null);

    the sample shows how to clear RAS and Enterprise resources after viewing report.
    1. If you use unmanaged RAS - as I can see you using setReportAppServer, then remove the enterprise related stuff : instantiating and cleaning code.
    The sample code is meant to give you an idea on how you can release the resources after done with viewing report. In your case all you need to do for cleaning is call close() on ReportDocumentObject. The sample will need to be modified for your requirements.

  • Crystal Reports background processing for SAP Business One 8.8

    Dear Partners,
    I have an SDK program developed in SAP Business One SDK that works in 2007, it calls crystal reports externally and can be executed as a background task using the windows schedular or from the command prompt.
    My problem is it does not work under SAP Business One SDK 2008 PL18 with SQL Server 2008, Visual Studio 2008.
    I receive the following message after this line in my code,"oReport.PrintToPrinter(CopyNo, False, 0, 0)".
    'CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters. ---> System.Runtime.InteropServices.COMException (0x8004100F): Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLastPageNumber(RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at BGProductionRpt.ECR_Common.ECR_PrintReport(Int32 CopyNo) in C:\SDK Development\8.8\test\XX_Rpt\ECR_Common.vb:line 485'
    My Question is what Crystal Reports libraries or other method should I be using ?
    Crystal Reports 2008 for SAP Business One eg. 51038978.zip - downloaded from portal obviously dosn't contain the CrystalDecisions libraries.
    Crystall Reports 2008 - cr2008_sp3_fullbuild, cr2008fp33.exe, cr2008fp33_mm, cr2008fp33_clickonce - also download from the portal, the cr2008_sp3_fullbuild does contain the crystal decisions libraries.
    Finally other choices are crystal reports included with the visual studio 2008 and crystal reports full version direct from Business Objects.
    I have tried different versions of crystal decision libraries- eg, 12.0110 or 12.02 but still no joy.
    Also if I manage to get the report to fire what should the client be running eg, if they have the Crystal Reports 2008 for Business One do they also need to install the Crystal Reports Run time - cr2008fp33_clickonce.
    Any help would be appreciated.
    Thanks.

    Hi John
    Since the SDK works in 2007 it will be using the OLD DB access method.
    Change the Crystal report to use an OLE DB datasource rather than the SAP Business One data source.
    Regards
    Rob

  • Crystal Report 2008 doesn't set  page size when export to excel file

    Hi,
    I am using Crystal Report 2008 Developer edition.
    At Crystal report design time setting the below page setup:
    Page Options -
       to A3(297X420 mm)
    Orientation --- Landscape
    and using the following code in .net (c#)
    I am using below format options to export in excel in .net 2005
    ReportDocument oReport = new ReportDocument();
    oReport.FormatEngine.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    oReport.FormatEngine.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperA3;
    if (aParamlist.ReportFormat == ReportFormatEnum.MicrosoftExcel)
    ExcelFormatOptions excel = new ExcelFormatOptions();
    excel.ExcelUseConstantColumnWidth = false;
    // Use detail section one as a guideline to determine column width
    excel.ExcelAreaGroupNumber = 1;
    //excel.ExcelAreaType = AreaSectionKind.Detail;
    excel.ExcelAreaType = AreaSectionKind.Detail;
    // Prepare exporting options
    ExportOptions export = oReport.ExportOptions;
    export.FormatOptions = excel;
    export.ExportFormatType = ExportFormatType.Excel;
    oReport.Export();
    when export to excel it doesn't set the Paper Size to  A3(297X420 mm).
    Is there any way to set the paper size while export to excel or in other formats also????
    Thanks & Regds,

    Hi,
    thanks for your email.
    This is not happening in development environment.It is setting the paper size anf paper orientation properly.
    this is happening in the production environment where only redist installation is done.
    thanks

  • Crystal Reports 2008 runtime error while running on Windows Server X64

    I have a .NET web application compiled as X86 in Visual Studio 2008 invoking Crystal Reports 2008 SP2 that's running fine at a number of sites running Windows Server 2003 X86.</br>
    </br>
    When deploying this app to Windows Server 2008 X64 I get the error message below. </br>
    </br>
    I'm aware that there is an unanswered question similar to this already in the forum but my application is compiled for X86 and I've tryed installing a variety of run times including "crruntime_12_2_mlb.msi" and "crredist2008_x86.msi".</br>
    </br>
    What combination of compile and run time is needed to get around this issue?</br>
    </br>
    Thanks.</br>
    </br>
    </br>
    ERROR MESSAGE **.</br>
    </br>
    An error has occurred while attempting to load the Crystal Reports run time..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. .</br>
    </br>
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information..</br>
    </br>
    Source Error: .</br>
    </br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  .</br>
    </br>
    Stack Trace: .</br>
    </br>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +399.</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +218.</br>
    </br>
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.].</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0.</br>
       ChartsEnterprise.UI.GenReport.CreateReport(String reportname) +42.</br>
       System.EventHandler.Invoke(Object sender, EventArgs e) +0.</br>
       System.Web.UI.Control.OnLoad(EventArgs e) +132.</br>
       System.Web.UI.Control.LoadRecursive() +66.</br>
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean .</br>includeStagesAfterAsyncPoint) +2428.</br>
    Edited by: PSernz on Mar 25, 2010 3:58 AM

    What combination of compile and run time is needed to get around this issue?
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki. I think I may not have that wiki updated up to FP2.5, so the FP2.5 msm is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975182010E/cr2008fp25_mm.zip
    msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975312010E/cr2008fp25_redist.zip
    Check the version of the CR assemblies referenced in your project. The use the wiki above to deploy the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Using Crystal Report Data Connection in Xcelcius 2008

    The documentation does not explain how data to populate row, column and details is passed to SWF.
    Can some-one please point how CR Data Connection when created in Xcelcius 2008 is used in Crystal Report Design time ? Is it through Flash variables? Basically more details are needed for "when setup properly" clause. How to map Crystal Reports Fields to Xcelcius Definitions.
    Thanks
    Harish Tejwani
    From Doc:
    "With the release of Crystal Reports 2008, it is now possible to embed an Xcelsius-generated SWF file into a Crystal Report and have the SWF consume data from that report. When set up properly, refreshing the data in your Crystal Report will update the embedded SWF.
    To configure your Xcelsius SWF to consume data from its Crystal Rport source data, you must open the Data Manager in Xcelsius and add a new Crystal Report Data Consumer connection. After adding the connection, bind the following ranges to your spreadsheet:  Row Headers, Column Headers, Data"
    "Using Crystal Reports 2008, embed the SWF file into the Crystal Report source data file. When designing your Crystal Report, you will determine what fields/data populate the Row Headers, Comumn Headers, and Data ranges that were designated in your Xcelsius SWF. When set up properly, refereshing your Crystal Report will also refresh the data being sent to and consumed by the embedded SWF. See"

    <div class="content">
    <p>
    Please check the following post to see if there is a solution to the issue you are experiencing:
    </p>
    <p>
    <a href="/node/19014"><span style="color: #0063af">http://diamond.businessobjects.com/node/19014</span></a>
    </p>
    </div>

  • Crystal Reports Runtime Installation error

    I am facing the following error when installing the Crystal Reports Run time environment on a Windows 7 32 bit machine:
    Error1904. Module. C"\Profram Files\SAP Business Objects\CrystalReports for .Net Framework 2.0\Common\SAP BusinessObjects Enterprise XI 4.0\..\dtsagent.dll failed to register. HRESULT - 1073741819. Contact your support personnel.
    Can some one please help?
    Thank you.

    See if the KB [1534393 - "Error 1904. Module C:Program FilesSAP BusinessObjects..dtsagent.dll failed to register ..." when installing Crystal Reports for Visual Studio 2010 MSI runtime|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333334333333393333%7D.do] will help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Crystal Reports 2008 Fix Pack 1.7 - Redist Install - Corrupt

    In an attempt to resolve ongoing issues with running Crystal Reports on my Development Server I tried to download Crystal Reports 2008 Fix Pack 1.7 - Redist Install today.
    When I attempt to open the zip file, I receive an error stating the zip file is corrupt.

    I have read the sticky, however it does not address my issue.  I am not getting Crystal Reports run time errors or any other run time errors. Sticky states that I should not use the 1.1 - 1.7 redists if I have 'older' versions of Crystal Reports on my system.
    I am stating that the zip file is corrupt.  By that I mean, I cannot extract any files from the zip file because the zip file itself is broken.
    When I try to open with 'WinZip' the error message I receive is:
    "Cannot open file: it does not appear to be a valid archive."
    I have downloaded the file twice.

  • Crystal Report in jsp

    Hi all,
    How can I incorporate Crystal Report XI in my JSP Project? I am using Netbeans IDE and Tomcat Server.
    Help me in this....
    Thankx in adv.
    AE

    I worked wih crystal report long time before so i am not going to give exact answer but i am giving you some out line as per my best knowledge.
    to generate crystal report
    step 1
    you have to start crystal report (page and image)server(which you installed in you server)
    before generating any report first check sample report page is working or not.
    (here presently verson 9 or hire is avail but version 7 is good for you--both have huge diffrence and install either one other wise problems are arise)
    step 2
    generate crystal report (generate rpt files) and save
    step 3
    you have to put crystal report (rpt) files in perticular forlder like tomcats webapps
    step 4
    then after you have to just give link to your rpt file like <a> (action) tag in html

  • Crystal Reports 10 and MX 7.0 Integration Problem

    We have Windows 2003, MX 7.03, SQL 2000 and Crystal Reports
    10 installed. When we run the Crystal report first time, it's okay.
    The problem is when we try the second time, we will get the message
    "Server Error The server encountered an internal error and was
    unable to complete your request. Run closed connection." The only
    way to get around this problem is to click on X to kill the browser
    and try to run the report. Does anyone have the same problem and
    know what caused this?

    I found what caused this. After turning off the debugging in
    CF Admin, the problem went away.

  • Crystal Report Runtime 12

    Dear Experts
    I want the Crystal Report Run time 12  From where I can Download It.
    Please give me the Link
    Please Reply ASAP
    Regards
    Rajani P PAtel

    Dear Rajani P Patel,
    You may check this thread:
    Re: Crystal report Designer
    Thanks,
    Gordon

  • Crystal Report Application Sharing Issue

    We are receiving the following error message when trying to open up Crystal Reports from within our application.
    Unable to load Crystal Report user function dll:
       e:\Program Files\Centricity Practice Solution 90\Client\mlcrwlib2.dll.
    The report may not run correctly.
    Here is an explanation of our current environment:
    We are utilizing Crystal Reports XI R2 SP6 using the ActiveX Designer control, craxddrt.dll, to open up Crystal Reports within a  Visual Basic project.  I did not see a VB forum so I'm posting here in .NET.
    We are including the 4 Crystal Merge Modules in our InstallShield Project when installing our application so we feel we are installing correctly, but there appears to be a Crystal Reports sharing issue with another application.  When we attempt to open up our Crystal Reports from within the application, we get the error message above.  If we click OK to the error message our report opens.  I would like to eliminate the error message, but I'm not sure why we are even calling the file in the error above.
    I'm assuming that the other application has created a user function or something that is registered within Crystal Reports, but we do not have access to or cannot load it.   We have not been able to reach anyone from the other software application company to ask questions so I'm hoping that someone can point me in the right direction as to what is going on here.
    I have verified that the Business Objects folder was created with the run-time files needed to run Crystal Reports.  I also see a previous version of Crystal Reports run-time files on this server since a Crystal Report folder exists.  I have utilized Process Monitor to see that the correct craxddrt.dll is being opened, but I cannot figure out how the file in the error message above is being called.
    Any help on this issue would be greatly appreciated.

    Hello Marlon,
    I worked on a Centricity (GE Medical) issue with the Report Designer Component (RDC) a number of months ago. As part of my troubleshooting I discovered that their application uses an atypical deployment of the Crystal runtime files for their Centricity application. The "short" version is that the way they implemented the RDC would not have been supported by SAP Support.
    I was never able to resolve the Centricity issue, but proved that their implementation of the RDC was the root cause of the issue. The mlcrwlib2.dll is a Centricity DLL that seems to control how/where the craxdrt.dll / craxddrt.dll file is loaded (location A in one work stream in their application, location B in another work stream in their application).
    One of the side effects of this DLL is that it "took over" how the craxdrt.dll would load for any other application that also used the RDC (craxdrt.dll / craxddrt.dll). I proved the issue by sending them a simple sample application that was written in CPP. Using CPP allowed us to eliminate the need to reference any other dependencies besides the Crystal runtime files. This sample application consistently failed with a reference to their mlcrwlib2.dll - which I knew wasn't referenced in my CPP sample. At the time Centricity wasn't able to explain why their mlcrwlib2.dll was being picked up by my sample. I expect that their issue would be resolved once they discovered why mlcrwlib2.dll loaded erroneously, but they were still working on the answer to that question.
    Because we couldn't determine how and why the mlcrwlib2.dll was behaving as it did I'd suggest not trying to use a "side by side" installation of another RDC application. I know it's not much of an answer, but it might help explain why all the regular troubleshooting steps aren't working for you.
    Sincerely,
    Dan Kelleher

  • Crystal Reports for VS 2008 deployment on a web server

    Hello,
    I have .NET web application created in Visual Studio 2008. It uses built-in Crystal Report Viewer control. The reports are not built into the assembly, they are loaded from report files prepared outside of Visual Studio 2008.
    I would like to deploy Crystal Reports run-time components on a web server (Windows 2008 server with IIS 7).  I have found the article describing what needs to be deployed: https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567
    Can you please let me know what kind of setup (virtual folder(s), permissions) is needed to make Crystal runtime components available for my web application. I have been trying to find instructions in the forums/wikis/articles with no success. I will need this info to communicate with our system administrator.
    Thank you.

    As long as you are deploying your app to a default app pool, you do not need to worry about virtual directories. The process you are running under will need read / write permissions on the win     emp folder as the report print engine uses that extensively.
    If you are using custom app pool you will have to either
    1) create the viewer virtual directory
    2) make the viewer folder part of your app directory structure
    Other than that, keep the following resources close at hand:
    KB 1329630
    KB 1278952
    [Dynamic images appear as red X on Crystal Reports in VS .NET web viewer|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80]
    [Viewer toolbar images appear as red u2018X on Crystal Reports VS .NET web viewer|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Beginner for Crystal Report

    Hello,
    I have installed crystall report first time but i dont know how to use it.
    i started from the following link -
    D:\Crystal Report\BusinessObjects Enterprise 12.0\win32_x86\Start Page\en\start.html
    but its not working.
    Please tell me how to generate report.
    Regards,
    Anamika

    Anamika
    please what version is that??
    if its Crystal Reports 2008
    you can spend some of your time reading this users guide
    http://help.sap.com/businessobject/product_guides/cr2008/en/xir3_cr_usergde_en.pdf
    good luck
    Amr

Maybe you are looking for

  • Protecting a Web service in XI 7.0

    Hello Experts, The developers have asked my help to disable access through plain http to a web service... In theory, ssl is already enabled. As I'm able to access XI through the browser using https (the certificate is self-signed, but that shouldn't

  • Resetting to default theme Nokia 6030

    This relates to a relatives phone rather than my own. It has not afaik been used on the internet or had anything downloaded on to it. I have looked through the manual without success in finding an answer. The problem is the display is now mainly on a

  • Problem in JAVA proxy scenario: cannot locate QSI root directory

    Hi Frnds, i am using RFC to JavaProxy, actually through java proxy we are connecting to the bank for payment. And the bank has provided one payment client application which needs to be installed on the server for interacting with the bank, and we had

  • Javax.servlet.ServletException: Cannot find bean CustForm in any scope

    while i m running my struts application.. i m getting this error.. can any one pointout wat error is this... javax.servlet.ServletException: Cannot find bean CustForm in any scope      at org.apache.jasper.runtime.PageContextImpl.handlePageException(

  • Still no websites in iweb

    Now both of my websites do not appear iniWeb. In following suggestions to find my domain files, when I go to users and click on my folder, there are negative signs on several of the folders, including libray. The message says I don't have access. How