cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report - Export; The system cannot find the path specified

Former Member
0 Kudos

We are trying to export a reports using the crystal report sdk either export to disk or export to stream. While doing the export

we are getting the following error

   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.Export(ExportOptions options)


Any help would be appreciated much

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Try searching and you'll find lots of info on this subject. Look for most recent posts.

Error suggests you are exporting to a folder that does not exist or you do not have permission to write to.

Don

Former Member
0 Kudos

The problem seems to be that we are passing the wrong dataset to report. It is not able to locate the path of some tables in the dataset.

After passing the correct dataset the issue is resolved.

Answers (0)