<?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: Query result incomplete in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382956#M8991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, limiting graphics is not the problem.&amp;nbsp; I need more graphics, one for each record returned from the query.&amp;nbsp; That is why I upped the max number returned to 50,000.&amp;nbsp; I already have a map service of the data; that is what I'm querying from.&amp;nbsp; The user needs to query the service to highlight a the particular features he is looking for. Unfortunately, when they perform the query not all of the matching records are getting graphics added to them.&amp;nbsp; I can't figure out why this happens but that is the behavior.&amp;nbsp; Thanks for the suggestion though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 16:10:05 GMT</pubDate>
    <dc:creator>ThomasMcCracken</dc:creator>
    <dc:date>2012-05-09T16:10:05Z</dc:date>
    <item>
      <title>Query result incomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382954#M8989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Afternoon Flex Comrades,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got a little dilemma here everyone.&amp;nbsp; I've created a query task that returns a very large number of results (1,000 - 2,000 records or so); I'm querying electrical distribution line circuits.&amp;nbsp; I cranked the max number of records in the service config file to 50,000 (yes, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;fifty thousand&lt;/SPAN&gt;&lt;SPAN&gt;).&amp;nbsp; Well, when I add the resulting graphic for the query there are still several pieces of the geometry missing.&amp;nbsp; Does anyone know of a max. number of graphics allowed or perhaps some sort of time limit a query will run before stopping?&amp;nbsp; Has anyone else encountered this and know of a solution?&amp;nbsp; I'm working with ArcGIS Server 9.3, also.&amp;nbsp; Please advise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas McCracken&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Georgia Power Company&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 18:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382954#M8989</guid>
      <dc:creator>ThomasMcCracken</dc:creator>
      <dc:date>2012-05-08T18:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query result incomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382955#M8990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dont have the answer to your question, but maybe a possible solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;50,000 records is too much and you will run into client side issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest just getting the results based on the users current extent and re-query on extent changed so you limit the graphics added each time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or create a map service out of the data so you dont need the geometry when querying. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 14:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382955#M8990</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2012-05-09T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query result incomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382956#M8991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, limiting graphics is not the problem.&amp;nbsp; I need more graphics, one for each record returned from the query.&amp;nbsp; That is why I upped the max number returned to 50,000.&amp;nbsp; I already have a map service of the data; that is what I'm querying from.&amp;nbsp; The user needs to query the service to highlight a the particular features he is looking for. Unfortunately, when they perform the query not all of the matching records are getting graphics added to them.&amp;nbsp; I can't figure out why this happens but that is the behavior.&amp;nbsp; Thanks for the suggestion though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 16:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382956#M8991</guid>
      <dc:creator>ThomasMcCracken</dc:creator>
      <dc:date>2012-05-09T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query result incomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382957#M8992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright, after changing absolutely nothing in my code it started working.&amp;nbsp; Talked to IT folks and they said they had re-started the server and done some other stuff so that must have done it. I guess this hasn't been happening for anyone else but if it does just get your IT to play with the server a little and do their voodoo IT magic on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 18:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-result-incomplete/m-p/382957#M8992</guid>
      <dc:creator>ThomasMcCracken</dc:creator>
      <dc:date>2012-05-11T18:22:17Z</dc:date>
    </item>
  </channel>
</rss>

