The maximum report processing jobs limit configured by your
system administrator has been reached.How I can Solve this
problem when i using crystal report to load from my
application.

Answers were Sorted based on User's Feedback



The maximum report processing jobs limit configured by your system administrator has been reached...

Answer / vijay

Use Report.Close() and Report.Dispose() Methods.

Is This Answer Correct ?    18 Yes 26 No

The maximum report processing jobs limit configured by your system administrator has been reached...

Answer / ranjana tyagi

if you used rpt.close and rpt.dispose.It may solve your
problem.You can use this also-

exatnd the number of keeping records in H-key. You can find
this in iis directory.

Is This Answer Correct ?    8 Yes 26 No

Post New Answer

More Dot Net AllOther Interview Questions

12. Types of polymorphisem[Run and Design Exp.]

0 Answers   PCS,


State the different levels of exceptional safety?

0 Answers  


Explain how cache is used? : Dot net architecture

0 Answers  


Can you explain atlasuiglitz library?

0 Answers  


How do I stop a thread?

0 Answers  






Explain in-proc,out-proc and sql server.

4 Answers   G7 CR Technologies, Ness Technologies,


What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

0 Answers  


what is the shortcutkey for solution explorer and add new item?

5 Answers   Six Sigma,


what does dot in .net means

1 Answers  


What is the difference between machine config vs. Web config : Dot net architecture

0 Answers  


How Web service create Proxy Using WSDL?

1 Answers  


I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  


Categories