<?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.management.Copy to In Memory Error in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537179#M88128</link>
    <description>&lt;P&gt;I believe the Copy tool is the geoprocessing version of a catalog copy/paste operation, and copy/paste doesn't support going from a geodatabase workspace to a non-geodatabase workspace.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 03:50:37 GMT</pubDate>
    <dc:creator>MobiusSnake</dc:creator>
    <dc:date>2024-09-11T03:50:37Z</dc:date>
    <item>
      <title>arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537158#M88125</link>
      <description>&lt;P&gt;Does anyone know if&amp;nbsp;&lt;STRONG&gt; arcpy.management.Copy&lt;/STRONG&gt; is meant to be the same as&amp;nbsp;&lt;STRONG&gt;arcpy.CopyFeatures_management&lt;/STRONG&gt;? It appears to be the same unless I use it to copy features to memory in which case it gives the following error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 000979: Cannot copy between different workspaces.&lt;/P&gt;&lt;P&gt;Example code is below:&lt;/P&gt;&lt;P&gt;fc = r"gisdata.sde\GIS.GISDATA.assets\GIS.GISDATA.plots"&lt;/P&gt;&lt;P&gt;arcpy.CopyFeatures_management( fc, r"memory/in_memory_temp_file") # This works with no errors&lt;/P&gt;&lt;P&gt;arcpy.management.Copy( fc, r"memory/in_memory_temp_file") # This gives the error above&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thank-you!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 01:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537158#M88125</guid>
      <dc:creator>Bryan_bsc</dc:creator>
      <dc:date>2024-09-11T01:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537165#M88127</link>
      <description>&lt;P&gt;interesting, sounds like a variant of...&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/misleading-error-message-returned-by-copy-tool-when-onl-bug-000167752" target="_blank"&gt;BUG-000167752 for ArcGIS Pro (esri.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 01:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537165#M88127</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-09-11T01:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537179#M88128</link>
      <description>&lt;P&gt;I believe the Copy tool is the geoprocessing version of a catalog copy/paste operation, and copy/paste doesn't support going from a geodatabase workspace to a non-geodatabase workspace.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 03:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1537179#M88128</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2024-09-11T03:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547550#M89058</link>
      <description>&lt;P&gt;Well why not?&amp;nbsp; So weird&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547550#M89058</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-10-10T13:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547551#M89059</link>
      <description>&lt;P&gt;I can only speculate, maybe it's because it's "lossy"?&amp;nbsp; You lose attachments, relationships, that kind of thing, so you have to use a tool from the conversion toolbox instead.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547551#M89059</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2024-10-10T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547564#M89062</link>
      <description>&lt;P&gt;I have for sure seen that memory is not a full GDB.&amp;nbsp; For example certain SQL functions do not work.&amp;nbsp; Not documented anywhere that I have found so its a hunt and peck which can drive you nuts.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547564#M89062</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-10-10T13:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.management.Copy to In Memory Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547568#M89064</link>
      <description>&lt;P&gt;Yup, even very basic GDB stuff like domains aren't supported if I remember correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-management-copy-to-in-memory-error/m-p/1547568#M89064</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2024-10-10T13:27:01Z</dc:date>
    </item>
  </channel>
</rss>

