<?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: arcpy.Copy_Management Error: 000260 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364893#M28829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; I have an access database (personal geodatabase) with a bunch of tables, queries and forms. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported way to access data in a non-geodatabase .mdb file is to use ODBC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/005s/005s00000021000000.htm" rel="nofollow" target="_blank"&gt;ArcGIS 10 Help: Understanding how to use Microsoft Access files in ArcGIS&lt;BR /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 22:17:02 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2012-07-09T22:17:02Z</dc:date>
    <item>
      <title>arcpy.Copy_Management Error: 000260</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364892#M28828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am testing a simple script. I have an access database (personal geodatabase) with a bunch of tables, queries and forms. I just want to copy and paste one table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy, traceback, sys from arcpy import env&amp;nbsp; env.workspace = r"Z:\Access_Database\Site_Facility_IORPDA_2012_MASTER_v302.mdb"&amp;nbsp; arcpy.Copy_management("WEEDS_P", "WEED")&amp;nbsp; # Alternatively, I tried to paste to a different geodatabase as well with the same error returning. # arcpy.Copy_management("WEEDS_P", r"Z:\ESRI\Figure_Sourcing\Locked_Down_Database\Access_Database\Test.mdb\WEED")&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and I keep coming up with the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;000260 : Failed to copy &amp;lt;value&amp;gt; into &amp;lt;value&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Description&lt;BR /&gt;&lt;BR /&gt;While using the Copy tool, the input could not be successfully copied to its new location. This error typically occurs while copying data from one location to another.&lt;BR /&gt;&lt;BR /&gt;The "in_memory" workspace is not supported as the output location.&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;Confirm that the output location is valid and does not contain any files that will interfere with a successful copy operation.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I tried to manually copy and paste from the mbd to the test .mbd and it errors out with the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15888[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone suggest what the issue might be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 20:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364892#M28828</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-07-09T20:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.Copy_Management Error: 000260</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364893#M28829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; I have an access database (personal geodatabase) with a bunch of tables, queries and forms. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported way to access data in a non-geodatabase .mdb file is to use ODBC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/005s/005s00000021000000.htm" rel="nofollow" target="_blank"&gt;ArcGIS 10 Help: Understanding how to use Microsoft Access files in ArcGIS&lt;BR /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 22:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364893#M28829</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-07-09T22:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.Copy_Management Error: 000260</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364894#M28830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems to explain the issue and I think I see a few work arounds using the related topics. Thanks for the info Curtis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-copy-management-error-000260/m-p/364894#M28830</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-07-10T14:31:29Z</dc:date>
    </item>
  </channel>
</rss>

