<?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 10.2 Model works, but python fails -ERROR 000010: Geocode addresses failed in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/10-2-model-works-but-python-fails-error-000010/m-p/286936#M16474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a model, then converted it to python and gave the output file a new name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Desktop Advanced 10.2 on windows 7 with the world locator from an arcgisonline subscription. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I get the generic ERROR 000010: Geocode addresses failed error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The model worked fine, the geocoding script fails! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far tech support have not answered this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any answers let me know please! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "G:\GeocodeData\FR_worldgeocode333.py", line 19, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GeocodeAddresses_geocoding(geocode_input_csv, World_GeocodeServer__2_, "Address \"in_street\" VISIBLE NONE;Neighborhood &amp;lt;None&amp;gt; VISIBLE NONE;City \"in_city\" VISIBLE NONE;Subregion &amp;lt;None&amp;gt; VISIBLE NONE;Region \"in_state\" VISIBLE NONE;Postal \"in_zip\" VISIBLE NONE;PostalExt &amp;lt;None&amp;gt; VISIBLE NONE;CountryCode &amp;lt;None&amp;gt; VISIBLE NONE", test_geocode_fr33_shp, "STATIC")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "g:\programs\arcgis\desktop10.2\arcpy\arcpy\geocoding.py", line 194, in GeocodeAddresses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: ERROR 000010: Geocode addresses failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (GeocodeAddresses).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did find this post in bugs. I hope this is not still true:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg1Nzky"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg1Nzky&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiona Renton&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 21:44:35 GMT</pubDate>
    <dc:creator>FionaRenton</dc:creator>
    <dc:date>2013-09-04T21:44:35Z</dc:date>
    <item>
      <title>10.2 Model works, but python fails -ERROR 000010: Geocode addresses failed</title>
      <link>https://community.esri.com/t5/data-management-questions/10-2-model-works-but-python-fails-error-000010/m-p/286936#M16474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a model, then converted it to python and gave the output file a new name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Desktop Advanced 10.2 on windows 7 with the world locator from an arcgisonline subscription. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I get the generic ERROR 000010: Geocode addresses failed error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The model worked fine, the geocoding script fails! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far tech support have not answered this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any answers let me know please! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "G:\GeocodeData\FR_worldgeocode333.py", line 19, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GeocodeAddresses_geocoding(geocode_input_csv, World_GeocodeServer__2_, "Address \"in_street\" VISIBLE NONE;Neighborhood &amp;lt;None&amp;gt; VISIBLE NONE;City \"in_city\" VISIBLE NONE;Subregion &amp;lt;None&amp;gt; VISIBLE NONE;Region \"in_state\" VISIBLE NONE;Postal \"in_zip\" VISIBLE NONE;PostalExt &amp;lt;None&amp;gt; VISIBLE NONE;CountryCode &amp;lt;None&amp;gt; VISIBLE NONE", test_geocode_fr33_shp, "STATIC")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "g:\programs\arcgis\desktop10.2\arcpy\arcpy\geocoding.py", line 194, in GeocodeAddresses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: ERROR 000010: Geocode addresses failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (GeocodeAddresses).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did find this post in bugs. I hope this is not still true:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg1Nzky"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg1Nzky&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiona Renton&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 21:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/10-2-model-works-but-python-fails-error-000010/m-p/286936#M16474</guid>
      <dc:creator>FionaRenton</dc:creator>
      <dc:date>2013-09-04T21:44:35Z</dc:date>
    </item>
  </channel>
</rss>

