Crystal Report server running for a period of time prompt error: The maximum number of report processing jobs configured by the system administrator has been reached.

Source: Internet
Author: User

You may use the Crystal Report for the first time because you forget to release the resources caused by a period of time encountered Crystal Report loading error: The maximum number of report processing jobs configured by the system administrator has been reached.

In general, the following two ways to solve the problem.

1. Modify the registration form directly

Create a new one. REG file Create a new registry value


[Hkey_local_machine\software\crystal decisions\12.0\report application Server\inprocserver]
"Printjoblimit" = "1000"

[Hkey_local_machine\software\crystal decisions\12.0\report Application Server\Server]
"Printjoblimit" = "1000"

2. The most immediate and fundamental solution

To create a global variable in a class

New Reportdocument ();

New page Close event to release resources.

    protected void Page_Unload (object  sender, EventArgs e)    {        myreport.dispose ();    }

Crystal Report server running for a period of time prompt error: The maximum number of report processing jobs configured by the system administrator has been reached.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.