<?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: ExecuteError in append command in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676875#M52390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Still not sure what was going wrong&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Append_arc (Coverage toolbox) and Append_management (Data management toolbox) are different tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Append_management is the one that accepts shapefile input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 01:22:32 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2013-03-13T01:22:32Z</dc:date>
    <item>
      <title>ExecuteError in append command</title>
      <link>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676872#M52387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to append several shapefiles together. I adapted an example script from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0013000000" rel="nofollow"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0013000000&lt;/A&gt;&lt;SPAN&gt;, but it's not working. Moreover, the error code is completely uninformative to me. Here's the script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Import system modules&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from arcpy import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Set environment settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;env.workspace = "C:\Users\deryugin\Downloads\backup"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Set local variables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inCovers = ["tr01_d00.shp", "tr02_d00.shp", "tr04_d00.shp", "tr05_d00.shp"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outCover = "test.shp"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appendMethod = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featureClasses = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;numberMethod = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Execute Append&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.Append_arc(inCovers, outCover, appendMethod, featureClasses, numberMethod)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Traceback (most recent call last):&lt;BR /&gt; File "C:\Users\deryugin\Dropbox\LR effects of pollution\analysis\data\Census tract shapefiles\append_files.py", line 22, in &amp;lt;module&amp;gt;&lt;BR /&gt; arcpy.Append_arc(inCovers, outCover, appendMethod, featureClasses, numberMethod)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\arc.py", line 1399, in Append&lt;BR /&gt; raise e&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (Append).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas about what I'm doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 17:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676872#M52387</guid>
      <dc:creator>TatyanaDeryugina1</dc:creator>
      <dc:date>2013-03-12T17:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: ExecuteError in append command</title>
      <link>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676873#M52388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is the answer but I tried this a while ago and had the same error... when I tried it manually with Catalog it gave me a different error something like 000594: Input feature 1: falls outside of geometry domains... I would try a manual run first to see if you get a different error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But Since yours are not set I am going to throw that out there and see if that works try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.XYDomain ="-180 -90 180 90"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.SpatialReference= spRef = "D:/ArcGIS/Desktop10.0/Coordinate Systems/" +\&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Geographic Coordinate Systems/World/WGS 1984.prj"&amp;nbsp;&amp;nbsp; (OR WHEREVER YOURS IS SET)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also maybe try using arcpy.Append_management instead &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000050000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000050000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 17:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676873#M52388</guid>
      <dc:creator>LindseyWood</dc:creator>
      <dc:date>2013-03-12T17:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: ExecuteError in append command</title>
      <link>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676874#M52389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, the combination of those two suggestions worked. Still not sure what was going wrong, but at least I have my dataset now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 19:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676874#M52389</guid>
      <dc:creator>TatyanaDeryugina1</dc:creator>
      <dc:date>2013-03-12T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: ExecuteError in append command</title>
      <link>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676875#M52390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Still not sure what was going wrong&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Append_arc (Coverage toolbox) and Append_management (Data management toolbox) are different tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Append_management is the one that accepts shapefile input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 01:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/executeerror-in-append-command/m-p/676875#M52390</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-03-13T01:22:32Z</dc:date>
    </item>
  </channel>
</rss>

