<?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: Problem with Intersect_analysis in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342375#M26823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using ArcGIS 10 SP 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should the value of the output variable be?&amp;nbsp; I've tried to assign it a .shp file or to simply give it a name and let the compiler figure it out.&amp;nbsp; Neither have worked.&amp;nbsp; My understanding is that when the intersect is complete, the result set is saved to a file and I am defining what to call it so that I can use it later.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 19:57:38 GMT</pubDate>
    <dc:creator>DuaneDubey</dc:creator>
    <dc:date>2013-01-09T19:57:38Z</dc:date>
    <item>
      <title>Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342373#M26821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a script that is to geocode addresses from a database, intersect the results with three boundary files and do a tabletotable conversion on the results.&amp;nbsp; Below is the intersect statement I am using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
arcpy.Intersect_analysis([geocode_results, boundary1_shp, boundary2_shp, boundary3_shp], qResults, "ALL", "", "INPUT")
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The statement is failing on qResults (e.g. creating the output of the intersect).&amp;nbsp; It seams that no matter what I put there (file path or variable name), the compiler is appending ".shp.shp" to the file name which causes an invalid file error.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000210: Cannot create output \\mydrive\ArcGIS\Default.gdb\qResults.shp.shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000354: The name contains invalid characters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Intersect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help, would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342373#M26821</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-09T17:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342374#M26822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the value of your qResults variable? What version of ArcGIS are you using and service pack?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 18:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342374#M26822</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-01-09T18:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342375#M26823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using ArcGIS 10 SP 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should the value of the output variable be?&amp;nbsp; I've tried to assign it a .shp file or to simply give it a name and let the compiler figure it out.&amp;nbsp; Neither have worked.&amp;nbsp; My understanding is that when the intersect is complete, the result set is saved to a file and I am defining what to call it so that I can use it later.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 19:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342375#M26823</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-09T19:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342376#M26824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We are using ArcGIS 10 SP 4&lt;BR /&gt;&lt;BR /&gt;What should the value of the output variable be?&amp;nbsp; I've tried to assign it a .shp file or to simply give it a name and let the compiler figure it out.&amp;nbsp; Neither have worked.&amp;nbsp; My understanding is that when the intersect is complete, the result set is saved to a file and I am defining what to call it so that I can use it later.&amp;nbsp; Is that correct?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you are outputting to a geodatabase, which I am assuming is your env.workspace, you should just give it a name. Nothing else should be required.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;qResults = 'output_featureclass'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342376#M26824</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-01-09T20:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342377#M26825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply. I tried setting the value of the output to 'output_featureclass' and I got the same error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000210: Cannot create output \\MyDrive\ArcGIS\Default.gdb\output_featureclass.shp.shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000354: The name contains invalid characters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Intersect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the full code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;# Import arcpy module
import arcpy
from arcpy import env

try:
&amp;nbsp;&amp;nbsp; env.workspace = "\\\\MyDrive\\ArcGIS\\Default.gdb"

&amp;nbsp;&amp;nbsp; if arcpy.Exists(dbo_View1):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management(dbo_View1)
&amp;nbsp;&amp;nbsp; if arcpy.Exists(dbo_GeocodeAddresses3):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management(dbo_GeocodeAddresses3)

&amp;nbsp;&amp;nbsp; # Local variables:
&amp;nbsp;&amp;nbsp; dbo_CDM_ARCCHANCERY = "Database Connections\\Chancery.odc\\dbo.CDM_ARCCHANCERY"
&amp;nbsp;&amp;nbsp; NewAASD_Streets = "\\\\MyDrive\Transportation\\ArcGIS ver 10\\Locators\\NewAASD_Streets"
&amp;nbsp;&amp;nbsp; elembound_shp = "\\\\MyDrive\Transportation\\ArcGIS ver 10\\Boundaries\\elembound.shp"
&amp;nbsp;&amp;nbsp; highbound_shp = "\\\\MyDrive\Transportation\\ArcGIS ver 10\\Boundaries\\highbound.shp"
&amp;nbsp;&amp;nbsp; middlebound_shp = "\\\\MyDrive\Transportation\\ArcGIS ver 10\\Boundaries\\middlebound.shp"
&amp;nbsp;&amp;nbsp; arc__VERSION_dbo_DEFAULT_ = "Database Servers\\MyServer_ARC.gds\\arc (VERSION:dbo.DEFAULT)"
&amp;nbsp;&amp;nbsp; dbo_View1 = "dbo_View1"
&amp;nbsp;&amp;nbsp; dbo_GeocodeAddresses3 = "\\\\MyDrive\\ArcGIS\\Default.gdb\\dbo_GeocodeAddresses3.shp"
&amp;nbsp;&amp;nbsp; dbo_GeocodeAddresses3_Inters = 'output_featureclass'

&amp;nbsp;&amp;nbsp; # Process: Make Table View
&amp;nbsp;&amp;nbsp; arcpy.MakeTableView_management(dbo_CDM_ARCCHANCERY, dbo_View1, "", "", "Id Id VISIBLE NONE;StudentId StudentId VISIBLE NONE;'Last Name' 'Last Name' VISIBLE NONE;'First Name' 'First Name' VISIBLE NONE;'Middle Name' 'Middle Name' VISIBLE NONE;School School VISIBLE NONE;'School #' 'School #' VISIBLE NONE;'Street Number' 'Street Number' VISIBLE NONE;'Street Direction' 'Street Direction' VISIBLE NONE;Street Street VISIBLE NONE;'Street Type' 'Street Type' VISIBLE NONE;Apt Apt VISIBLE NONE;City City VISIBLE NONE;State State VISIBLE NONE;ZIP ZIP VISIBLE NONE;'Full Address' 'Full Address' VISIBLE NONE;DOB DOB VISIBLE NONE;Gender Gender VISIBLE NONE;Grade Grade VISIBLE NONE;Ethnicity Ethnicity VISIBLE NONE;LunchStatus LunchStatus VISIBLE NONE;PrivateSchool PrivateSchool VISIBLE NONE")
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; # Process: Geocode Addresses
&amp;nbsp;&amp;nbsp; arcpy.GeocodeAddresses_geocoding(dbo_View1, NewAASD_Streets, "Street 'Full Address' VISIBLE NONE;ZIP ZIP VISIBLE NONE", dbo_GeocodeAddresses3, "STATIC")
&amp;nbsp; 
&amp;nbsp;&amp;nbsp; # Process: Intersect
&amp;nbsp;&amp;nbsp; arcpy.Intersect_analysis([dbo_GeocodeAddresses3, elembound_shp, highbound_shp, middlebound_shp], dbo_GeocodeAddresses3_Inters, "ALL", "", "INPUT")

&amp;nbsp;&amp;nbsp; # Process: Table to Table
&amp;nbsp;&amp;nbsp; arcpy.TableToTable_conversion(#Removed because of length#)

&amp;nbsp;&amp;nbsp; # Cleanup temporary tables
&amp;nbsp;&amp;nbsp; if arcpy.Exists(dbo_View1):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management(dbo_View1)
&amp;nbsp;&amp;nbsp; if arcpy.Exists(dbo_GeocodeAddresses3):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management(dbo_GeocodeAddresses3)

except Exception, e:
&amp;nbsp;&amp;nbsp;&amp;nbsp; #If an error occurred, print line number and error message
&amp;nbsp;&amp;nbsp;&amp;nbsp; import traceback, sys
&amp;nbsp;&amp;nbsp;&amp;nbsp; tb = sys.exc_info()[2]
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Line %i" % tb.tb_lineno
&amp;nbsp;&amp;nbsp;&amp;nbsp; print e.message&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342377#M26825</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2021-12-12T16:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342378#M26826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the root of your problems may be this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
dbo_GeocodeAddresses3 = "\\\\MyDrive\\ArcGIS\\Default.gdb\\dbo_GeocodeAddresses3.shp"&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't have a shapefile inside a geodatabase; this may be messing up your parameter validation and adding .shp to the output feature class name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a tip, try "raw" strings to make it easier to copy and paste paths into code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
arcpy.env.workspace = r"\\MyDrive\ArcGIS\Default.gdb"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342378#M26826</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T16:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342379#M26827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I removed the .shp from the GeocodeAddresses3 variable and got the below error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dbo_GeocodeAddresses3 = r"\\MyDrive\ArcGIS\Default.gdb\dbo_GeocodeAddresses3" &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Line 39&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000732: Input Features: Dataset \\MyDrive\ArcGIS\Default.gdb\dbo_GeocodeAddresses3 #;'\\MyDrive\Transportation\ArcGIS ver 10\Boundaries\elembound.shp' #;'\\MyDrive\Transportation\ArcGIS ver 10\Boundaries\highbound.shp' #;'\\MyDrive\Transportation\ArcGIS ver 10\Boundaries\middlebound.shp' # does not exist or is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Intersect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How should I be handling the output from the GeocodeAddresses process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 13:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342379#M26827</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-10T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342380#M26828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My advice is to do this process interactively and look at the results window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Copy As Python Snippet" is your friend!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 16:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342380#M26828</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-01-10T16:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342381#M26829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will try doing that however, we used the interface initially.&amp;nbsp; It worked once and failed when we tried to run it again as a job.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 17:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342381#M26829</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-10T17:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342382#M26830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, now I am working on my model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Geocode addresses to connect to a SQL Server table and geocode against a locator file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Intersect to combine the results of #1 with three boundary files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Table to Table to output the results of #2 to SQL Server Express which is installed on the GIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question is related to #3.&amp;nbsp; The OLE DB connection to SQL appears to be read only.&amp;nbsp; How can I create a connection to SQL Server Express that can be written to?&amp;nbsp; Is there a way to create an ADO connection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342382#M26830</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-14T18:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342383#M26831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found a way around previous issue by writing a VBScript that converts the DBF file into an XLSX file.&amp;nbsp; I can then read the document and import it into SQL Server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, now I am having an issue with Python.&amp;nbsp; I have a model that Geocodes addresses and then does an intersect.&amp;nbsp; The model works perfectly within ModelBuilder.&amp;nbsp; I then chose Model &amp;gt; Export &amp;gt; To Python Script and saved the script.&amp;nbsp; I then opened the script with IDLE and ran it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get:&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 "C:\RunningJobs\NewGeocode.py", line 22, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GeocodeAddresses_geocoding(dbo_CDM_ARCCHANCERY, NewAASD_Streets, "Street 'Full Address' VISIBLE NONE;ZIP ZIP VISIBLE NONE", output_featureclass_shp, "STATIC")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\geocoding.py", line 187, 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;Not sure why it works in ModelBuilder but not in Python.&amp;nbsp; Any insight?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342383#M26831</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-16T14:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342384#M26832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/342384#M26832</guid>
      <dc:creator>DuaneDubey</dc:creator>
      <dc:date>2013-01-17T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Intersect_analysis</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/1264460#M66985</link>
      <description>&lt;P&gt;This started happening after the PRO 3.1 (python) upgrade. All my codes are having this issue now and before they were all working fine. Once again they break things and expect us to fix hundreds of automated scripts&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 13:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-intersect-analysis/m-p/1264460#M66985</guid>
      <dc:creator>JoabelBarbieri</dc:creator>
      <dc:date>2023-03-06T13:47:10Z</dc:date>
    </item>
  </channel>
</rss>

