Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76567
  • 博文数量: 24
  • 博客积分: 2035
  • 博客等级: 大尉
  • 技术积分: 175
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-01 12:40
文章分类

全部博文(24)

文章存档

2016年(2)

2010年(1)

2009年(17)

2008年(4)

我的朋友

分类: 系统运维

2009-09-02 15:32:25

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

Product: Version: Platform:
WhatsUp Professional,
WhatsUp Professional Premium
2006 Windows 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 "

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

阅读(599) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~