<?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 Maximum record count for feature services in Portal in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114315#M1433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update the maximum record count for a feature service in Portal. I have gone to the following page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.esri.com%2Fen%2Ftechnical-article%2F000012383" rel="nofollow" target="_blank"&gt;How To: Update the maximum record count for feature services in ArcGIS Online&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is (obviously) for ArcGIS Online. When I go to Update Definition&amp;nbsp; in our Portal, I only get an input box rather than the full layer definition.&lt;/P&gt;&lt;P&gt;So, using the examples here: &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Frest%2Fservices-reference%2Fupdate-definition-feature-layer-.htm%23GUID-FB66F6E3-9793-4A4B-9C37-EEF46F30B59E" rel="nofollow" target="_blank"&gt;Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;{  "error": {   "code": 500,   "message": "Field 'MaxRecordCount' cannot be updated.",   "details": []  } }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 14:20:10 GMT</pubDate>
    <dc:creator>ToddFagin</dc:creator>
    <dc:date>2019-06-25T14:20:10Z</dc:date>
    <item>
      <title>Maximum record count for feature services in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114315#M1433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update the maximum record count for a feature service in Portal. I have gone to the following page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.esri.com%2Fen%2Ftechnical-article%2F000012383" rel="nofollow" target="_blank"&gt;How To: Update the maximum record count for feature services in ArcGIS Online&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is (obviously) for ArcGIS Online. When I go to Update Definition&amp;nbsp; in our Portal, I only get an input box rather than the full layer definition.&lt;/P&gt;&lt;P&gt;So, using the examples here: &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Frest%2Fservices-reference%2Fupdate-definition-feature-layer-.htm%23GUID-FB66F6E3-9793-4A4B-9C37-EEF46F30B59E" rel="nofollow" target="_blank"&gt;Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;{  "error": {   "code": 500,   "message": "Field 'MaxRecordCount' cannot be updated.",   "details": []  } }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 14:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114315#M1433</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-06-25T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum record count for feature services in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114316#M1434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to edit that information through the &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/editservice.htm"&gt;Server Admin Endpoint&lt;/A&gt; using the Edit operation:&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451462_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I updated the maxRecordCount of a feature service from 1000 to 1100 &amp;amp; ran the job asynchronously. Checking the &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/job.htm"&gt;job status&lt;/A&gt; to make sure there weren't any errors, I was able to see these changes propagate in the layer itself back in the services directory endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/451466_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114316#M1434</guid>
      <dc:creator>ToriO_hara1</dc:creator>
      <dc:date>2019-06-25T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum record count for feature services in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114317#M1435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. It took a minute for me to figure it out, but once I did, it worked as intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:41:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114317#M1435</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-06-25T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum record count for feature services in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114318#M1436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;P&gt;I'm wondering if there is an upper limit of max records or is 2,000 the absolute max?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm dealing with 911 calls and as you can imagine it doesn't take very long to get to that amount. When our analyst want to extract a certain time period or all the calls of a particular type this can become a significant limiting factor.&lt;/P&gt;&lt;P&gt;We just got a new 911 computer system that went live on Oct. 1st and we're currently just over 87,000 for the police department alone. We provide 6 months worth of data (performance becomes an issue with any more data) and I was hoping that we could "bump" the max to 100K... just a slight nudge from 2,000 haha. Most users never export at all and the frequency of needing such a large data pull would be far and few between (annual reports or grant funding research most likely).&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114318#M1436</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-02T21:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum record count for feature services in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114319#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #1f497d;"&gt;Hi Brandon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #1f497d;"&gt;I am not the best person to ask this. If I recall (it’s been a while), we upped our max to 5000. If there is an upper limit, I don’t know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #1f497d;"&gt;I apologize I cannot be of more help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #1f497d;"&gt;Todd&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 01:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/maximum-record-count-for-feature-services-in/m-p/114319#M1437</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2020-03-04T01:13:51Z</dc:date>
    </item>
  </channel>
</rss>

