Crystal Report Limit

  • Thread starter Thread starter Tiger Boon
  • Start date Start date
T

Tiger Boon

Anyone knows how to overcome the following problem?

And also, I belive Crystal Report has a limit of 75 print job.
How do we check the current usage?

The maximum report processing jobs limit configured by your system
administrator has been reached.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The maximum
report processing jobs limit configured by your system administrator has
been reached.
 
Tiger Boon said:
Anyone knows how to overcome the following problem?

And also, I belive Crystal Report has a limit of 75 print job.
How do we check the current usage?

The maximum report processing jobs limit configured by your system
administrator has been reached.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The
maximum
report processing jobs limit configured by your system administrator has
been reached.

You are not closing your reports coorectly...
You suppose to call Dispose method everytime when object goes out of
scope...

George
 
Back
Top