<?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: HELP! geocode service Error 400 when using geocodeaddresses in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539800#M20912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it' a bug, I really think it needs a very specific syntax.&amp;nbsp; I'm&amp;nbsp;nothing of a json guy so that stuff is pretty much greek to me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 19:48:40 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-03-30T19:48:40Z</dc:date>
    <item>
      <title>HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539792#M20904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the error:&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;{  "error": {   "code": 400,   "message": "Unable to complete operation.",   "details": [       ]  } }&lt;/PRE&gt;&lt;P&gt;I get this error only when using GeocodeAddresses. FindAddressCandidates and Suggest work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a geocode service (Single House with subaddress) on Enterprise 10.6, shared "publicly". The service works fine in Map and Pro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 15:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539792#M20904</guid>
      <dc:creator>CarlGordon1</dc:creator>
      <dc:date>2020-03-30T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539793#M20905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A&amp;nbsp;few more detail perhaps?&amp;nbsp; My guess is you are performing a geocode addresses in a stand alone python script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 16:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539793#M20905</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-03-30T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539794#M20906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The service is&amp;nbsp;to be consumed through a custom application to validate addresses for law enforcement. If the user enters an address and a 100% match exists, that gets passed automatically into the database. Otherwise, the user is presented with a list of valid possibilities.&amp;nbsp;The&amp;nbsp;FindAddressCandidates operation of the rest endpoint functions perfectly. The geocodeAddresses operation of the endpoint is returning the error above. At this point the service is not consumed in any application or script. We are just testing the various operations of the service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539794#M20906</guid>
      <dc:creator>CarlGordon1</dc:creator>
      <dc:date>2020-03-30T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539795#M20907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see: hence the jason brackets.&amp;nbsp; If it any consolation I'm getting the same error on ours:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;{
 "error": {
  "code": 400,
  "message": "Unable to complete operation.",
  "details": [
   
  ]
 }
}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Must be the way we are entering in the address(es).&amp;nbsp; I'll contact our sys admin guy; everything takes longer since we are all working at home; gimme a few and I'll let you know what he suggests...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539795#M20907</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-11T23:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539796#M20908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Everything I've been able to track down indicates it has to do with the syntax. I'm thinking it may be a bug...&lt;/P&gt;&lt;P&gt;We have the same issue going on with the work from home situation so I completely understand. Thanks for your help.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539796#M20908</guid>
      <dc:creator>CFMGIS</dc:creator>
      <dc:date>2020-03-30T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539797#M20909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We aren't coming up with much either.&amp;nbsp; This might shed some light:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm" title="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm"&gt;geocodeAddresses—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the addresses coming is as a list or just one at a time?&amp;nbsp; If the latter, won't&amp;nbsp; find address work just as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539797#M20909</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-03-30T19:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539798#M20910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My colleague suggests something along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;{
"records": [
{
"attributes": {
"OBJECTID": 1,
"Address": "380 New York St",
"Neighborhood": "",
"City": "Redlands",
"Subregion": "",
"Region": "CA"
}
},
{
"attributes": {
"OBJECTID": 2,
"Address": "1 World Way",
"Neighborhood": "",
"City": "Los Angeles",
"Subregion": "",
"Region": "CA"
}
}
]
}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539798#M20910</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-11T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539799#M20911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I've shown that to the developer but he insists on having the geocodeAddresses work as well. The dev lacks experience and understanding with GIS. Right now we're just passing a single address so I've instructed him to use the FindCandidateAddresses operation but have met resistance. Since you seem to be getting the same results with your service, I'll just write it off as a bug so he can move past it. Like I said, it works fine through ArcMap and Pro. I appreciate you taking the time to help out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539799#M20911</guid>
      <dc:creator>CFMGIS</dc:creator>
      <dc:date>2020-03-30T19:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539800#M20912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it' a bug, I really think it needs a very specific syntax.&amp;nbsp; I'm&amp;nbsp;nothing of a json guy so that stuff is pretty much greek to me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/539800#M20912</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-03-30T19:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! geocode service Error 400 when using geocodeaddresses</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/1307949#M36507</link>
      <description>&lt;P&gt;Hello. Did you ever get this to work? Our law enforcement team is also running into an issue attempting to pass addresses into the REST services api with geocodeAddresses. The findCadidateAddresses is working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 15:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-geocode-service-error-400-when-using/m-p/1307949#M36507</guid>
      <dc:creator>ShariF</dc:creator>
      <dc:date>2023-07-13T15:37:18Z</dc:date>
    </item>
  </channel>
</rss>

