"The maximum number of report processing jobs configured by the system administrator has been reached" in the crystal report.

Source: Internet
Author: User

1. Problems:
The crystaldecisions. crystalreports. Engine. reportdocument object is not closed and released.
Add the following to the Report Processing page:Code:

Private void page_unload (Object sender, eventargs E)
{
Rd. Dispose (); // RD is the crystaldecisions. crystalreports. Engine. reportdocument RD defined on this page;
}
2. Increase the number of reports opened by default in the operating system

After the problem is solved, you need to solve the Operating System Restrictions and increase the number of reports opened by default by the operating system:

Click Start and enter Regedit in the running process to open the Registry Editor and modify the value of printjoblimit.

Modify the values of the following two keys.
Article 1:
HKEY_LOCAL_MACHINE; software; Crystal decisions; 10.0; Report applicationserver; inprocserver; printjoblimit: change the value 100 to a large enough number.
Second
HKEY_LOCAL_MACHINE; software; Crystal decisions; 10.0; Report applicationserver; server; printjoblimit: change the value of 76 to a large enough number.
Restart your computer.

 

This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/xiaoK/archive/2009/04/23/4102520.aspx

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.