HowTo:  Increase timeout settings on ArcGIS Server .NET to enable Workflow Manager replication

相关信息
Article ID: 40288
Software:
ArcGIS Server 10
JTX 10
ArcGIS Workflow Manager 10
Platforms:
Windows Server 2003, Server 2008, Windows 7

问题描述
Instructions provided describe the steps to increase the timeout settings for ArcGIS Server processes.

Increasing the timeout settings on ArcGIS Server .NET is sometimes needed for long-running processes. An example of this is when running Workflow Manager replication for large repositories.
已邀请:

EsriSupport

赞同来自:

解决方案
  1. Stop IIS. See the Microsoft technical article, Start or stop the Web Server (IIS7).
  2. Navigate to the web server root directory and open the web.config file using a text editor. The default installation location of this file is C:\inetput\wwwroot\arcgis\services.
  3. Search for the System.web tag and after this section
    <httpModules>      <add type="ESRI.ArcGIS.WebServices.ModuleRewriter, ESRI.ArcGIS.WebServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" name="ESRI-Services-BaseHttpModule" />    </httpModules>
    , revise the following line as shown below: 
    <httpRuntime executionTimeout="21600" />
    The default timeout is 110 seconds, so a timeout of 21,600 seconds means that services can run for up to 6 hours. This number is just a recommendation and should be determined based on the types of web sites hosted or the duration of the longest server process.
  4. Restart IIS.


其它相关参考
  1. Example web.config file


创建及修改时间
Created: 5/18/2012

Last Modified: 5/18/2012
原文链接
http://support.esri.com/en/kno ... 40288

要回复问题请先登录注册