We are working on web application (ASP.NET) developed using VS 2013 + crystal report for reporting. As per our current requirement we are looping through around 10000+ invoices and generating PDF file using CR's export option, Everything works perfectly on our development environment but we get below exception on production sever quite often (almost 70% of time): Server Information: ------------------------------------------------------------------------------------------- Application Framework : 2.0 Application Build : 32bit IIS Version: 7.0 CR Version: 10.2.3600 RAM: 8GB Exception Detail: ----------------------------------------------------------------------- Information.(2/29/2016 2:55:05 PM):PDF Creation error:82720:CrystalDecisions.CrystalReports.Engine.ExportException: Error in File C:\Windows\TEMP\ATB_Acct_Bills_PB {00D1D133-9907-4683-9506-C9EDB0EB9247}.rpt: Disk full. ---> System.Runtime.InteropServices.COMException (0x80000211): Error in File C:\Windows\TEMP\ATB_Acct_Bills_PB {00D1D133-9907-4683-9506-C9EDB0EB9247}.rpt: Disk full. 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.FormatEngine.Export() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() We have verified that the Disk / drives as sufficient space. Also we checked that w3p process was using around 300-400 MB of RAM. I will appreciate if any information can be provided to tackle this issue or to find the root cause of this issue. Regards Kedar Khanderkar
↧