<?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: Error 504 when saving more than feature 300 edits to Hosted feature layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1640434#M98013</link>
    <description>&lt;P&gt;If the number is 'exactly' 300 each time you get that error that means it is a setting in the Feature Class definition. This is along the lines that the maximum number of features you can select in ArcGIS Server is 2000, be default. If you have access or know the admin for the server I would have them check the Parameters for the feature service. Also, if this is a long running event, another default is 600 seconds maximum time you can 'continually' use a service.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 17:43:36 GMT</pubDate>
    <dc:creator>RichardDaniels</dc:creator>
    <dc:date>2025-08-08T17:43:36Z</dc:date>
    <item>
      <title>Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1278704#M67982</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a hosted feature layer with 2953 features. I want to do some calculations with field calculator, so I loaded the layer into ArcGIS Pro. However, whenever I want to save my edits, I get the following error:&lt;/P&gt;&lt;P&gt;Save edits failed. ERROR: code:504, Your request has timed outed., Proxy server got bad address from remote server (verify the server is running).&lt;/P&gt;&lt;P&gt;I found out that, if I edit a maximum of 300 features per time, this error does not occur.&lt;/P&gt;&lt;P&gt;Any idea how I can fix this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nindoooo_0-1681471554734.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68011i23A8082C8316CFE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nindoooo_0-1681471554734.png" alt="Nindoooo_0-1681471554734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 11:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1278704#M67982</guid>
      <dc:creator>Nindoooo</dc:creator>
      <dc:date>2023-04-14T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1279108#M68024</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;The 504 error was a gateway timeout error and would mean that the service was not able to complete the entire task within the timeframe set on the hosting server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you consider&amp;nbsp;upgrading the network speeds and also checked the datastore utilized by your organization? Could you run an upgrade to Premium Datastore if you are still&amp;nbsp; on Standard Datastore which&amp;nbsp;&amp;nbsp;&amp;nbsp;would allocate more resources for your organization's functioning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also check the below documents:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/can-not-connect-to-server-get-proxy-error-504/td-p/711296" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-questions/can-not-connect-to-server-get-proxy-error-504/td-p/711296&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/error-proxy-server-got-bad-address-from-remote-server-v-000015981" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/error-proxy-server-got-bad-address-from-remote-server-v-000015981&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 23:22:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1279108#M68024</guid>
      <dc:creator>RudraniChakraborty</dc:creator>
      <dc:date>2023-04-16T23:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1279285#M68051</link>
      <description>&lt;P&gt;At least you know you can pull off 300 edits at once.&amp;nbsp; I can never count on anything when calculating to hosted feature services.&amp;nbsp; Sometimes it gets through 50 features, sometimes all 11,000 of them.&lt;/P&gt;&lt;P&gt;So, since there is no real reliable way to accomplish this, I have converted to python script for this, makes a list of all the features that need calculation, then starts processing the features in the list.&amp;nbsp; If sucsessful, it adds to a "completed" list.&lt;/P&gt;&lt;P&gt;Then, if/when the scirpt 504's on me, my try/except: block re-runs the calculations if feature not in completed list.&lt;/P&gt;&lt;P&gt;This way, it will always finish the task.&amp;nbsp; Might take 20 minutes, might take 2 hours, but will eventually get there.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 16:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1279285#M68051</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-04-17T16:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1319331#M72157</link>
      <description>&lt;P&gt;I am having the same issue. I have 15k records I need updating that I just spent time configuring within a DB. Now that I am trying to calculate and push those updates, I can't .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 20:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1319331#M72157</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2023-08-16T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1319346#M72164</link>
      <description>&lt;P&gt;Laura you have to uninstall 3.1 and use 3.0 pro. That's the only way to fix it. 3.1 has a bug. Let me know how it goes.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 20:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1319346#M72164</guid>
      <dc:creator>TomKukitz</dc:creator>
      <dc:date>2023-08-16T20:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1323190#M72536</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/444887"&gt;@RudraniChakraborty&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/655470"&gt;@Nindoooo&lt;/a&gt;&amp;nbsp;The original poster mentioned that he was dealing with hosted feature layers (AGOL), not ArcGIS Server services...?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 20:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1323190#M72536</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-08-28T20:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1328108#M72987</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/674685"&gt;@TomKukitz&lt;/a&gt;,&amp;nbsp;do you know if this is still problematic with ArcGIS Pro? One of our services was republished using 3.1, and now the feature service with enterprise cannot save edits. It is incredibly frustrating because Esri does not have anything that references this in their documentation&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 04:33:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1328108#M72987</guid>
      <dc:creator>ArizonaGIS</dc:creator>
      <dc:date>2023-09-13T04:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1328176#M72992</link>
      <description>&lt;P&gt;Enterprise is a different issue, I think it has something to do with ArcGIS Server and a timeout setting. I am using an Organization account and using Pro with ArcGIS online. I recently installed 3.1 again and I have not had any issues so far, but have not done a batch edit of over 1100 edits, which is when the error occurred. But again this issue was related to ArcGIS Online and ArcPro 3.1 not ArcGIS Server and an Enterprise account. Sorry I couldn't be of more help to you! Search ArcPro Enterprise 504 error, something like this, I believe there is a solution and it was not related to Pro. I would install the patch for 3.1 in you haven't already.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 09:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1328176#M72992</guid>
      <dc:creator>TomKukitz</dc:creator>
      <dc:date>2023-09-13T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335186#M73705</link>
      <description>&lt;P&gt;I don't see how this is the solution when the issue is with HFL's and AGO.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 21:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335186#M73705</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2023-10-04T21:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335187#M73706</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/674685"&gt;@TomKukitz&lt;/a&gt;&amp;nbsp;Do you have any documentation related to this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 21:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335187#M73706</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2023-10-04T21:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335199#M73708</link>
      <description>&lt;P&gt;I am happy to say that upgrading to the latest patch of 3.1.3 has resolved this issue for me!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 12:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335199#M73708</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2023-10-05T12:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335200#M73709</link>
      <description>&lt;P&gt;I am happy to say that upgrading to the latest patch of 3.1.3 has resolved this issue for me! I hope this works for the rest of you!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 12:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335200#M73709</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2023-10-05T12:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335291#M73715</link>
      <description>&lt;P&gt;Esri Case #03392536 - Save Edits failed Error Code 504 in ArcGIS Pro&lt;/P&gt;&lt;P&gt;You can check this case if that's possible. That's all I have. But after I installed 3.0 and removed 3.1 I didn't have the issue anymore. And I will not upgrade until the newer versions have been out for a while. I don't have time to spend on fixing Esri ArcPro issues. I use ArcMap as much as possible, it's awesome with Attribute Assistant. I only use ArcPro to make pdf maps and to copy and paste edits to AGO. I will likely be retired with ArcMap, so there is really no need for me to deal with all of ArcPro's issues. It take 10x longer to edit with Pro than ArcMap, viva la ArcMap!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335291#M73715</guid>
      <dc:creator>TomKukitz</dc:creator>
      <dc:date>2023-10-05T09:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335293#M73716</link>
      <description>&lt;P&gt;Well it worked for me!&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes it is an AGO issue for me with ArcPro, Server has a timeout setting I believe fixes it, just something I found in my hours of searching for a solution.&lt;/P&gt;&lt;P&gt;Since everyone seems to not have the issue anymore with 3.0.3 I guess we can put this to rest.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335293#M73716</guid>
      <dc:creator>TomKukitz</dc:creator>
      <dc:date>2023-10-05T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335331#M73722</link>
      <description>&lt;P&gt;like i said, 3.1.3 fixed this for me...3.2 isn't far off so I wouldn't be hanging on to 3.0 for too long...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 12:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1335331#M73722</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2023-10-05T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 504 when saving more than feature 300 edits to Hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1640434#M98013</link>
      <description>&lt;P&gt;If the number is 'exactly' 300 each time you get that error that means it is a setting in the Feature Class definition. This is along the lines that the maximum number of features you can select in ArcGIS Server is 2000, be default. If you have access or know the admin for the server I would have them check the Parameters for the feature service. Also, if this is a long running event, another default is 600 seconds maximum time you can 'continually' use a service.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 17:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-504-when-saving-more-than-feature-300-edits/m-p/1640434#M98013</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2025-08-08T17:43:36Z</dc:date>
    </item>
  </channel>
</rss>

