zoukankan      html  css  js  c++  java
  • 解决vs2005自带水晶报表次数的限制的次数

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

    说明: 执行当前 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
  • 相关阅读:
    Android中内容观察者的使用 ContentObserver类详解 (转)
    Spinner
    对话框
    ButtonBar 的使用
    EditText/RadioButton/CheckBox使用
    ListView
    PieChar,此代码参考网上
    ComboBox中使用事件
    ColorPicker
    Button
  • 原文地址:https://www.cnblogs.com/daxia/p/571886.html
Copyright © 2011-2022 走看看