<?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 FindIdentical_management Error in executing tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178336#M13708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. Can anyone see what's wrong with this simple code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dup_fields = ["Shape"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out_table = "M:\\GIS\\Test\\table_of_dup_records"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xy_tol = ".01 Feet"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.FindIdentical_management(parcels_all_data1, dup_fields, out_table, xy_tol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error returned: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "X:\08_Tools\02_Python\UTCModel1.1_Parcel_Prep.py", line 82, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.FindIdentical_management(parcels_all_data1, dup_fields, out_table, xy_tol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\management.py", line 3092, in FindIdentical&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RuntimeError: Object: Error in executing tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parcels are defined higher up and are used for other successful tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2011 22:10:03 GMT</pubDate>
    <dc:creator>RichardThurau</dc:creator>
    <dc:date>2011-09-13T22:10:03Z</dc:date>
    <item>
      <title>FindIdentical_management Error in executing tool</title>
      <link>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178336#M13708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. Can anyone see what's wrong with this simple code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dup_fields = ["Shape"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out_table = "M:\\GIS\\Test\\table_of_dup_records"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xy_tol = ".01 Feet"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.FindIdentical_management(parcels_all_data1, dup_fields, out_table, xy_tol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error returned: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "X:\08_Tools\02_Python\UTCModel1.1_Parcel_Prep.py", line 82, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.FindIdentical_management(parcels_all_data1, dup_fields, out_table, xy_tol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\management.py", line 3092, in FindIdentical&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RuntimeError: Object: Error in executing tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parcels are defined higher up and are used for other successful tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 22:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178336#M13708</guid>
      <dc:creator>RichardThurau</dc:creator>
      <dc:date>2011-09-13T22:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: FindIdentical_management Error in executing tool</title>
      <link>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178337#M13709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think your &lt;/SPAN&gt;&lt;STRONG&gt;out_table&lt;/STRONG&gt;&lt;SPAN&gt; either needs an extension: i.e. dbf; or needs to be in a Geodatabse or similar. In the example (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000054000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;) they specify the workspace as a GDB, then drop the output table directly into that...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesn't work, try (no guarantee - my memory is pretty sketchy at times) setting &lt;/SPAN&gt;&lt;STRONG&gt;dup_fields&lt;/STRONG&gt;&lt;SPAN&gt; to just &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Shape"&lt;/SPAN&gt;&lt;SPAN&gt; - as opposed to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;["Shape"]&lt;/SPAN&gt;&lt;SPAN&gt; - I think I had an experience with a tool once where a list with a single item in it caused the tool to fail, but when I just put it directly (as above) in it worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 05:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178337#M13709</guid>
      <dc:creator>StacyRendall1</dc:creator>
      <dc:date>2011-09-14T05:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: FindIdentical_management Error in executing tool</title>
      <link>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178338#M13710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well Heck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stacy you didn't directly solve the issue but your suggestion (dropping the brackets on shape) caused a different error code that revealed the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had switched up the order on the fields and output table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You still score some points in my book!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 14:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/findidentical-management-error-in-executing-tool/m-p/178338#M13710</guid>
      <dc:creator>RichardThurau</dc:creator>
      <dc:date>2011-09-14T14:16:01Z</dc:date>
    </item>
  </channel>
</rss>

