<?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 999999: Error executing function Failed to execute FeatureClassToFeatureCla in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21885#M1700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I have gone as far as to reboot my computer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2011 18:49:04 GMT</pubDate>
    <dc:creator>ChrisBonfiglio</dc:creator>
    <dc:date>2011-08-17T18:49:04Z</dc:date>
    <item>
      <title>ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21883#M1698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone tell me about this error. I can run feature class to feature class conversion in model builder and it works fine. But when I try to add it to a python script I get this ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass. I have tried importing the python script from model builder and adding the tool from the tool box it errors both ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 17:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21883#M1698</guid>
      <dc:creator>ChrisBonfiglio</dc:creator>
      <dc:date>2011-08-17T17:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21884#M1699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;999999 is a generic error message for all nondescript errors. Sometimes when I get this message it is because the file is still being locked somewhere in the background. If you have not already tried this I recommend closing all ArcGIS products, then attempt to run your python script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 18:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21884#M1699</guid>
      <dc:creator>PatrickJurgens</dc:creator>
      <dc:date>2011-08-17T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21885#M1700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I have gone as far as to reboot my computer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 18:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21885#M1700</guid>
      <dc:creator>ChrisBonfiglio</dc:creator>
      <dc:date>2011-08-17T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21886#M1701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then it is not as simple as I suggested earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the code very long, could you post it, or part of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 18:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21886#M1701</guid>
      <dc:creator>PatrickJurgens</dc:creator>
      <dc:date>2011-08-17T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21887#M1702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the part I'm having the problem with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if arcpy.Exists(BuildingDropShadow):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "buildingDropShadow is still here"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #------ Copy_management IS A WORK AROUND NEED TO GET FeatureClassToFeatureClass_conversion TO WORK NEED TO BE ABLE IN THE GEODATABASE SETTING SELECT GEOMETERY FOR SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.FeatureClassToFeatureClass_conversion(Buildings, BuildingDir, BuildingDropShadow, "", "", "GEOMETRY")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#print "Creating rep for buildingDropShadow"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddRepresentation_cartography(Buildings, BuildingDropShadow, rule_idFieldName, overrideFieldName, geometryEditing, BuildingDropShadowlyr, assignRule)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;except Exception, e:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #------ IF AN ERROR OCCURRED, PRINT LINE NUMBER AND ERROR MESSAGE&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb = sys.exc_info()[2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Line %i" % tb.tb_lineno&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print e.message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;del BuildingDropShadow&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 19:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21887#M1702</guid>
      <dc:creator>ChrisBonfiglio</dc:creator>
      <dc:date>2011-08-17T19:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21888#M1703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought I saw the problem, but the problem was actually with my eyes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just edited my post to avoid publishing mis-information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 19:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21888#M1703</guid>
      <dc:creator>PatrickJurgens</dc:creator>
      <dc:date>2011-08-17T19:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21889#M1704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you use feature class to feature class without exporting to SDE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure all your feature class names are legal? "GEOMETRY" is the database keyword you are using? 9s errors are a pain to track down.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 20:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21889#M1704</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2011-08-18T20:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureCla</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21890#M1705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same problem.&amp;nbsp; Did you figure out how to fix it?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using FeatureClassToFeatureClass to convert a .lyr file into a .shp file.&amp;nbsp; When I run the process in Model Builder everything is fine, but when I run the script in Python I get the error message: "ERROR 999999: Error executing function. Failed to execute (FeatureClassToFeatureClass)."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hate this error message, it tells me nothing about what the actual problem is.&amp;nbsp; I changed my attribute fields to match all the ESRI standards, but that did not fix the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21890#M1705</guid>
      <dc:creator>AndersOlson</dc:creator>
      <dc:date>2014-01-16T21:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21891#M1706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this error when I was running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.FeatureClassToFeatureClass_conversion(path, gdbpath\&lt;STRONG&gt;featureDatasetA&lt;/STRONG&gt;, &lt;STRONG&gt;name&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;STRONG&gt;name&lt;/STRONG&gt; matches an existing feature Class from a different dataset (i.e. gdbpath\faetureDatasetB). The really weird thing is if you were to run the tool on the correct dataset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;arcpy.FeatureClassToFeatureClass_conversion(path,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gdbpath\&lt;STRONG&gt;feature&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;DatasetB&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;... then no errors occur and the feature class gets overwritten.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 21:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21891#M1706</guid>
      <dc:creator>SerbanMarin2</dc:creator>
      <dc:date>2019-05-14T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21892#M1707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running into the same behavior via ArcObjects.&amp;nbsp; I want to copy a shapefile into 3 datasets within the same FGDB.&amp;nbsp; The datasets are created, the first FeatureClasstoFeatureClass geoprocess goes perfect.&amp;nbsp; The subsequent 2 fail with the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;999999 ERROR 999999: Error executing function.&lt;BR /&gt;&amp;nbsp;-2147467259 Failed to execute (FeatureClassToFeatureClass).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21892#M1707</guid>
      <dc:creator>BWSCIM</dc:creator>
      <dc:date>2019-06-12T16:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21893#M1708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this &lt;A href="https://gis.stackexchange.com/questions/113022/error-999999-on-featureclass-to-featureclass-conversion-in-arcpy"&gt;StackExchange&lt;/A&gt; thread - I tested and it works.&amp;nbsp; Can't create Feature classes with the same name, even in different Datasets.&amp;nbsp; I ended up appending my feature classes with an "_&amp;lt;number&amp;gt;" based on the iteration I was working on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crazy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21893#M1708</guid>
      <dc:creator>BWSCIM</dc:creator>
      <dc:date>2019-06-12T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 999999: Error executing function Failed to execute FeatureClassToFeatureClass</title>
      <link>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21894#M1709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I don't know if this will fix your problem, but I had a similar issue and found that I have forgotten to give the extension of a file name. For example, I have asked the software to save a file with no extension like" .Shp or .Dbf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2020 17:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-999999-error-executing-function-failed-to/m-p/21894#M1709</guid>
      <dc:creator>rrjs67</dc:creator>
      <dc:date>2020-06-21T17:16:39Z</dc:date>
    </item>
  </channel>
</rss>

