<?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 Re: Find Task - [HttpException (0x80004005): Request timed out.] in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752979#M16607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yamuna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you set " identifyParams.returnGeometry" to false if not so already and try?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suba&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 00:25:46 GMT</pubDate>
    <dc:creator>SubaKrishnan</dc:creator>
    <dc:date>2013-09-27T00:25:46Z</dc:date>
    <item>
      <title>Find Task - [HttpException (0x80004005): Request timed out.]</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752976#M16604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to use the find task to search an entire service for a value.&amp;nbsp; I search 4 fields from 22 layers (3 of which are group layers) using the contains parameter = true.&amp;nbsp; When I send a request that I know is going to return a large number of results (around 1000) it times out.&amp;nbsp; If I narrow that search it does not time out.&amp;nbsp; And sometimes the larger request works.&amp;nbsp; I set my timeout to 180 seconds and my max returned records to 2000 for the service.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a browser through the REST services folder running on the ArcGIS Server host machine I get the more detailed error message indicating the request timed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[h=2]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Request timed out.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;STRONG style="font-family: Verdana;"&gt;Description: &lt;BR /&gt;&lt;/STRONG&gt;An unhandled exception occurred during the execution of the current web &lt;BR /&gt;request. Please review the stack trace for more information about the error and &lt;BR /&gt;where it originated in the code. &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: Verdana;"&gt;Exception Details: &lt;BR /&gt;&lt;/STRONG&gt;System.Web.HttpException: Request timed out.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: Verdana;"&gt;Source Error:&lt;/STRONG&gt; &lt;BR /&gt;[TABLE="width: 100%"]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;An unhandled exception was generated during the execution of the &lt;BR /&gt;current web request. Information regarding the origin and location of the &lt;BR /&gt;exception can be identified using the exception stack trace below. &lt;BR /&gt;&lt;BR /&gt;[/TABLE]&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: Verdana;"&gt;Stack Trace:&lt;/STRONG&gt; &lt;BR /&gt;[TABLE="width: 100%"]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[HttpException (0x80004005): Request timed out.]&lt;BR /&gt;[/TABLE]&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Flex I see this while debugging:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultCode - &lt;/SPAN&gt;&lt;SPAN style="font-size:2;"&gt;Server.Error.Request&lt;BR /&gt;&lt;SPAN style="font-size:2;"&gt;faultString - HTTP request error&lt;/SPAN&gt;&lt;BR /&gt;faultDetail -&lt;SPAN style="font-size:2;"&gt;Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: &lt;SPAN style="font-size:2;"&gt;&lt;A class="jive-link-external-small" href="http://freedom/ArcGIS/rest/services/Dispatch/DistQueryLayer/MapServer/find?searchText=MORA44&amp;amp;f=json&amp;amp;returnGeometry=true&amp;amp;sr=102100&amp;amp;searchFields=Breaker%20Number%2CDevice%20Number%2CLocation%20Number%2CSwitch%20Number&amp;amp;contains=true&amp;amp;layers=0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22" rel="nofollow" target="_blank"&gt;http://freedom/ArcGIS/rest/services/Dispatch/DistQueryLayer/MapServer/find?searchText=MORA44&amp;amp;f=json&amp;amp;returnGeometry=true&amp;amp;sr=102100&amp;amp;searchFields=Breaker%20Number%2CDevice%20Number%2CLocation%20Number%2CSwitch%20Number&amp;amp;contains=true&amp;amp;layers=0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22&lt;/A&gt;&lt;SPAN&gt;" errorID=2032]. URL: &lt;/SPAN&gt;&lt;A href="http://servername/ArcGIS/rest/services/Dispatch/DistQueryLayer/MapServer/find?searchText=MORA44&amp;amp;f=json&amp;amp;returnGeometry=true&amp;amp;sr=102100&amp;amp;searchFields=Breaker%20Number%2CDevice%20Number%2CLocation%20Number%2CSwitch%20Number&amp;amp;contains=true&amp;amp;layers=0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22"&gt;http://servername/ArcGIS/rest/services/Dispatch/DistQueryLayer/MapServer/find?searchText=MORA44&amp;amp;f=json&amp;amp;returnGeometry=true&amp;amp;sr=102100&amp;amp;searchFields=Breaker%20Number%2CDevice%20Number%2CLocation%20Number%2CSwitch%20Number&amp;amp;contains=true&amp;amp;layers=0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:43:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752976#M16604</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2012-03-13T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find Task - [HttpException (0x80004005): Request timed out.]</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752977#M16605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you fix this issue? Any input?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have this issue in 10.1 however ArcGIS 10 rest service timeed out for large Identify.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 17:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752977#M16605</guid>
      <dc:creator>YamunadeviRathinasamy</dc:creator>
      <dc:date>2013-09-26T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find Task - [HttpException (0x80004005): Request timed out.]</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752978#M16606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I honestly do not remember what I did about this issue.&amp;nbsp; Sorry I can't be of more help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:32:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752978#M16606</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2013-09-26T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find Task - [HttpException (0x80004005): Request timed out.]</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752979#M16607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yamuna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you set " identifyParams.returnGeometry" to false if not so already and try?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suba&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 00:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/find-task-httpexception-0x80004005-request-timed/m-p/752979#M16607</guid>
      <dc:creator>SubaKrishnan</dc:creator>
      <dc:date>2013-09-27T00:25:46Z</dc:date>
    </item>
  </channel>
</rss>

