<?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: Find &amp;amp; repair problem ST_GEOMETRY rows — &amp;quot;Shape integrity error&amp;quot; in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306573#M8503</link>
    <description>&lt;P&gt;Any thoughts on how to share a ST_GEOMETRY Oracle table with support? If I understand correctly, the SHAPE column is stored as a BLOB (or something similar). So I don't think I could generate SQL insert statements, etc.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 16:30:56 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-07-07T16:30:56Z</dc:date>
    <item>
      <title>Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306524#M8499</link>
      <description>&lt;P&gt;&lt;EM&gt;Oracle 18c; 10.7.1 EGDB; SDE.ST_GEOMETRY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have a point feature class and a separate feature dataset that can't be copy/pasted into a file geodatabase via Catalog in ArcMap 10.7.1 or Pro 2.6.8:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1688738282710.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75003i7D42E6C8BBA6F74F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1688738282710.png" alt="Bud_0-1688738282710.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Failed to paste INFRASTR.GCSM. Shape integrity error.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My workaround so far has been to&amp;nbsp;copy the data from SDE to a &lt;U&gt;personal GDB first&lt;/U&gt;&amp;nbsp;(via ArcMap), then copy from the personal GDB to the FGDB. The personal GDB seems to fix the data. Not sure why/how, though.&lt;/P&gt;&lt;P&gt;Rather than use that dodgy workaround, I want to find and fix the problem geometries.&lt;/P&gt;&lt;P&gt;Unfortunately, the &lt;A href="https://pro.arcgis.com/en/pro-app/3.0/tool-reference/data-management/check-geometry.htm" target="_self"&gt;Check Geometry&lt;/A&gt; and &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/repair-geometry.htm" target="_self"&gt;Repair Geometry&lt;/A&gt; geoprocessing tools don't support SDE.ST_GEOMETRY. Idea:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/repair-geometry-gp-tool-support-sde-st-geometry/idi-p/1157202" target="_blank" rel="noopener"&gt;Repair Geometry GP tool: Support SDE.St_Geometry&lt;/A&gt;. And there aren't any ST_GEOMETRY SQL functions that can check or repair geometries either (unlike SDO_GEOMETRY).&lt;/P&gt;&lt;P&gt;How can I find and repair the problem SDE.ST_GEOMETRY rows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306524#M8499</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-07-07T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306544#M8500</link>
      <description>&lt;P&gt;I'm not overly familiar with ST_GEOMETRY in Oracle, but as the data is points, things to check might be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Does ST_IsSimple() return true for all records?&lt;/LI&gt;&lt;LI&gt;Are there any null geometries? - I recall there are potentially different ways of creating a null geometry (e.g. the geometry column was specified as Null or a geometry with null coordinates was added). You can potentially use ST_IsEmpty() or just where &amp;lt;geometry column name&amp;gt; is null.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Another alternative, if you have access to it, is to use Data Interop or FME to read the records from Oracle and then check the geometries with a GeometryValidator.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:05:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306544#M8500</guid>
      <dc:creator>JohnFannon</dc:creator>
      <dc:date>2023-07-07T15:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306565#M8501</link>
      <description>&lt;P&gt;Part of the issue could be using ancient software -- Pro 2.6 was released three years ago, and 10.7.1 six months before that.&amp;nbsp; The fact that a *point* feature class has topology errors is quite bizarre.&lt;/P&gt;&lt;P&gt;Personally, I refuse to use copy/paste for data transfer -- too many ways for things to go wrong, and no way to determine what is being done.&lt;/P&gt;&lt;P&gt;SDO_GEOMETRY has to have repair utilities because there is no way to get to the data in otherwise. ST_GEOMETRY is not supposed to accept invalid geometry, so there isn't any way to repair it once in place. The fact that it's corrupt is a bug in the Paste procedure (possibly introduced at Copy).&lt;/P&gt;&lt;P&gt;You really ought to bring this dataset to the attention of Tech Support, though it wouldn't hurt to make sure the issue wasn't addressed by 2.7, 2.8, 2.9, 3.0, 3.1, or 10.8, 10.8.1 or 10.8.2 first.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306565#M8501</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2023-07-07T17:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306569#M8502</link>
      <description>&lt;P&gt;You can try this to find the geometries that fail to load.&lt;/P&gt;&lt;P&gt;1. Open ArcCatalog&lt;/P&gt;&lt;P&gt;2. connect to the SDE geodatabase&lt;/P&gt;&lt;P&gt;3. right click the featureclass &amp;gt; Export &amp;gt; XML Workspace Document &amp;gt; Schema Only&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;create a FGDB&lt;/P&gt;&lt;P&gt;5. right click the FGDB &amp;gt; Import &amp;gt; XML Workspace Document&lt;/P&gt;&lt;P&gt;6. import the xml schema only file for the featureclass&lt;/P&gt;&lt;P&gt;7. select the FGDB featureclass &amp;gt; right click &amp;gt; Load &amp;gt; load data...&amp;nbsp; &amp;nbsp; &amp;nbsp;( this is the Simple Data Loader Tool )&lt;/P&gt;&lt;P&gt;Input data will be your SDE featureclass&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the Simple Data Loader might show you the records that fail to load.&lt;BR /&gt;&lt;BR /&gt;In Pro you can use the same steps, but there is no "Simple Data Load Tool" and you can use the GP Tool "Append Data".&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Other Options to Validate your Featureclass Geometries.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1. Geodatabase TOPOLOGY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create topology rules such as points must not overlap to check your data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/topologies/an-overview-of-topology-in-arcgis.htm" target="_blank" rel="noopener"&gt;An overview of topology in ArcGIS—ArcMap | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/topologies/topology-in-arcgis.htm" target="_blank" rel="noopener"&gt;Topology in ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. ArcGIS Data Reviewer Extension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you have the "ArcGIS Data Reviewer Extension" ArcMap or Pro then use the Reviewer Check Geometry Tool.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/validating-data/an-overview-of-data-reviewer-checks-in-arcgis-pro.htm" target="_blank" rel="noopener"&gt;ArcGIS Data Reviewer checks—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp; - "Check Geometry"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/checks-in-data-reviewer.htm" target="_blank" rel="noopener"&gt;Checks in Data Reviewer—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&amp;nbsp;- "Invalid Geometry Check"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;3. ArcGIS Data Interoperability Extension or FME Workbench&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;you can use Model Builder in ArcMap or Pro with the ArcGIS Data Interoperability Extension functions to check the geometry, the same can be done with FME Workbench.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-interoperability/what-is-the-data-interoperability-extension-.htm" target="_blank" rel="noopener"&gt;What is the Data Interoperability extension?—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/data-interoperability/what-is-the-data-interoperability-extension.htm" target="_blank" rel="noopener"&gt;ArcGIS Data Interoperability extension for Desktop—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;4. ST_GEOMETRY FUNCTIONS&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;ST_GEOMETRY ST_ISSIMPLE function&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-issimple.htm" target="_blank" rel="noopener"&gt;ST_IsSimple—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ST_GEOMETRY ST_ISEMPTY function&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-isempty.htm" target="_blank" rel="noopener"&gt;ST_IsEmpty—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For ArcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/databases-and-st-geometry.htm" target="_blank" rel="noopener"&gt;Databases and ST_Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/pdf/stgeometry_reference.pdf" target="_blank" rel="noopener"&gt;stgeometry_reference.pdf (arcgis.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You must configure the oracle extproc.ora to access the ST_GEOMETRY library to be able to use ST_GEOMETRY functions in SQL statements.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-oracle/configure-oracle-extproc.htm" target="_blank" rel="noopener"&gt;Configure the extproc to access ST_Geometry in Oracle—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/configure-oracle-extproc.htm" target="_blank" rel="noopener"&gt;Configure extproc to access ST_Geometry in Oracle—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306569#M8502</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-07-07T16:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306573#M8503</link>
      <description>&lt;P&gt;Any thoughts on how to share a ST_GEOMETRY Oracle table with support? If I understand correctly, the SHAPE column is stored as a BLOB (or something similar). So I don't think I could generate SQL insert statements, etc.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306573#M8503</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-07-07T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306581#M8504</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/351335"&gt;@Bud&lt;/a&gt;&amp;nbsp;You need to provide an Oracle Data Pump Export to Esri Technical Support.&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-move-the-oracle-enterprise-geodatabase-with/ba-p/1212116" target="_blank" rel="noopener"&gt;How to Move the Oracle Enterprise Geodatabase with the Oracle Data Pump Utility&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1306581#M8504</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-07-07T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1410555#M8992</link>
      <description>&lt;P&gt;For my notes: This issue also applies to ArcGIS Pro 2.9.12.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1410555#M8992</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-04-17T15:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1411001#M8995</link>
      <description>&lt;P&gt;I think the problem is an annotation feature class. The annotation FC gets automatically copied with the main point FC due to a relationship class.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The reason I think the problem is the annotation FC:&lt;/P&gt;&lt;P&gt;I can add the annotation FC to a map without errors. And the annotations show up in the map if I zoom in. However, when I open the attribute table and navigate to the last row, I get an error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1713368039479.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101237i8C9685BC472A1B78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1713368039479.png" alt="Bud_0-1713368039479.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;Failed to load data. Error: Shape integrity error&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;I haven't determined the cause of that error yet.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1411001#M8995</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-04-17T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find &amp; repair problem ST_GEOMETRY rows — "Shape integrity error"</title>
      <link>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1416212#M9015</link>
      <description>&lt;P&gt;In an SQL query, I wrote a custom function that uses&amp;nbsp;ST_INTERSECTS() to check if each feature can be used in a spatial SQL operation. If there is an error, then the function returns "error" to the query's resultset.&amp;nbsp;&lt;SPAN&gt;That let me flag the problem row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Stack Overflow:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/78393781/find-row-with-problem-shape-sde-st-geometry-spatial-type" target="_self" rel="nofollow noopener noreferrer"&gt;Find row with problem shape (SDE.ST_GEOMETRY spatial type)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;with&lt;/SPAN&gt; &lt;SPAN class=""&gt;function&lt;/SPAN&gt; check_shape(anno_shape sde.st_geometry, boundary_shape sde.st_geometry) &lt;SPAN class=""&gt;return&lt;/SPAN&gt; varchar2 
&lt;SPAN class=""&gt;is&lt;/SPAN&gt;
    v_test_result varchar2(&lt;SPAN class=""&gt;10&lt;/SPAN&gt;);
&lt;SPAN class=""&gt;begin&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;select&lt;/SPAN&gt;
        sde.st_intersects (boundary_shape, anno_shape)
    &lt;SPAN class=""&gt;into&lt;/SPAN&gt;     
        v_test_result
    &lt;SPAN class=""&gt;from&lt;/SPAN&gt;
        dual;
    &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;'no error'&lt;/SPAN&gt;;
exception
    &lt;SPAN class=""&gt;when&lt;/SPAN&gt; others &lt;SPAN class=""&gt;then&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;'error'&lt;/SPAN&gt;;
&lt;SPAN class=""&gt;end&lt;/SPAN&gt;;

&lt;SPAN class=""&gt;select&lt;/SPAN&gt; 
    anno.objectid, 
    anno.shape &lt;SPAN class=""&gt;as&lt;/SPAN&gt; anno_shape,
    check_shape(anno.shape, boundary.shape) &lt;SPAN class=""&gt;as&lt;/SPAN&gt; check_shape
&lt;SPAN class=""&gt;from&lt;/SPAN&gt; 
    city.boundary boundary
&lt;SPAN class=""&gt;cross&lt;/SPAN&gt; &lt;SPAN class=""&gt;join&lt;/SPAN&gt;     
    infrastr.gcsm_hc_anno anno
&lt;SPAN class=""&gt;where&lt;/SPAN&gt; 
    check_shape(anno.shape, boundary.shape) &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;'error'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1714196319314.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102377iF6DA5C930DA1AC7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1714196319314.png" alt="Bud_0-1714196319314.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Related:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/questions/480509/st-geometry-sql-function-to-find-problem-annotation-shapes" target="_self" rel="nofollow noopener noreferrer"&gt;ST_GEOMETRY SQL function to find problem annotation shapes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm troubleshooting the problem feature with Esri Support:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Esri Case #03605230 - ...(Catalog copy/paste shape integrity error)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 20:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/find-amp-repair-problem-st-geometry-rows-quot/m-p/1416212#M9015</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-02T20:22:58Z</dc:date>
    </item>
  </channel>
</rss>

