Crystal 8.5 compiler

I am new to this so I apologise if I am posting in the wrong area.  Recently my machine crashed and had to be reloaded.  During the process I lost the ability to compile Crystal 8.5 reports. Does anybody know, where can I get a copy of the compiler?

Hello,
CR 8.5 is almost 10 years old now and no more patches available. Only option is to log the crash with Microsoft or Dbase to fix the issue. Or upgrade to current versions of CR, if it's still an issue then we can look at finding a solution.
Don

Similar Messages

  • How to get one crystal report to work with two different backends?

    We have a software that can work with either SQL2008 or Visual Fox Pro backend.  We are trying to compile One Crystal report that will work with either of the two backends.  How to you make sure that your Crystal Report is compiled so that it will work with both backends?
    Right now my reports were originally created using the SQL2008 backend and are retaining the DBO reference in the statement, which then will not allow the Crystal report to work with the VFP backend.

    You can write your data sets as a command using hand coded SQL. As long as "dbo" is the only schema used in your SQL Server database, you don't need to specify it in the SQL. SQL Server will automatically assume the dbo.
    The 2nd thing... The SQL needs to be 100% compatible with both SQL Server 2008 AND VFP.  This will limit the list available functions to those that are common to both platforms AND work exactly the same in both platforms.
    The other part is to make sure you are using an ODBC type connection instead of OLD/DB. That way all of the connection properties are set on the local machine and the report is simply looking for the System DSN name.
    HTH,
    Jason

  • 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.

  • Report.SetDataSource throws exception upgrading from VS2005 to Xtal 2008 VA

    <p>
    Using Visual Studio 2005 with Crystal 2008 Visual Advantage on Vista w/ SP1. Visual Studio has all service packs applied as well.
    </p><p>
    I am trying to evaluate the Crystal 2008 Visual Advantage product.
    </p><p>
    Here's the use case: I get an IEnumerable of a certain object at run time, then pass this list of objects to SetDataSource(IEnumerable).  <b>This code ran fine under the version of crystal included with VS2005, but after installing the product and running the Crystal 2008 VA conversion wizard on this project, SetDataSource now crashes and burns</b> with the following:
    </p><p>
    System.Reflection.TargetParameterCountException  {"Parameter Count Mismatch"}
    </p><p>
    The exception is clearly in the Crystal runtime, as the stack trace reveals (see below).  I should also mention that the database verifies, and that I have been able to relocate the database with the databse locator. No luck. Clean and rebuild, No luck. Anybody got any suggestions?
    </p><p>
    Stack Trace:
    </p><p>
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    </p><p>
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) </p><p>
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) </p><p>
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.PopulateTableFromObject(Object obj, Boolean flattenCurrentObject, Int32 currentLevel, Int32 maximumLevels, String columnNamePrefix, DataTable table, ArrayList rowset) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.PopulateTableFromObjectCollection(IEnumerable collection, DataTable table) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.BuildTableFromEnumerable(IEnumerable collection, Type dataClassType, String tableName) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.EnumerableToDataSet(IEnumerable collection)
       at CrystalDecisions.CrystalReports.Engine.Table.WrapAndCacheDotNetObject(Object val, Type type, ISCRAdoNetDataSet& crAdoNetDataSet) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.SetDataSource(Object val, Type type)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSourceInternal(Object val, Type type) </p><p>
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(IEnumerable enumerable)
    </p><p>

    I have compiled and run these tutorials with no problems.
    <br>
    I must reiterate that I don't see how these tutorials could possibly be pertinent to the problem.
    <br>
    I can set my object collection to be a datasource for other .NET data aware controls such as datagrids and so forth, and to Crystal Reports .rpts compiled with the VS2005 and VS2008 supplied product. I <b><i>cannot</b></i> set my object collection to be a datasource for the stand-alone VA product.
    <br>
    Your XII runtime is crashing with an "invalid number of parameters" exception.  This is a serious programming error, and it cannot be caused by my code -- <b><i>my</b></i> code cannot tell <b><i>your</b></i> runtime how many parms to call a .NET method with.

  • Could not load file or assembly CrystalDecisions.ReportAppServer.Controller

    Hello
    I am getting this error in Visual Studio 2010 on Windows 7 64 bit.
    Could not load file or assembly 'CrystalDecisions.ReportAppServer.Controllers, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692....1304' or one of its dependencies. The system cannot find the file specified.
    I installed CR redistributable on the workstation and verified that the file does in fact exist and is the correct version.
    Please help.

    Hi Ludek, thanks for your reply. Sorry if I'm confusing you, but I'm a bit confused myself
    Here is what I hope is a better explanation.
    The way it works is that we have a web application in IIS on Windows Server 2008 64-bit. What we do is copy the templates (ASPX files) and bin (DLL) files to the Windows Server's IIS via Team Foundation. The files are accessed with a web browser. We don't compile/debug because previously, our CMS's code behinds were mixed C# and VB and the application would not compile. However, the files can still be accessed via a web browser and the dynamic website worked fine. "Debugging" was done via trial and error on a testing server.
    Now, we have upgraded the CMS so all the code behinds are C# and the site should compile. One of our web apps (that doesn't use Crystal Reports) has compiled successfully and I am currently doing the second one. I am trying to compile the whole application for the first time on my workstation, but the Crystal Reports DLLs are causing errors. I used the 64-bit re-distributable Crystal Reports for Visual Studio version 13_0_1 because I wanted to make sure I had the same version as our Web servers.
    We do not run the web app from the IDE (have never been able to), except for now when I am trying to build/compile on my workstation via Visual Studio. In production it is accessed on the web server via web browsers only.
    I hope this makes more sense as to what I am trying to do. Thanks for the link but I am afraid if I install 13_0_2 I will start getting version conflicts.as the server has 13_0_1 64-bit.
    Thanks for your help so far and I hope this helps!

  • Forms 6i to oracle10g (frm 30454)

    I am moving from forms 6i to 10g...
    i am using following coding to open crystal report 9 in forms6i
    declare
    AppID PLS_INTEGER;
    begin
    AppID := DDE.App_Begin('C:\Program Files\Crystal Decisions\Crystal Reports 9\crw32.exe Reportname.rpt', DDE.APP_MODE_MINIMIZED);
    end;
    this code is not working under forms 10 g... so what other thing i can use to open crystal report 9... form this i have used activex control on form and in its 'OLE class' property value is Crystal.CrystalReport.
    while compiling form i am getting folowing error
    FRM-30454: Unsupported item type.
    Item: CR1
    Block: CONTROL
    Form: PRINT
    FRM-30085: Unable to adjust form for output.

    duplicate Re: FRM 30454
    Please do not start a new thread for the same problem. As was stated in the previous thread, you cannot have an item type that is Active X. ActiveX is no longer supported in 10g.

  • Crystal Reports XI - failed to compile

    We purchased Crystal Report Nov 2007 and had no problem opening a report that was extracted from an accounting database.  We are in the process of upgrading this person to a new machine.  We installed Crystal and tried to open the report but we get this error "The saved data will be discarded since one or more formulas failed to compile."  We have uninstalled and reinstalled and we get the same thing.  We checked to see if the versions were different and they are not there both running Crystal XI version 11.0.0.1282 on Windows XP SP2.  We have changed machines and we get the same thing yet we go to other machine with the same specs and we have no problems so we don't know what to try next.  Can you help?  Jill

    Hi Jill,
    It sounds like the report you are trying to open has a formula that is using an external function.  The external function requires a separate DLL that was not installed onto this new machine. 
    The difficult thing is determining which function in which formula is being used.  Have a search on the old machine for U2L*.dll.  Copy these to the new machine and into the same folders. 
    Close Crystal and restart. 
    Good luck,
    Brian

  • Crystal report 10  for vs2008 C++  64bit  compilation

    Hi:
    I have a program develop by vs2008 C++ and  use crystal report 10(so old  the newer vision   cr2008 is not supprot for vs 2008 c++?) for report
    the 32bit program goes well
    but now i  compilation the program to 64bit the  crystal report 10 cannot start
    so what should i do for cr10 ?  is there any API for 64bit and some runtime for 64bit?
    Thank you !

    Hi,
    Take a look at the CR + VS compatibility chart.
    use could use any version of CR which is compatible with VS 2008.
    http://search.sap.com/notes?id=0001514084&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64653D3939382669765F7361706E6F7465735F6E756D6265723D30303031353134303834
    As you have a requirement of 64 bit runtimes, I would suggest you to use CR for VS 2008 (10.5) and develop your application. CR for VS 2008 is installe with VS 2008 itself.
    CR 10.5 64 bit runtimes could be downloaded below.
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?original_fqdn=wiki.sdn.sap.com&pageId=56787567
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Compile Project with Maven and Crystal Reports dependencies

    Hi.
    I'd like to build a java project with maven. That project uses Crystal Reports.  I have added all Crystal Reports jar files in the folder lib (from the runtime download) to my maven dependencies. But i get always the following error message.
    The import com.crystaldecisions.ReportViewer cannot be resolved
    in that package is the ReportViewerBean.class an so i get also the following message.
    ReportViewerBean cannot be resolved
    I tried several different ways with no success.
    im looking foreward for your advice.
    thanks.
    Edited by: hansmeier_de on Aug 25, 2010 11:20 AM

    did you list them in the dependencies in your pom file?

  • Crystal Report Windows Form Viewer - Error in compiling SQL Expression

    I am using C# and the Crystal Reports API to render reports in a windows application. Recently we decided to start using SQL Expressions in our reports. The reports developers are able to use them in development, but as soon as we deploy the reports to production, we are seeing the following error.
    Why does this work when developing forms but not when using the C# API?

    Hi Adam
    I pinged couple of people here, but so far have not got a reply. I'll update this post as soon as I get anything.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal report 9 and framework 3.5

    Hi,
    I have a dot net application using framework 1.1 and crystal 9 ( stand alone version and not the version shipped with visual studio ). I converted this application to use framework 3.5 ( studio 2008 ) and I was able to call my old version 9 reports from the application on my machine( I have crystal 9 installed on my machine).
    My question is what do I need to do to install this application on a machine where crystal 9 is not  installed. My old installer which used to install the crystal dependencies doesn't work I get error Unable to open report : Could not load file or assembly CrystalDecisions.Windows.Forms, Version 10.5.3700.0.
    Can i create a new installer using a different crystal merge module? If yes where can I get that merge module which will help me deploy my application compiled in framework 3.5 but which needs to call reports created with crystal version 9.
    Thanks,
    Vik

    Ludek,
    I tried to include 'CRRedist2008_x86.msi in  the setup project but then it gives following errors :
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Directory' row='ProgramMenuFolder'
    Database: table='Directory' row='ProgramMenuFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Directory' row='DesktopFolder'
    Database: table='Directory' row='DesktopFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductName'
    Database: table='Property' row='ProductName'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductCode'
    Database: table='Property' row='ProductCode'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='SecureCustomProperties'
    Database: table='Property' row='SecureCustomProperties'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductVersion'
    Database: table='Property' row='ProductVersion'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='Manufacturer'
    Database: table='Property' row='Manufacturer'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='DefaultUIFont'
    Database: table='Property' row='DefaultUIFont'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='UpgradeCode'
    Database: table='Property' row='UpgradeCode'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,Y'
    Database: table='Control' row='ErrorDialog,Y'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,A'
    Database: table='Control' row='ErrorDialog,A'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,C'
    Database: table='Control' row='ErrorDialog,C'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,ErrorText'
    Database: table='Control' row='ErrorDialog,ErrorText'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,I'
    Database: table='Control' row='ErrorDialog,I'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,N'
    Database: table='Control' row='ErrorDialog,N'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,O'
    Database: table='Control' row='ErrorDialog,O'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,R'
    Database: table='Control' row='ErrorDialog,R'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='Cancel'
    Database: table='Dialog' row='Cancel'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='DiskCost'
    Database: table='Dialog' row='DiskCost'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='ErrorDialog'
    Database: table='Dialog' row='ErrorDialog'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='FilesInUse'
    Database: table='Dialog' row='FilesInUse'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='UIText' row='NewFolder'
    Database: table='UIText' row='NewFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='UIText' row='SelLocalLocal'
    Database: table='UIText' row='SelLocalLocal'
    ERROR: Unable to import merge module 'S:\TEMP\CrystalReports10_5\CRRedist2008_x86.msi'
    Any ideas,
    Thanks,
    Vik

  • Exception-Error when excecuting JSP-File in Crystal reports for Eclipse

    Hi,
    I have created a jsp-File from an rpt-File in Crystal report for Eclipse. When I start the jsp-File on Apache Tomact 5.5 then only errors occurs.
    Coud anyone help me?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 6 in the generated java file
    Only a type can be imported. com.crystaldecisions.report.web.viewer.CrystalReportViewer resolves to a package
    An error occurred at line: 7 in the generated java file
    Only a type can be imported. com.crystaldecisions.reports.sdk.ReportClientDocument resolves to a package
    An error occurred at line: 8 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.application.OpenReportOptions resolves to a package
    An error occurred at line: 9 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase resolves to a package
    An error occurred at line: 10 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.reportsource.IReportSource resolves to a package
    An error occurred at line: 13 in the jsp file: /Bericht1-viewer.jsp
    ReportClientDocument cannot be resolved to a type
    10:      try catch (ReportSDKExceptionBase e)
    60:      
    An error occurred at line: 58 in the jsp file: /Bericht1-viewer.jsp
    e cannot be resolved
    55:
    56:
    57:      } catch (ReportSDKExceptionBase e)
    60:      
    61: %>
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.26 logs.
    Apache Tomcat/5.5.26
    Bericht1.jsp:
    <%@page import="com.crystaldecisions.report.web.viewer.CrystalReportViewer,
    com.crystaldecisions.reports.sdk.ReportClientDocument,
    com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,
    com.crystaldecisions.sdk.occa.report.reportsource.IReportSource"%><%
         // This sample code calls methods from the JRCHelperSample class, which
         // contains examples of how to use the BusinessObjects APIs. You are free to
         // modify and distribute the source code contained in the JRCHelperSample class.
         try {
              String reportName = "Bericht1.rpt";
              ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);
              if (clientDoc == null) {
                   // Report can be opened from the relative location specified in the CRConfig.xml, or the report location
                   // tag can be removed to open the reports as Java resources or using an absolute path
                   // (absolute path not recommended for Web applications).
                   clientDoc = new ReportClientDocument();
                   // Open report
                   clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
                   // Store the report document in session
                   session.setAttribute(reportName, clientDoc);
                   // ****** BEGIN CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET **************** 
                        // Create the CrystalReportViewer object
                        CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
                        //     set the reportsource property of the viewer
                        IReportSource reportSource = clientDoc.getReportSource();                    
                        crystalReportPageViewer.setReportSource(reportSource);
                        // set viewer attributes
                        crystalReportPageViewer.setOwnPage(true);
                        crystalReportPageViewer.setOwnForm(true);
                        // Apply the viewer preference attributes
                        // Process the report
                        crystalReportPageViewer.processHttpRequest(request, response, application, null);
                   // ****** END CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET ****************          
         } catch (ReportSDKExceptionBase e) {
             out.println(e);
    %>
    Thanks
    Arnold

    According to the release notes, for the JRCHelperSample to compile, you must set the target runtime for the project.
    To do this, either create a project from scratch that uses the Tomcat 5.5 target runtime, or go to the properties menu and ensure that the target runtime is set to the application server you will be using.

  • Error while dynamically setting logo image in Crystal Report 2008

    Hi,
    We have embedded Crystal Report 2008 JRC in our web application which is an Enterprise Archive (EAR) deployed on WebSphere Application Server.
    The RPT files bundulled in the archive displays a logo which is dynamicalli picked up by the RPT files from a configured location. Due to this the Report generation crashes when travesed to the sub reports/ groups within RPT. We have observed that this problem never occures if the logo is hard coded within the RPT files.
    The report crashing causes another big problem, it crashes the Applciation Server too. This is major concern to us and we need a resolution to this problem.
    Thanks in advance
    Alok Potdar

    FULL Stack Trace is as follows. We have not pasted in our earlier post...............
    3XMTHREADINFO      "WebContainer : 4" (TID:0x16AAE100, sys_thread_t:0x14B1F114, state:R, native ID:0x000015F4) prio=5
    4XESTACKTRACE          at sun/awt/color/CMM.cmmLoadProfile(Native Method)
    4XESTACKTRACE          at java/awt/color/ICC_Profile.getInstance(ICC_Profile.java:784)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.setImageData(JPEGImageReader.java:630)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.readImageHeader(Native Method)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.readNativeHeader(JPEGImageReader.java:588)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.checkTablesOnly(JPEGImageReader.java:343)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.gotoImage(JPEGImageReader.java:465)
    4XESTACKTRACE          at com/sun/imageio/plugins/jpeg/JPEGImageReader.getImageMetadata(JPEGImageReader.java:885)
    4XESTACKTRACE          at com/crystaldecisions/reports/common/image/ImageUtils.a(SourceFile:896)
    4XESTACKTRACE          at com/crystaldecisions/reports/common/image/ImageUtils.if(SourceFile:873)
    4XESTACKTRACE          at com/crystaldecisions/reports/common/JavaImage.do(SourceFile:183)
    4XESTACKTRACE          at com/crystaldecisions/reports/common/CrystalImage.createImage(SourceFile:50)
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/FormattedOleObject.new(SourceFile:101)
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/FormattedOleObject.<init>(SourceFile:71)
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/FormattedReportObject.a(SourceFile:148(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/w.for(SourceFile:105(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/aa.a(SourceFile:64(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ObjectFormatter.a(SourceFile:428(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ObjectFormatter.a(SourceFile:250(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/u.a(SourceFile:887(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/u.e(SourceFile:784(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/u.for(SourceFile:242(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/aa.a(SourceFile:64(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ObjectFormatter.a(SourceFile:243(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ObjectFormatter.a(SourceFile:210(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/v.a(SourceFile:185(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/v.a(SourceFile:230(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.for(SourceFile:359(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.for(SourceFile:133(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ColumnFormatter.for(SourceFile:120(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/aa.a(SourceFile:64(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.a(SourceFile:503(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.a(SourceFile:452(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.a(SourceFile:369(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ah.a(SourceFile:70(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ReportColumnFormatter.a(SourceFile:86(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/paginator/SinglePageFormatter.a(SourceFile:332(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.for(SourceFile:359(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ai.for(SourceFile:133(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/ColumnFormatter.for(SourceFile:120(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/paginator/SinglePageFormatter.for(SourceFile:177)
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/objectformatter/aa.a(SourceFile:64(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/paginator/PageFormatter.do(SourceFile:727)
    4XESTACKTRACE          at com/crystaldecisions/reports/formatter/formatter/paginator/PageFormatter.formatPage(SourceFile:226)
    4XESTACKTRACE          at com/businessobjects/reports/sdk/requesthandler/ReportViewingRequestHandler.byte(SourceFile:219)
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.do(SourceFile:1909(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.if(SourceFile:661(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.a(SourceFile:167(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter$2.a(SourceFile:529(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter$2.call(SourceFile(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/reports/common/ThreadGuard.syncExecute(SourceFile:95(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.for(SourceFile:525(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.int(SourceFile:424(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/reports/sdk/JRCCommunicationAdapter.request(SourceFile:352(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/sdk/erom/jrc/a.a(SourceFile:54(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/sdk/erom/jrc/a.execute(SourceFile:67(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/proxy/remoteagent/RemoteAgent$a.execute(SourceFile:716(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/proxy/remoteagent/CommunicationChannel.a(SourceFile:117(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/proxy/remoteagent/RemoteAgent.a(SourceFile:537(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/sdk/occa/report/application/ds.a(SourceFile:186(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/sdk/occa/report/application/ReportSource.a(SourceFile(Compiled Code))
    4XESTACKTRACE          at com/crystaldecisions/sdk/occa/report/application/ReportSource.getPage(SourceFile:767)
    4XESTACKTRACE          at com/crystaldecisions/sdk/occa/report/application/AdvancedReportSource.getPage(SourceFile:324)
    4XESTACKTRACE          at com/crystaldecisions/reports/reportengineinterface/JPEReportSource.getPage(SourceFile:149)
    4XESTACKTRACE          at com/businessobjects/report/web/event/s.a(SourceFile:158)
    4XESTACKTRACE          at com/businessobjects/report/web/event/s.a(SourceFile:127)
    4XESTACKTRACE          at com/businessobjects/report/web/event/bt.a(SourceFile:47)
    4XESTACKTRACE          at com/businessobjects/report/web/event/bw.broadcast(SourceFile:93(Compiled Code))
    4XESTACKTRACE          at com/businessobjects/report/web/event/am.a(SourceFile:53)
    4XESTACKTRACE          at com/businessobjects/report/web/a/t.if(SourceFile:2104)
    4XESTACKTRACE          at com/businessobjects/report/web/e.a(SourceFile:300)
    4XESTACKTRACE          at com/businessobjects/report/web/e.a(SourceFile:202)
    4XESTACKTRACE          at com/businessobjects/report/web/e.a(SourceFile:135)
    4XESTACKTRACE          at com/crystaldecisions/report/web/ServerControl.a(SourceFile:607)
    4XESTACKTRACE          at com/crystaldecisions/report/web/ServerControl.processHttpRequest(SourceFile:342)
    4XESTACKTRACE          at com/ibm/_jsp/_CrystalReportViewer._jspService(_CrystalReportViewer.java:107)
    4XESTACKTRACE          at com/ibm/ws/jsp/runtime/HttpJspBase.service(HttpJspBase.java:87)
    4XESTACKTRACE          at javax/servlet/http/HttpServlet.service(HttpServlet.java:856(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/webcontainer/servlet/ServletWrapper.service(ServletWrapper.java:1143(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/webcontainer/servlet/ServletWrapper.handleRequest(ServletWrapper.java:591(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/wswebcontainer/servlet/ServletWrapper.handleRequest(ServletWrapper.java:481(Compiled Code))
    4XESTACKTRACE          at com/ibm/wsspi/webcontainer/servlet/GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
    4XESTACKTRACE          at com/ibm/ws/jsp/webcontainerext/AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:226)
    4XESTACKTRACE          at com/ibm/ws/webcontainer/servlet/CacheServletWrapper.handleRequest(CacheServletWrapper.java:90(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/webcontainer/WebContainer.handleRequest(WebContainer.java:748(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/wswebcontainer/WebContainer.handleRequest(WebContainer.java:1466(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/webcontainer/channel/WCChannelLink.ready(WCChannelLink.java:119(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.handleNewInformation(HttpInboundLink.java:387(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/http/channel/inbound/impl/HttpICLReadCallback.complete(HttpICLReadCallback.java:102(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/tcp/channel/impl/AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:143(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/AsyncFuture.completed(AsyncFuture.java:136(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/ResultHandler.complete(ResultHandler.java:196(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/ResultHandler.runEventProcessingLoop(ResultHandler.java:751(Compiled Code))
    4XESTACKTRACE          at com/ibm/io/async/ResultHandler$2.run(ResultHandler.java:881(Compiled Code))
    4XESTACKTRACE          at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:1473(Compiled Code))
    NULL          
    1XMTHDINFO     All Thread Details
    NULL           -
    NULL

  • Error running reports from Crystal Server XI R2 with datasets

    Hi, sorry if my english is not good. I'm from Spain.
    I have a problem. I'm programming with Visual Basic .NET 2008.
    I'm using Crystal Reports Server and programming under Visual Basic to take reports from crystal Server, changing the tables from the report to datasets and scheduling this report.
    Crystal server change connections to CrystalReports.Dataset.
    Preview reports from server sends me an error "DataBase connector unknown"
    If I run this report (with datasets) into my VBNET application (into a  CrystalDecisions.Windows.Forms.CrystalReportViewer control), IT WORKS!!!
    I need help because I need to schedule these reports (to send them by email, export to PDF formats, ...)

    Reporting off of a dataset is reporting off of a disconnected datasource.  The reason your application works is beacuse you most likely populating a dataset in your application and passing it to the report at the same time.  When scheduling, there is no interaction with the report so unless the report is using an xml file on disk as its datasource, how can it retrieve data?
    To get around this, you can build a dll (.net data provider) that returns either a dataset or datatable and point your report to this dll.  this way, when the report is executed, it loads the dll which fetches the data for you.
    - so the first step is to compile a dll that returns a dataset or datatable.
    - to design your report off of this dll open the database expert and create a new ADO.NET connection.
    - in the File Path area, click the ellipsis ("...") button to browse to your dll and make sure the selected File Type is ".Net DataSet Provider".
    - once the dll is selected, you can choose the dataset/table returned by the dll.
    If your method in the dll is parameterized, it will add a parameter to the report (similar to stored procedure parameters.
    note: the location of your dll must be in the same path on the CR Server as it was when you designed your report in order for it to be loaded correctly.  I usually put the dll in a folder that I know will exist on both machines.
    Dan

  • VS2005 Crystal Report Print Report Button is not working on Windows 7 x64

    Hi There,
    My application is written in VS2005 C# on x86 machine. It runs smoothly on XP pro and Vista x86 machine.
    I deployed the same to windows 7 x64 machine with CRRedist2005_x64.msi and found that the Print Report button is not working.
    So, I re-compiled my application to x64 target platform, and reinstall the application to the same machine. But nothing changed. I have surf for answer over the web but nothing found.
    Please help urgently. Any helps is much appreciated. Thks in advance.
    Edited by: chanpyvivian on Mar 26, 2010 11:14 AM

    I follow your instruction as below:
    1) download the sample app vbnet_win_printtoprinter.zip to dev computer and compile it to .NET 2005.
    - Run from my dev computer
    - Click "Print Report" button
    - Error message display - please see below
        The error was due to the default printer name hard coded in the program was not found. I have edited to my printer name and it can be printed out with no error.
    2) Use a "saved data" report so that you do not have to worry about database logon.
    can't find the "saved data", please elaborate
    3) Then copy the exe to the 64 bit box and try to print using this sample app.
    -do you mean copy the exe to the 64 bit computer for testing ?
    ERROR Message
    CrystalDecisions.CrystalReports.Engine.InvalidArgumentException:
    Invalid printer specified. ---> System.Runtime.InteropServices.COMException (0x80000201):
    Invalid printer specified.
       at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrinterName(String newVal)
       at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterName(String value)
       at CrystalDecisions.CrystalReports.Engine.PrintOptions.Copy(PrintOptions src)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.get_FormatEngine()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at PrintToPrinter.Form1.Button1_Click(Object sender, EventArgs e) in C:\Crystal\CRNET\vbnet_win_printtoprinter\vbnet_win_printtoprinter\Form1.vb:line 91
    OK  
    Edited by: chanpyvivian on Mar 30, 2010 6:18 PM

Maybe you are looking for

  • Does Apple iPad warranty cover cosmetic damages?

    I have the iPad smart cover on my iPad 3 and after some time I've noticed a few scratches on the side of my iPad. Only a cosmetic thing, but wondering if apple one year warranty covers cosmetic damages. It was their faulty cover and error in creating

  • Issue of Create Additional Payments

    Hi, When we maintain the HR master Data through PA30 (without insert any date), with infotype 15- Additional Payment and click on create button. Then see Date of origin under Additional Payments, this is showing 30.04.2010. From where this date is pi

  • The workbook report no authorization, but related query can show part data

    Dear All, We meet an error, The workbook report no authorization, but related query can show part data. We have a workbook, it have 1 queries, and when we key in condition to run it, in one field we put on one more condition(Z3XXX = ' WZO'  & ' WZA")

  • Hr abp:custom infotype

    hii while creating custom infotye structure for status field in the domain level i maintaind 3 fixed values as follows   value     description   01               Notapplicable   02               Unsatisfactory   03               Need improvement when

  • My IPAD 2 is locked in the portrait mode I am unable to unlock it what do I do?

    My IPad is locked in the portrait mode.  All of the Icons are upside down (at the home buttton). OS is 5.0.1.  I can see a half circle with a lock in it.I have tried to double click this loc and nothing happens.  Under the Lock Rotation the side swit