Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Maximum Report Processing Jobs Limit Post Reply Post New Topic
Author Message
NMarti053
Newbie
Newbie


Joined: 19 Oct 2007
Online Status: Offline
Posts: 1
Quote NMarti053 Replybullet Topic: Maximum Report Processing Jobs Limit
    Posted: 19 Oct 2007 at 10:02am
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
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet Posted: 19 Oct 2007 at 11:02am
This can be tricky b/c of how .NET handles memory and how your program is written. I had a similar issue and fixed it by calling GC.Collect() after calling Dispose(). This forces garbage collection within .NET and doesn't wait around for .NET to decide when it's necessary. Also, if you are storing the reports in the Session() collection, make sure to set them to null as well.
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.