<?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: Error: 000732: Dataset does not exist or is not supported ArcPy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167787#M12969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! We had an additional (&amp;nbsp;'&amp;nbsp;) thank you for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2017 20:21:56 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2017-12-21T20:21:56Z</dc:date>
    <item>
      <title>Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167785#M12967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Model Builder and added a Copy process and it works fine. I export this same Model Builder to Python and now when I run it, it&amp;nbsp;shows the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Process: Copy&lt;BR /&gt;arcpy.Copy_management(SDEView, PointLayer "FeatureClass")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Server\ArcPy\arcpy\management.py", line 3950, in Copy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;BR /&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt;ERROR 000732: Input Data:&amp;nbsp; .......&amp;nbsp;&amp;nbsp; does not exist or is not supported&lt;BR /&gt;Failed to execute (Copy).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167785#M12967</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-21T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167786#M12968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps you are missing a comma or something... this line is just wrong because your last parameter is incorrect or it should be 2 parameters instead of 1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;arcpy.Copy_management(SDEView, PointLayer "FeatureClass")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167786#M12968</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T19:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167787#M12969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! We had an additional (&amp;nbsp;'&amp;nbsp;) thank you for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 20:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167787#M12969</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-21T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167788#M12970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm baffled why I get this error running this bit of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;arcpy.env.workspace = "F:/test"&lt;BR /&gt;arcpy.Buffer_analysis("Road1", "Road1_B", "10 Meters")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167788#M12970</guid>
      <dc:creator>KeithAddison1</dc:creator>
      <dc:date>2018-12-12T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167789#M12971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message or lack thereof would be important&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167789#M12971</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-12-12T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167790#M12972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same as OP's.&amp;nbsp; What else could be going wrong?&amp;nbsp; The data exists and is valid, from everything I can tell the syntax is valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt;ERROR 000732: Input Features: Dataset Road1 does not exist or is not supported&lt;BR /&gt;Failed to execute (Buffer).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167790#M12972</guid>
      <dc:creator>KeithAddison1</dc:creator>
      <dc:date>2018-12-12T16:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167791#M12973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if they are shapefiles, you need the file extension. If they are in a geodatabase, you need the geodatabase name.&lt;/P&gt;&lt;P&gt;In any event a full path needs to be formed to the file location whether it is in a folder or a geodatabase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 17:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/167791#M12973</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-12-12T17:14:58Z</dc:date>
    </item>
  </channel>
</rss>

