cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum Report Processing Jobs Limit

Former Member
0 Kudos

hello good:

I have a question I got a message that reports the limit has been reached. there any way that reports are closed in any better shape?

I will be optimal to separate the close () a dispose ()?

or a GC.Collect ()?

or a way to have a reporting accountant?

please reply thanks

ps: sorry for my basic English

Accepted Solutions (1)

Accepted Solutions (1)

aasavaribhave
Advisor
Advisor
0 Kudos

make sure you call:

reportClientDocument.close() in all workflows in your code.

Also if #of print jobs for RAS service are around 50-75 you can try increasing them or even better add another RAS service. 1 report doesn't mean 1 print job, 1 report will consume a number of print jobs 1 foe main report, 1 for each subreport, 1cfor printing, 1 for exporting etc. depending on what you do in your code.

You could possibly be overwhelming 1 RAS service and add another.

Answers (1)

Answers (1)

former_member188030
Active Contributor
0 Kudos

[Crystal Reports Maximum Report Processing Jobs Limit|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f053713e-3e3d-2c10-2a81-f79259e54023]

- Bhushan.