rainforestnet / CrystalReportsNinja

A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to printer
http://www.rainforestnet.com
94 stars 78 forks source link

Problem connection with database connection #4

Closed Mamamouchi closed 6 years ago

Mamamouchi commented 6 years ago

Hi, let me say that your project works great and your source are very clear. However, I've got an error with all the reports with a connection to a database. I've got the following message: Failed to load database information. at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) I've search within the documentation of SAP and changed the version of Crystal but the problem remains the same.

Thanks in advance

rainforestnet commented 6 years ago

@Mamamouchi I don't quite understand your problem. Did you mean that it doesn't work for one particular database and it works for the rest?

Mamamouchi commented 6 years ago

@rainforestnet I'm so sorry, it was a mistake. In fact, my report was parameterized to use a JDBC driver...