0

I am getting this error on the production server with my web application configured at IIS. Crystal Reports Runtime 64-bit is installed there. On restarting the IIS, reports are opening fine but after a certain period, the error "The maximum report processing jobs limit configured by your system administrator has been reached." appears.

  1. close/dispose/gc.collect at page_init event.
  2. PrintJobsLimit increased from 75 to 1000 in Registry.
asked Nov 25, 2024 at 17:34
2
  • 1
    In your code, have you Dispose your report instance after showing it? It usually arises from this problem. Commented Nov 26, 2024 at 2:21
  • Contact your system administrator. Commented Nov 28, 2024 at 14:17

1 Answer 1

-1

Assuming you are disposing objects properly, if you are using Crystal Reports for Visual Studio (rather than Crystal Reports Server), I believe there's a limit of 3 reports processing concurrently.

Consider implementing a job queuing mechanism to handle overflow cases.

answered Nov 27, 2024 at 14:20
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.