Quantcast
Channel: Crystal Reports
Viewing all articles
Browse latest Browse all 1507

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

$
0
0

Hi,

I am using ASP.net 4.0 crystal report and after opening few reports for testing , error message is coming for me as

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

What should i do now.Some one please help me.pasting my code for veiwing the report.

    

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         

   Dim rpt As New ReportDocument()        

   rpt.Load(Server.MapPath("~/PayslipPrint.rpt"))       

   CrystalReportViewer1.ReportSource = rpt        

   CrystalReportViewer1.RefreshReport()        

   rpt.Close()        

   rpt.Dispose()        

   CrystalReportViewer1.Dispose()

end sub

 

 


Viewing all articles
Browse latest Browse all 1507

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>