Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

My application is running in production which developed in Asp.net 4.0 and reports are in crystal Report 13. the back end is sql server 2008, i am constanly facing the problem that 'Load Report Failed'. Once i restart the IIS, the problem is rectified. we are unable to identify whether this problem due to application bug or missing configuration in any IIS setting. Could any one help us to reslove this problem?

My error in Button click event is

btnSubmit_click Load report failed.
System.Runtime.InteropServices.COMException (0x80000000): The maximum report processing jobs limit configured by your system administrator has been reached.
at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.
EnsureDocumentIsOpened() CrystalDecisions.CrystalReports.Engine at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) at
CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.
ReportDocument.EnsureLoadReport() at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDatabaseLogon(String user, String password) at Project Loactaion.aspx.cs:line 111




i searched in google, i got below sollution, but problem not fixed.
click run -> regedit ->
HKEY_LOCAL_MACHINE\SOFTWARE\SAP BUSINESSOBJECTS\CRYSTAL REPORTS FOR .NET FRAMEWORK 4.0\REPORT APPLICATION SERVER\IN PROC SERVER\PrintJobLimit changed 75 to -1.

Thanks
Posted
Updated 19-Jul-13 4:04am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900