<?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: 503 error https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1477997#M12774</link>
    <description>&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;I would like to know more about your workflow.&amp;nbsp; Why is your application sending 100 findAddressCandidates calls to the service within 10 seconds?&amp;nbsp; Are you instead really trying to batch geocode a set of addresses?&amp;nbsp; If you are trying to geocode a table or set of addresses we would recommend that you use the GeocodeAddresses operation instead of findAddressCandidates.&amp;nbsp; The GeocodeAddresses operation will allow you to submit up to 1000 addresses as a single input and get all of the geocoded results back for those 1000 inputs.&lt;/P&gt;&lt;P&gt;In addition to that, if you will be storing the results in a database you should be using the GeocodeAddresses operation or the findAddressCandidates operation with the forStorage parameter set to true.&amp;nbsp; This will require a token and will consume credits.&amp;nbsp; The findAddressCandidates operation with the forStorage parameter set to false (this is the default) is meant to be used for displaying results on the map but not storing them in a database.&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 20:26:02 GMT</pubDate>
    <dc:creator>BradNiemand</dc:creator>
    <dc:date>2024-05-23T20:26:02Z</dc:date>
    <item>
      <title>503 error https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1421461#M12513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We're currently experiencing a 503 error with the Geocode Service. When using the example below, we consistently encounter this error, particularly when multiple calls are made simultaneously. This tends to happen when approximately 100 calls are made within a 10-second window for a single user. Is there a way to adjust the system to accommodate these simultaneous calls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2024-05-07 18:31:36.201 ERROR --- [-9003-exec-4002] StackTrace : Full Stack Trace:&lt;BR /&gt;java.io.IOException: Server returned HTTP response code: 503 for URL: &lt;A href="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=501" target="_blank"&gt;https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=501&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your assistance with this matter would be greatly appreciated, as this issue arises nearly every day.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 11:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1421461#M12513</guid>
      <dc:creator>TylerJohn</dc:creator>
      <dc:date>2024-05-09T11:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: 503 error https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1477997#M12774</link>
      <description>&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;I would like to know more about your workflow.&amp;nbsp; Why is your application sending 100 findAddressCandidates calls to the service within 10 seconds?&amp;nbsp; Are you instead really trying to batch geocode a set of addresses?&amp;nbsp; If you are trying to geocode a table or set of addresses we would recommend that you use the GeocodeAddresses operation instead of findAddressCandidates.&amp;nbsp; The GeocodeAddresses operation will allow you to submit up to 1000 addresses as a single input and get all of the geocoded results back for those 1000 inputs.&lt;/P&gt;&lt;P&gt;In addition to that, if you will be storing the results in a database you should be using the GeocodeAddresses operation or the findAddressCandidates operation with the forStorage parameter set to true.&amp;nbsp; This will require a token and will consume credits.&amp;nbsp; The findAddressCandidates operation with the forStorage parameter set to false (this is the default) is meant to be used for displaying results on the map but not storing them in a database.&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 20:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1477997#M12774</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2024-05-23T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: 503 error https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1478999#M12805</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1420"&gt;@BradNiemand&lt;/a&gt;&amp;nbsp;Thank you for the response&lt;/P&gt;&lt;P&gt;While using the GeocodeAddresses operation would be the ideal and long term solution, we would like to avoid making a code change at this time. Implementing such a change would necessitate re-testing all related features, and we currently lack the resources to do so. Therefore, we are hoping there might be an adjustment in our ESRI account settings that could help resolve this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 07:33:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/503-error-https-geocode-arcgis-com-arcgis-rest/m-p/1478999#M12805</guid>
      <dc:creator>TylerJohn</dc:creator>
      <dc:date>2024-05-27T07:33:03Z</dc:date>
    </item>
  </channel>
</rss>

