<?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: QueryTask and FindTask result count in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715124#M18385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where do we change this limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dorothy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 18:57:50 GMT</pubDate>
    <dc:creator>DorothyMortenson</dc:creator>
    <dc:date>2011-07-20T18:57:50Z</dc:date>
    <item>
      <title>QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715119#M18380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears that QueryTask and FindTask do not honor the MaxRecordCount in the config file.&amp;nbsp; Is this correct.&amp;nbsp; I have verified 1000, cleared the REST cache, restarted the service and waited 24 hours and still only get 500 records.&amp;nbsp; Is there a property to set or is this just an ESRI limitation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 19:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715119#M18380</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-10-29T19:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715120#M18381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you able to query the REST endpoint through the browser and get more than 500 records?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The service itself may have reached its limit of how many features it can return at once (the default is 500 for ArcGIS Server 9.3.1, 1000 for ArcGIS Server 10, 1000 for MapIt)... as mentioned here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 19:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715120#M18381</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-29T19:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715121#M18382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Going through the REST endpoint never gives me more than 496 results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still using 9.3.1.&amp;nbsp; I didn't realize there was a hard limit for ArcGIS Server.&amp;nbsp; I just assumed it was a configuration setting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 13:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715121#M18382</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-11-01T13:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715122#M18383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same problem after changing this property. Restarting the service was not enough, I had to restart ArcGIS Server on the host machine as well, in the MS Windows services dialog, restart ArcGISSOM and ArcGISSOC. After that I was able to get more records.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715122#M18383</guid>
      <dc:creator>PatrickBrooke</dc:creator>
      <dc:date>2010-11-01T19:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715123#M18384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that did it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 15:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715123#M18384</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-11-05T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715124#M18385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where do we change this limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dorothy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 18:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715124#M18385</guid>
      <dc:creator>DorothyMortenson</dc:creator>
      <dc:date>2011-07-20T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask and FindTask result count</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715125#M18386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This limit is configurable using the Parameters tab of the Service Properties dialog box in ArcCatalog or Manager.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 06:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-and-findtask-result-count/m-p/715125#M18386</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-07-22T06:57:55Z</dc:date>
    </item>
  </channel>
</rss>

