Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Reports Error: The Maximum Report Processing Jobs Limit [duplicate]

On my web server, which is running Crystal Reports 2008 SP2 I've been getting the error "The maximum report processing jobs limit configured by your system administrator has been reached."

Having researched the topic online i came across a fix in which if you alter a registry value, specifically HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\InprocServer\PrintJobLimit to "-1" you turn off the job limit.

I have altered that value but am still receiving the error. Shouldn't the -1 have stopped this?

If you have had any experience with this error, I would be very appreciative to hear how you solved it.

Thanks!

like image 227
Micah Avatar asked Oct 16 '09 15:10

Micah


People also ask

What exactly is maximum report processing job limit for Crystal Reports?

Cause: Crystal print engine is designed with 75 as a default print job limit. Once this limit exceeds, above issues start to appear.


1 Answers

Here is a nice Thread about that issue: MSDN Thread

Turning it off via using "-1" seems to be not an nice solution, it can cause site effects. Try to raise the limit carefully and debug why the ranged is achieved. Optimise it!

like image 61
bastianneu Avatar answered Oct 07 '22 08:10

bastianneu