cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Community

Our application builds reports via Crystal Report Server 2013 (latest SP) and .NET SDK (Business Objects 4.1).

Sometimes when there are too much data (> 1 500 000 records) to be returned in the report we see error like that:

System.OutOfMemoryException: Not enough storage is available to complete this operation.

at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.Export(CrReportExportFormatEnum exportFormat, Int32 Reserved)

at ReporterEngine.ReportObject.CrystalReport.ExportToMemory()

We know that storage is OK (and there is no problem with RAM) .

Restarting SAP Crystal Report Server sometimes helps to avoid error.

Can it be related to the fact that Crystal Report Server 2013 is 32 bit?

Does exist legible limitation for the data volume in report?

Could we adjust some settings to be able generate larger reports?

Regards

Ofir

0 Likes
View Entire Topic
Former Member
0 Likes

Don, thank you very much for the answer.

But in order to provide reasonable answer to our customer could you tell a few more words about

"It's not really out of memory, sort of. depends on a lot of factors."

What are these factors? We need substantiate somehow the fact that there is no specific the boundary at which it begins throw OutOfMemoryException.