众果搜的博客

脚踏大地,仰望星空,致力于财经投资网站导航与在线网络工具的开发与普及

Search(博客搜索)

热文排行

最近发表

最新评论及回复

« BT软件官方下载EXERT.exe和LSASS.exe病毒木马专杀工具 »

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

已达到系统管理员配置的最大报表处理作业数限制!<br>在调试vs.net2005自带的水晶报表(Crystal Report)出现这样的问题,每次需要重新启功Vs.net2005,搜索了一下,发现有解决办法

quot; there is a registry key setting-<br>HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report Application<br>Server;InprocServer;PrintJobLimit(defaul" "已达到系统管理员配置的最大报表处理作业数限制!
在调试vs.net2005自带的水晶报表(Crystal Report)出现这样的问题,每次需要重新启功Vs.net2005,搜索了一下,发现有解决办法:
" there is a registry key setting-
HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report Application
Server;InprocServer;PrintJobLimit(defaul
t 75)

You can increase this size. There are two registry keys both under the
Report Application Server. The InprocServer sets the limit for the number
of "open" reports even if you're not explicitly using the RAS (i.e. just
using the .NET Report Document component or CrystalViewer control- the
crystal engine *is* using the RAS behind the scenes). If you're using the
RAS explicitly, then you can set the same key under CrystalDecisions;Report
Application Server;Server;PrintJobLimit

Also, I was not "disposing" of my report objects after rendering them on the
web form. In the Page_Unload event, I implemented the
ReportDocument1.Dispose() method (not suggested/mentioned in any of the
sample code I have found or any of the books on crystal.NET I have read)

I have not had the problem since making these changes. I was cautioned
against raising the PrintJobLimit too high, however, as this can eventually
lead to serious performance issues, so be careful "


具体为修改下面两个键的值。
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

  • 相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-Blog 1.8 Spirit Build 80722 Code detection by Codefense

Copyright www.zhongguosou.com. Some Rights Reserved.微信号:MiZhiHeiGeTaXiaoMi