We've been struggling to get a solution to this problem for a long time now so any help would be grately appreciated. Here is the problem...Our ASP.Net web application generates reports created using Crystal Reports 8.0. All the reports work fine if they have less amount of data and show up in the browser in both PDF and Word format,but choks when amount of data grows. Say a report works if it bring 20 pages of data but falls apart when its 100 pages or so. These reports work fine when run with Crystal Reports 8.0. Back end database is MS SQL Server. Here is error I get:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Stack Trace:
[InternalException: Failed to open a rowset.]
.K(String
, EngineExceptionErrorID )
.F(Int16 , Int32 )
.E(Int16 )
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
CMS.cCrystalReportsProcessing.Processreport(XmlDocument oXMl, XmlDocument oXMLField, String sSelFormula, Boolean bUseDatabase, Boolean bRptFieldUsed, HttpServerUtility oServer, HttpRequest oRequest, HttpResponse oResponse, cErrorLog oErrorLog) in C:\Inetpub\ CMS.CrystalReportsProcessing.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Stack Trace:
[InternalException: Failed to open a rowset.]
.K(String
, EngineExceptionErrorID )
.F(Int16 , Int32 )
.E(Int16 )
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
CMS.cCrystalReportsProcessing.Processreport(XmlDocument oXMl, XmlDocument oXMLField, String sSelFormula, Boolean bUseDatabase, Boolean bRptFieldUsed, HttpServerUtility oServer, HttpRequest oRequest, HttpResponse oResponse, cErrorLog oErrorLog) in C:\Inetpub\ CMS.CrystalReportsProcessing.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724