<?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 000072: Cannot process feature with OID 1273001 Failed to execute (FeatureToPoint). in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629665#M97015</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00051-00075-000072.htm" target="_blank"&gt;000072: Cannot process feature with OID &amp;lt;value&amp;gt;.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you just want to check&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/validating-data/invalid-geometry.htm" target="_blank"&gt;Check Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but as the first help topic suggests, then&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/repair-geometry.htm" target="_blank"&gt;Repair Geometry (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2025 22:49:36 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-07-02T22:49:36Z</dc:date>
    <item>
      <title>ERROR 000072: Cannot process feature with OID 1273001 Failed to execute (FeatureToPoint).</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629612#M97008</link>
      <description>&lt;P&gt;Hi all, I am running Feature to Point for a feature class that is a regular grid (200m *200m), and keep running into this error. I have used this arcpy code for very similar feature classes, and never had this problem before. I have tried restarting my computer, making sure all files are stored locally, and using RepairGeometry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas for other things to try? Does anyone know if this tool was updated recently?&lt;/P&gt;&lt;P&gt;Full Error:&lt;/P&gt;&lt;P&gt;arcpy.management.FeatureToPoint(fc, point_fc, point_location="INSIDE")&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 6865, in FeatureToPoint&lt;BR /&gt;raise e&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 6861, in FeatureToPoint&lt;BR /&gt;gp.FeatureToPoint_management(*gp_fixargs((in_features, out_feature_class, point_location), True))&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 533, in &amp;lt;lambda&amp;gt;&lt;BR /&gt;return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;arcgisscripting.ExecuteError: ERROR 000072: Cannot process feature with OID 1273001&lt;BR /&gt;Failed to execute (FeatureToPoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;print("Converting to point feature class...")
t0 = time.time()
arcpy.management.RepairGeometry(fc, delete_null=True)
arcpy.management.FeatureToPoint(fc, point_fc, point_location="INSIDE")
print(f"Done in {round((time.time() - t0) / 60, 2)} minutes")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 20:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629612#M97008</guid>
      <dc:creator>MegRFay</dc:creator>
      <dc:date>2025-07-02T20:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000072: Cannot process feature with OID 1273001 Failed to execute (FeatureToPoint).</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629665#M97015</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00051-00075-000072.htm" target="_blank"&gt;000072: Cannot process feature with OID &amp;lt;value&amp;gt;.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you just want to check&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/validating-data/invalid-geometry.htm" target="_blank"&gt;Check Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but as the first help topic suggests, then&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/repair-geometry.htm" target="_blank"&gt;Repair Geometry (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 22:49:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629665#M97015</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-07-02T22:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000072: Cannot process feature with OID 1273001 Failed to execute (FeatureToPoint).</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629681#M97017</link>
      <description>&lt;P&gt;Thanks, Dan.&amp;nbsp; I checked and repaired the geometry and ran into the same issue. Ended up just doing PolygontoRaster for my analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 23:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000072-cannot-process-feature-with-oid/m-p/1629681#M97017</guid>
      <dc:creator>MegRFay</dc:creator>
      <dc:date>2025-07-02T23:14:52Z</dc:date>
    </item>
  </channel>
</rss>

