We have run into an issue that when we run about 20 crystal reports from our website within 30 min, we recieve the following error message.
ERROR MESSAGE:
The maximum report processing jobs limit configured by your system administrator has been reached.
ERROR DETAILS:
System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Exception: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80000000): The maximum report processing jobs limit configured by your system administrator has been reached.
We have setup a "ReportDocument.Dispose()" but this has not corrected the issue.
Any ideas on how we can correct this?
It doesn't seem to be an issue with concurrent users, just how many times we run Crystal Reports on the server.
Thanks for any and all help in advance
Edited by NMarti053 - 19 Oct 2007 at 10:11am