cancel
Showing results for 
Search instead for 
Did you mean: 

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File

Former Member
0 Kudos

Hi,

We are getting the following exceptions while running our application.

Exception 1

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File Filename 4984_4432_{C6C5F3CE-49CF-4E43-82A7-03945F2C85BD}.rpt: The request could not be submitted for background processing. ---> System.Runtime.InteropServices.COMException: Error in File Filename 4984_4432_{C6C5F3CE-49CF-4E43-82A7-03945F2C85BD}.rpt: The request could not be submitted for background processing. at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) --- End of inner exception stack trace --- 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.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName)

Exception 2

System.Runtime.InteropServices.COMException (0x80004005): Invalid pointer at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) 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.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName)

We are using Visual Studio 2013, Crystal Report runtime engine (Service Pack 22) and Version=13.0.3500.0.

In our case, there are more than 5000 pages. How can we resolve this issue? Any help would be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

Are you running this from within Visual Studio or from your application on a different machine? If it's from the application, did you install one of the runtime installs? If not you need to. If so, did you install the runtime under Administrator rights? If not, that could be your problem.

-Dell