<?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: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267632#M20609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to edit it through arcpy. is it possible to edit through arcpy ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 04:51:25 GMT</pubDate>
    <dc:creator>mansimittal1</dc:creator>
    <dc:date>2016-11-08T04:51:25Z</dc:date>
    <item>
      <title>Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267630#M20607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;We can modify the MaxRecordCount of published feature layer on arcgis server using the code mentioned on the following url:&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/administer/linux/example-edit-service-properties.htm" rel="nofollow noreferrer"&gt;http://server.arcgis.com/en/server/latest/administer/linux/example-edit-service-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can we use the same code to modify feature count of feature layer published on portal ArcGIS?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 10:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267630#M20607</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2016-11-07T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267631#M20608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to update it through the Server Admin API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/259207_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 17:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267631#M20608</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-11-07T17:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267632#M20609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to edit it through arcpy. is it possible to edit through arcpy ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 04:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267632#M20609</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2016-11-08T04:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267633#M20610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, arcpy doesn't have any modules to send http/https requests. &amp;nbsp;You'll have to use urllib, urllib2 and JSON. &amp;nbsp;Get the JSON of the service through the Admin API, update the property, and then pass the updated JSON to the /edit endpoint to edit the service. &amp;nbsp;Here's a &lt;A href="http://server.arcgis.com/en/server/latest/administer/windows/example-edit-service-properties.htm"&gt;sample&lt;/A&gt; to get you started. &amp;nbsp;I just noticed that there are two maxRecordCount values, one for the layer and one seemingly for the whole service, I'll see which what happens when either is updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267633#M20610</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-11-08T17:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267634#M20611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay.I tried this code and the error it gave me was unable to start the service.By any chance this error could occur due to providing wrong parameters of the published service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 05:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267634#M20611</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2016-11-09T05:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the Max Record Count on an portal ArcGIS hosted Feature service?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267635#M20612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link to the code you gave worked.Before I was giving one wrong parameter that's why code was not working. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 11:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-change-the-max-record-count-on/m-p/267635#M20612</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2016-11-09T11:24:39Z</dc:date>
    </item>
  </channel>
</rss>

