已达到系统管理员配置的最大报表处理作业数限制。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Runtime.InteropServices.COMException: 已达到系统管理员配置的最大报表处理作业数限制。

源错误:

行 57:
            行 58:         ReportDocument prtp = new ReportDocument();
            行 59:         prtp.Load(Server.MapPath("~/Report/Eery.rpt"));
            行 60:
            行 61:         prtp.SetDataSource(ds);

以上是提示的错误信息
解决办法:
具体为修改下面两个键的值。
HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report Application
Server;InprocServer;PrintJobLimit

修改为1000
还有一个HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report Application
Server;Server;PrintJobLimit 也修改为1000

相关文章:

  • 2021-06-26
  • 2022-02-10
  • 2022-12-23
  • 2021-10-27
  • 2021-09-02
  • 2021-11-13
猜你喜欢
  • 2022-01-22
  • 2021-10-11
  • 2022-03-03
  • 2022-02-14
  • 2021-09-10
相关资源
相似解决方案