<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic increase timeout for WebAdaptor in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505025#M19608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: OlegG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to increase timeout for WebAdaptor (IIS)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've changed timeout in IIS settings (app pool settings) and I've added to Web Adaptor web.config the line &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;httpRuntime maxRequestLength="2097151" executionTimeout="&lt;/SPAN&gt;&lt;STRONG&gt;10000000&lt;/STRONG&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it seems that web adaptor waits for about 100 seconds from ArcGIS Server and than it stops to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to make timeout more than 100 seconds? (I have a very complicated geoprocessing task and it processes for about 2-3 minuts)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 08:51:37 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-11-07T08:51:37Z</dc:date>
    <item>
      <title>increase timeout for WebAdaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505025#M19608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: OlegG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to increase timeout for WebAdaptor (IIS)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've changed timeout in IIS settings (app pool settings) and I've added to Web Adaptor web.config the line &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;httpRuntime maxRequestLength="2097151" executionTimeout="&lt;/SPAN&gt;&lt;STRONG&gt;10000000&lt;/STRONG&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it seems that web adaptor waits for about 100 seconds from ArcGIS Server and than it stops to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to make timeout more than 100 seconds? (I have a very complicated geoprocessing task and it processes for about 2-3 minuts)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 08:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505025#M19608</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-11-07T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: increase timeout for WebAdaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505026#M19609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure about timeouts. But it seems like a long running gp like that should be set up to run asynch. That way you submit the job and then poll for results (or await a callback) rather than waiting around. Your app could then move on and let the user do something else.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505026#M19609</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-11-07T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: increase timeout for WebAdaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505027#M19610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: gvernar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing the same issue, and I have no means to change my service to asynchronous, it's Network Analysis, not Geoprocessing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to be able to solve long routing problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505027#M19610</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-17T13:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: increase timeout for WebAdaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505028#M19611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm confused about your question. Is your service a map service or a gp service? Doesn't NA run as a gp service? Are you coding your routing in python, C#, VB.NET?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 16:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/increase-timeout-for-webadaptor/m-p/505028#M19611</guid>
      <dc:creator>KeG</dc:creator>
      <dc:date>2013-05-17T16:42:32Z</dc:date>
    </item>
  </channel>
</rss>

