<?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: Copy Features Error 000210 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018301#M59586</link>
    <description>&lt;P&gt;I am trying to copy a shapefile before I perform my analysis so I have a backup. This worked Thursday last week with no issue but now it is not.&lt;/P&gt;&lt;P&gt;This is code subset&lt;/P&gt;&lt;P&gt;input shapefile: feature = r"J:\1086\210\GIS\ROW_140\Data\OLIVER\Refined\Acushnet_Oliver_Parcels_15.shp"&lt;/P&gt;&lt;P&gt;output shapefile: featureCopy = r"J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp"&lt;/P&gt;&lt;P&gt;tool used: arcpy.CopyFeatures_management(feature, featureCopy)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;ERROR 000210: Cannot create output J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp&lt;BR /&gt;Failed to execute (CopyFeatures).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 13:40:52 GMT</pubDate>
    <dc:creator>JacobConshick</dc:creator>
    <dc:date>2021-01-20T13:40:52Z</dc:date>
    <item>
      <title>Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018285#M59580</link>
      <description>&lt;P&gt;I am trying to copy my feature but for some reason I keep getting Error 000210. I am using Arcpro and I did the fixes online but I cannot get it to work.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018285#M59580</guid>
      <dc:creator>JacobConshick</dc:creator>
      <dc:date>2021-01-20T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018287#M59581</link>
      <description>&lt;P&gt;Can you give more context/information on what you're doing, what tools you're using to do it, and the full error message?&lt;/P&gt;&lt;P&gt;This is in the python area, is this a script which is failing or just a tool? If a script, can you share the script?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018287#M59581</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-01-20T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018293#M59582</link>
      <description>&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDkzNg==" target="_blank"&gt;BUG-000124936: Exporting or copying a dataset to a new feature clas.. (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyMTQ5NA==" target="_blank"&gt;BUG-000121494: Using the memory workspace as the output while execu.. (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;lots of reasons more&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/Search-Results#search?q=000210%20copy" target="_blank"&gt;Esri Support Search-Results&lt;/A&gt;&lt;/P&gt;&lt;P&gt;input path same as output?&lt;/P&gt;&lt;P&gt;using in_memory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018293#M59582</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-20T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018296#M59584</link>
      <description>&lt;P&gt;I can see how that would work when using a geodatabase. But I am not sure if this would apply for shapefiles. My input and output are two different shapefiles going to two different locations.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018296#M59584</guid>
      <dc:creator>JacobConshick</dc:creator>
      <dc:date>2021-01-20T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018299#M59585</link>
      <description>&lt;P&gt;then the tool inputs or you python code needs to be looked at&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018299#M59585</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-20T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018301#M59586</link>
      <description>&lt;P&gt;I am trying to copy a shapefile before I perform my analysis so I have a backup. This worked Thursday last week with no issue but now it is not.&lt;/P&gt;&lt;P&gt;This is code subset&lt;/P&gt;&lt;P&gt;input shapefile: feature = r"J:\1086\210\GIS\ROW_140\Data\OLIVER\Refined\Acushnet_Oliver_Parcels_15.shp"&lt;/P&gt;&lt;P&gt;output shapefile: featureCopy = r"J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp"&lt;/P&gt;&lt;P&gt;tool used: arcpy.CopyFeatures_management(feature, featureCopy)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;ERROR 000210: Cannot create output J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp&lt;BR /&gt;Failed to execute (CopyFeatures).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018301#M59586</guid>
      <dc:creator>JacobConshick</dc:creator>
      <dc:date>2021-01-20T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features Error 000210</title>
      <link>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018307#M59587</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp"

print(p)
J86ˆ\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the old path beginning with numbers issue&lt;/P&gt;&lt;P&gt;raw encoding&lt;/P&gt;&lt;LI-CODE lang="python"&gt; p = r"J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp"

print(p)
J:\1086\210\GIS\ROW_140\Data\Draft\Draft_Acushnet_Parcels.shp&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Jan 2021 14:02:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copy-features-error-000210/m-p/1018307#M59587</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-20T14:02:49Z</dc:date>
    </item>
  </channel>
</rss>

