You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into the same issue on both your fork and the original project. I am trying to print use this app to print some old crystal reports. I have tested on two development environment and neither have worked. I am getting the following error:
===================Logs and Errors =================================
16-08-2021 14:22:29 Message: Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
16-08-2021 14:22:29 HResult: -2147215616
16-08-2021 14:22:29 Data: System.Collections.ListDictionaryInternal
16-08-2021 14:22:29 Inner Exception: System.Runtime.InteropServices.COMException (0x800002CD): Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
16-08-2021 14:22:29 StackTrace: at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
at CrystalReportsNinja.ReportProcessor.PerformOutput() in D:\Development\Crystal Exporters\CrystalReportsNinja-master\Source\CrystalReportsNinja\ReportProcessor.cs:line 340
at CrystalReportsNinja.ReportProcessor.Run() in D:\Development\Crystal Exporters\CrystalReportsNinja-master\Source\CrystalReportsNinja\ReportProcessor.cs:line 415
16-08-2021 14:22:29 ====================================================================
Exception: Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
Inner Exception: System.Runtime.InteropServices.COMException (0x800002CD): Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
Crystal reports version is version 7 though I have tried with 11 as well
DB is a dataflex database. We use the crystal reports dataflex connectivity kit.
Do you have any idea what might be causing the issue?
The text was updated successfully, but these errors were encountered:
ninja-20210816142228.log
I have run into the same issue on both your fork and the original project. I am trying to print use this app to print some old crystal reports. I have tested on two development environment and neither have worked. I am getting the following error:
===================Logs and Errors =================================
16-08-2021 14:22:29 Message: Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
16-08-2021 14:22:29 HResult: -2147215616
16-08-2021 14:22:29 Data: System.Collections.ListDictionaryInternal
16-08-2021 14:22:29 Inner Exception: System.Runtime.InteropServices.COMException (0x800002CD): Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
16-08-2021 14:22:29 StackTrace: at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
at CrystalReportsNinja.ReportProcessor.PerformOutput() in D:\Development\Crystal Exporters\CrystalReportsNinja-master\Source\CrystalReportsNinja\ReportProcessor.cs:line 340
at CrystalReportsNinja.ReportProcessor.Run() in D:\Development\Crystal Exporters\CrystalReportsNinja-master\Source\CrystalReportsNinja\ReportProcessor.cs:line 415
16-08-2021 14:22:29 ====================================================================
Exception: Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
Inner Exception: System.Runtime.InteropServices.COMException (0x800002CD): Error in File Statement 6348_25456_{944C4770-1299-4A96-81B8-22BBBF56031F}.rpt:
Failed to load database information.
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
Crystal reports version is version 7 though I have tried with 11 as well
DB is a dataflex database. We use the crystal reports dataflex connectivity kit.
Do you have any idea what might be causing the issue?
The text was updated successfully, but these errors were encountered: