cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crystal Reports Runtime Exception

Former Member
0 Likes
1,967

I am using a console program (built in Visual Basic 2015), together with Crystal Reports runtime to pass commands to automatically export reports to PDF files, with an XML document as the data source. Although I can use Crystal Reports software to export to a PDF using my XML data source, the export fails when I use the CR runtime.

When I try to export a PDF from an XML source it results in the following error:

Exception: Fehler in der Datei Report 6844_16872_{F29A83D1-1A9B-43BE-B3F1-2BF0FD 11E655}.rpt: Fehler beim Laden der Datenbankinformationen Inner Exception: System.Runtime.InteropServices.COMException (0x800002CD): Fehler in der Datei Report 6844_16872_{F29A83D1-1A9B-43BE-B3F1-2BF0FD11E655}.rpt: Fehler beim Laden der Datenbankinformationen bei CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(Exp ortOptions pExportOptions, RequestContext pRequestContext) bei CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportR equestContext reqContext)

When I execute this command using an empty report without any parameters, it successfully generates a PDF document.

When I execute the command using a report with a field like the current date, it also works.

If I create a parameter in the report with default values and I insert it into the report and I run the console program, it results in the following exception:

Exception: Fehlende Parameterwerte. Inner Exception: System.Runtime.InteropServices.COMException (0x8004100E): Fehle nde Parameterwerte. bei CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(Exp ortOptions pExportOptions, RequestContext pRequestContext) bei CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportR equestContext reqContext)

System specifications:

Windows 7

Visual Basic 2015

Open Source Console Application: Crystal Report Ninja (Target framework: .NET Framework 4.5, Platform target x64)

SAP Crystal Report 2016 SP3 Version 14.2.3.2132

SAP Crystal Reports runtime engine for .NET Framework (32-bit) Version 13.0.23.2819

SAP Crystal Reports runtime engine for .NET Framework (64-bit) 13.0.23.2819

SAP Crystal Reports, version for Microsoft Visual Studio 13.0.23.2819

An example command would be: CrystalReportsNinja.exe -F Report.rpt -E PDF.

Please let me know if you need the source code for the command line application, which can be found online. Thank you very much in advance.

View Entire Topic
0 Likes

If you open the report in CR Designer and set lcoation to the XML does that work?

Don