Error when Opening a Crystal Report in a Web Application

Hi All,
How are things?
We are trying to open a Crystal report in a Web Application based on a Web service on Appache Tomcat.
The report is in the Test Environment poiting to a SQL 2005 Database.
The report opens and runs fine in Crystal Reports and in Infoview.
The Web application throws back a long error as shown below.
Looks to be like a SDK Issue ( Not pretty sure )...
Could anyone help me out on this?
STACK TRACE: at BusinessObjects.DSWS.ReportEngine.ReportEngine.GetDocumentInformation(String documentReference, RetrieveMustFillInfo retrieveMustFillInfo, Action[] actions, Navigate navigate, RetrieveData retrieveData) at Service.GetReportWithParms(String rptName, String folderName, String parms, String user, String password, String output, String& strError) MESSAGE: Failed to retrieve binary view of the report. (Error: WRE 02527) CALL STACK TRACE: com.businessobjects.dsws.wsc.common.axis.WSExceptionFactory$ExportReportFailed at com.businessobjects.dsws.wsc.reportengine.Report.getBinaryDocument(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleGetBinaryView(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleRetrieveData(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleActions(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.CrystalReportEngineSoapImpl.getDocumentInformation(Unknown Source) at com.businessobjects.dsws.reportengine.ReportEngineSoapImpl.getDocumentInformation(Unknown Source) at com.businessobjects.dsws.reportengine.ReportEngineSoapSkeleton.getDocumentInformation(Unknown Source) at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.businessobjects.dsws.wsc.common.axis.FlashFilter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error in File XYZ.rpt: Failed to retrieve data from the database. Details: [Database Vendor Code: 408 ]---- Error code:-2147215357 Error code name:internal at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ps.internal.f.a(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ps.internal.f.export(Unknown Source) ... 49 more
Thanks,
Raj

Moving post to .NET SAP Crystal Reports forum
Hello Scott
What browser are you using and what is the version of the browser?
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]

Similar Messages

  • Page Not Found Error when clicking on Crystal Report Viewer print icon

    Hi,
        I am working with ASP.NET 2.0 and crystla reportXI release2.
        I am getting "Page Can not be Found " error when clicking on Crystal Report Viewer print icon.
        Could you please tell me how to get rid of this error?
    Regards,
    Smitha

    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    A short pseudocode would be something like this:
    Dim rptDocument As ReportDocument
    If Not Me.IsPostBack or Session("Report") = Nothing Then
    rptDocument = New ReportDocument
    rptDocument.Load(sGlobalPath & "\myreport.rpt";)
    Ludek

  • Error when opening an existing report from BW system

    Hi All,
    I have Crystal Reports 2008.
    Service Pack 2.
    Fix Pack 2.2 (I also tried with fix pack 2.7)
    When I try to open a crystal report from a bw system it gives me error message : " An error occured while updating the report's parameter pick list.  " ..
    Do you have any idea how can I fix this ?
    Regards
    Ozan

    Post your question BEX and B1 and classic SAP data source issues to the Integration Kit forum

  • Logon Screen when opening a Crystal Report from Add-on

    Hello everyone,
    I have a problem that I've been trying to solve. I have an addon that opens a Crystal Report with the information that the user wants. I tried it in SBO using a SQL db and it worked without problems, but now I've test it in SBO using IBM DB2 db (the client has that db implemented) and the report doesn't open, instead of the report it appears a log in screen asking for the server name, database, user and password.
    I've tried every possibility without success, it returns a message saying that my login is not correct, the thing is that all I've written in that login screen is the correct info, even tried many possibilities... and I can't access to the report!
    I've searched lots of forums for an answer, but none of them helped me. Can anybody help me with this issue?
    Thank you very much,
    Regards,
    Mariana Mazzero

    in case you do sure that is just lose some dll file,I think maybe you can create a install package by using Visual Studio.
    you can create a form and put a crysyal object on the form. and use the wizard.
    Visual Studio will auto collect all dll you needed.
    than you can compare the file list,
    or, you can just install the package on the standalone PC.
    It's a stupid solution.
    but, I think it is effective. :P

  • Crystal Reports in JSP web application

    Hi,
    I am using crystal report in my jsp application...
    Now there is a problem with me. I want use more than one tables in the report.
    The report is working with single table when i am calling from jsp.
    When i am using two or three queries i cannot pull the report..
    I am taking the two tables from crystal report as follows
    String tableName = reportClientDocument.getDatabaseController().getDatabase().getTables().getTable(0).getName();
    String tableName1 = reportClientDocument.getDatabaseController().getDatabase().getTables().getTable(1).getName();
    And i am getting the names of the tables used in reports..
    But when i am setting the data source i am getting exception in the second line....
    reportClientDocument.getDatabaseController().setDataSource(resultSet, tableName , "Command");
    reportClientDocument.getDatabaseController().setDataSource(resultSet1, tableName1 , "Command_1");
    The exception is as follows....
    java.lang.NullPointerException com.crystaldecisions.reports.reportengineinterface.a.a.a.getTables(Unknown Source) com.crystaldecisions.reports.sdk.DatabaseController.setDataSource(Unknown Source) org.apache.jsp.crdemo.filename_jsp._jspService(org.apache.jsp.crdemo.filename_jsp:118)
    Plz help me to solve this............

    Hi,
    I am using crystal report in my jsp application...
    Now there is a problem with me. I want use more than one tables in the report.
    The report is working with single table when i am calling from jsp.
    When i am using two or three queries i cannot pull the report..
    I am taking the two tables from crystal report as follows
    String tableName = reportClientDocument.getDatabaseController().getDatabase().getTables().getTable(0).getName();
    String tableName1 = reportClientDocument.getDatabaseController().getDatabase().getTables().getTable(1).getName();
    And i am getting the names of the tables used in reports..
    But when i am setting the data source i am getting exception in the second line....
    reportClientDocument.getDatabaseController().setDataSource(resultSet, tableName , "Command");
    reportClientDocument.getDatabaseController().setDataSource(resultSet1, tableName1 , "Command_1");
    The exception is as follows....
    java.lang.NullPointerException com.crystaldecisions.reports.reportengineinterface.a.a.a.getTables(Unknown Source) com.crystaldecisions.reports.sdk.DatabaseController.setDataSource(Unknown Source) org.apache.jsp.crdemo.filename_jsp._jspService(org.apache.jsp.crdemo.filename_jsp:118)
    Plz help me to solve this............

  • Error when running the Crystal Report 9.1 (visual studio 2003) in the deployed server

    Hello,
    1) I am suddenly getting an error message ‘Load Report failed’ in a production server (where the VS2003 application is deployed) when the Crystal Report is executed. This has happened maybe because of the Windows/Crystal Report Updates!
    I am able to see the same report perfectly fine in the development computer using VS 2003.
    I am using the 9.1 version which is part of the Visual Studio 2003.
    The event logs show 'Either the keycode library is not registered or it cannot be loaded ...EventID=10029'. See attached screen shot.
    Please help?
    2) Since I was getting a registration suggestion window  for using Crystal Reports, I registered twice using different email address and it said that it will send me the KeyCode for the Crystal report but after successful registration I never got any keycode but just an email acknowledging the Registration.
    I believe the KeyCode is required to use it in the server to execute/run a report.
    Can SAP representative email the keycode to my gmail account?
    My product key is: 
    Please help to resolve both my problems
    Thanks in advance,
    Sanjay Chudasama

    If I memory servers, you have to open the Crystal_Regwiz2003.msm in the .NET deployment project. One of the properties of the msm was Keycode (or similar). You entered the keycode here. To find your keycode; in VS2003 IDE, go to the Help | About screen. You will see one of the installed components as Crystal Reports and the keycode will be on the right of that. Copy the keycode from here, paste in the above.
    For more details see the article Crystal Reports and Visual Studio .NET - Application Deployment.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Dynamic Menu error when saving to Crystal Reports Server R2 & Developer XI

    Hi All
    Product Version 11.5.9.1076
    In Crystal Reports XI developer I installed SP 4 the other day and when I save a report to the reporting server it seems to corrupt the dynamic menu when we open the report in the info view page the first selection in the cascading menu is OK but when I select items from the first menu it is just populating the second select box with what I selected in the first box
    I have it set to multiple
    If I run the report in the developer the menu selection work OK ?
    Also is any one else having a problem in the developer when selecting a date in using the calendar?
    The error is file://C:\Documents and Settings\simon hardstaff\Local Settings\Temp\prompting1.html
    Many thanks for any support given

    Just to update
    SP4 CR XI R2 seems to be changing some Date Parameters from Date to DateTime has any one else installed SP4 and using CR Server ?

  • Error when preview the crystal report

    Hi All,
    When i am click on preview button in crystal report it show an error:
    error:-
    could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=nutral, PublicKeyTocken=,culture= neutral,publickeytoken692fbea5521e1304.' or one of its dependencies. The system cannot find the file specified.
    please tell me why this happened.
    Thanks & Regards
    Manoj S

    Hi Manoj ,
    You may check these threads first:
    Crystal Report - Crystal Designer
    Cannot run Crystal report in SAP
    Addon Crystal Report
    Thanks,
    Gordon

  • Error  When Refreshing a Crystal Report 2011 from BI launchpad

    Hi,
    I am getting this error message [CRWWEB00000119] VIEWER COULDN'T PROCESSS AN EVENT when trying to view a crystal report from BI Launchpad. I have created the report using Crystal 2011 and Published it to SAP BO BI 4.0, Verified the Database Username/password for the report and it has the correct information. Report works without issues from Crystal 2011 Designer.
    When I schedule this report it fails alsowith "Error in File ~tmp1ccc6d9c2d14c50.rpt: Failed to load database information" message.Checked the Oracle ODBC on the server and it is pointing to the DWH, I have created the report using Crystal 2011using oracle server connection and Oracle 11gR2 32 bit client is installed on my machine, SAP BO BI 4.0 Server has Oracle 11gR2 64 bit middleware and has the Oracle ODBC for the conenction i am using in the report.
    Please let me know if anyone has faced similar issue with SAP BO BI 4.0 and can help me resolve this, below is my environment details.
    Environment:
    Windpows Server 2008
    SAP BO BI 4.0
    Crystal Reports 2011
    Oracle 11gR2
    Thanks
    Sachin

    Hi Sachin,
    Did you verified the database details for the report in the CMC?
    Can you try also to publish the report by using the tool Report Upload Wizard?
    Thanks
    Philippe

  • Database Connector Error : when refreshing the crystal report in Infoview

    Hi,
        I've created a crystal report on SAP R/3 tables and the report is refreshing fine in my local system. But however when I publish the report to the BOE, and when I try to refresh the report it gives the error:
    Error in File <file name>: Database Connector Error. I'm using Crystal reports 2008 and the BOE is XI 3.1.
    How can I solve this?
    Thanks,
    Sanjay

    Hey folks,
    i suppose  we are facing the same error. But where do i check if the key for the server-side integration kit has expired? There is no explicit key in our CMC.
    We use BOE XI 3.1.
    Thanks in advance!

  • Windows 8.1 is throws error when displaying SAP Crystal Reports 10.5

    Hi there,
    On windows 8.1 – 64  bit SAP Crystal Reports fails to work (even empty report):
    “Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version 10.5.3700.0, culture=neutral, PublicKeyToken=blahblah' or one of its dependencies. The system cannot find the file specified.”
    Project that run SAP Crystal Report was compiled as 64 bit & 86 bit & ANY CPU, but all displayed the same error message. Is windows 8.1 64 bit missing any *.dlls? Or is there compatible CRRuntime engine with windows 8.1 64 bit?
    I had this problem before on windows 7 but by changing solution Platform and Target CPU – solved the problem, however windows 8.1 seems to have a bug!
    More Info about app:
    VisualStudio2010
    SAP BusinessObjects XI 4.0
    Support Pack (several been tried): crruntime_64bit_13_0_7.msi

    Post Author: JonathanP
    CA Forum: .NET
    Are you simply viewing the report, or exporting it?
    The error doesn't tell us much. A windows application should not need any special permissions. Try giving the user full rights to the temp directory, as the report engine does need to write seme files there.

  • Error when uploading a crystal report with dynamic parameter into Infoview

    Hi All,
    I was trying to upload a crystal report which has a dynamic parameter into a Infoview. It shows an error message that say:- "Failed to read data from report file C:\WINDOWS\TEMP\tmp27A.rpt. Reason: Failed to read parameter object ". Can anybody help me in solving this?
    Thanks!
    Edited by: undefined on Aug 20, 2009 8:57 PM

    Post your question to the Business Objects Forum

  • First page appears blank when viewing a Crystal Report in the web viewer

    I have seen threads and KB articles regarding this issue but the suggested solutions do not correct the issue. (KB articles [1423482 and 1439109)
    The issue only started after upgrading from CR 2008 runtime to CR 2008 SP4 runtime.
    When the page containing the viewer control first loads, the report pane is completely blank.
    The viewer toolbars appear as expected, and the report can be exported using the Export button on the viewer toolbar without issue.
    Changing the zoom level causes the first page of the report to appear as expected, and reverting the zoom level does not cause the report pane to become blank again.
    Navigating to the next page of the report works and the second page appears as expected. Returning to the first page shows the first page of the report as expected.
    Our application is installed on dozens of servers but this issue only has occurred on a few installations at this time.
    Steps attempted to resolve the issue:
    1. Uninstall CR 2008 SP4 runtime, confirm the CrystalReportViewers12 folders were removed from the folders C:\Inetpub\wwwroot\aspnet_client\system_web\2_0_50727 and C:\Program Files\Business Objects\Common\4.0, then reinstall CR 2008 SP4 runtime.
    2. Ensure there are no underscores in the server name.
    3. Change the crystalreportsviewers12 Virtual Directory to use the folder C:\Inetpub\wwwroot\aspnet_client\system_web\2_0_50727\CrystalReportViewers12
    4. Remove and recreate the crystalrep[ortviewers12 Virtual Directory.
    5. Replace the C:\Inetpub\wwwroot\aspnet_client\system_web\2_0_50727\CrystalReportViewers12 folder from a server that does not exhibit the issue.
    Any new ideas or suggestions? Thanks

    Moving post to .NET SAP Crystal Reports forum
    Hello Scott
    What browser are you using and what is the version of the browser?
    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]

  • Error when opening the HFR reports in Studio

    Hi
    when i am trying to open HFR reports I am getting the Error as
    '' component 'threed32.ocx' or one of its dependencies not correctly registered:a file is missing or invalid."
    please help me regarding this.
    thanks in advance.

    You may be having outdated version of file. This link may provide some help to you:
    http://support.microsoft.com/kb/146219
    First you have download new ocx file -> unregister the old OCX (regsvr32 /u threed32.ocx) and -> register the new file (regsvr32 threed32.ocx).

  • Error when opening column of report region after upgrading app to APEX 3.1

    Hi,
    I upgraded my application to APEX 3.1 and when trying to open a column of report region i get the following msg:
    ORA-20505: Error in DML: p_rowid=6290155934197181, p_alt_rowid=ID, p_rowid2=1478511314274023, p_alt_rowid2=SECURITY_GROUP_ID. ORA-20503: Current version of data in database has changed since user initiated update process. current checksum = "B4F3478A44141430C9AF16E681E565DD" application checksum = "2ADA7E1799DE09728D88020A4EC9F218"
    Any suggestions ?

    Hi user585480,
    I have got this problem couple of time with respect to Tabular form.
    I tried two ways:
    1. Close all browser and clear all you temporary internet settings and delete cookies etc. Try if it works.
    2. If step 1 does not work I re-create the Tabular form Region.
    Regards
    Rana

Maybe you are looking for

  • Regarding the first day of the previous month

    hi experts,               suppose the date is '010406' what i want that is der any function module so that i can get the first date of the previous month i.e '010306' plz let me know......or sud i add logic for that if yes plz help me........

  • REP-0066 Error???

    Hi all, When I run the Oracle report in the Reports Runtime Iam getting this error message: Rep-0066 Error Executing CA utility REP-3335 Unhandled Internal CA Error. calaa1 Iam using Oracle 3.0. I would appreciate any suggestions to my query. TIA sg

  • I Can't change my local storage settings on my mac

    I can't play any games as a box come up telling me Adobe wishes to use more storage on my mac though when I try clicking on the box nothing happens. :\ Any ideas???

  • Sleep mode failure

    After putting my Mac Pro into sleep mode, when I come back to my computer in the morning, it is frequently not in sleep mode anymore.  Any ideas why, and how I might fix this? Thanks.

  • Which subscription for calling US from Bahrain?

    [Topic title updated by moderator to be more descriptive. Original topic title was: "Noob Here"] Good Day Fellow Skypers , I am about to move Bahrain and will be there for a year.  I've never used Skype outside of its video chat features.  I would li