views:

635

answers:

2

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!

+3  A: 

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!

bastianneu
Thx. I need some help with correctly closing and disposing it seems.
Micah
A: 

See this other stackoverflow post for additional details about Crystal Report errors:

CrystalReport Load Report Failed

John Dyer