WhatsUp - Error: The script timed out because it exceeded 1800000 seconds

 

以下是ipswitch 官方提供的解决方法

到ipswitch 的安装目录中的 HTML/1033/NmConsole/StandardIncludes 文件夹中,编辑 ApplicationContext.inc中的内容,

 

把以下的的代码做一下更改

原内容

 

            Session("nScriptTimeout") = nScriptTimeout;

            Server.ScriptTimeout = nScriptTimeout;

 

 更改后的内容

 

            Session("nScriptTimeout") = (nScriptTimeout / 1000);

            Server.ScriptTimeout = (nScriptTimeout / 1000);

更改完成并保存,然后 重新启动  ipswitch 的服务 "Ipswitch WhatsUp Engine",就OK了。

 

以下内容来源于官方网页  http://support.ipswitch.com/kb/WP-20060323-CL01.htm

 

 

WhatsUp Professional - Error: The script timed out because it exceeded 1800000 seconds

Product:Version:Platform:
WhatsUp Professional,
WhatsUp Professional Premium
2006Windows 2000 SP4,
Windows XP SP1 or later,
Windows 2003

Question/Problem: I'm trying to view one of the WhatsUp Professional reports, and I'm receiving the following error instead of seeing the report:

The script timed out because it exceeded 1800000 seconds

Answer/Solution:

This is a known defect in the WhatsUp Professional 2006 software.

You can correct the problem by editing the following lines in "<install

dir>/HTML/1033/NmConsole/StandardIncludes/ApplicationContext.inc".

Change lines 228 and 229 from:

            Session("nScriptTimeout") = nScriptTimeout;

            Server.ScriptTimeout = nScriptTimeout;

To:

            Session("nScriptTimeout") = (nScriptTimeout / 1000);

            Server.ScriptTimeout = (nScriptTimeout / 1000);

Restart the "Ipswitch WhatsUp Engine" service.

Note: This defect has been fixed in WhatsUp Gold v11.

Document #: Revision Date:
WP-20060323-CL01 02/14/07

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值