<?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: XY Table to Point ERROR - Failed to execute (GetCount) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-error-failed-to-execute-getcount/m-p/1693543#M102592</link>
    <description>&lt;P&gt;Follow the instructions in the error&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/160001-170000/tool-errors-and-warnings-160076-160100-160077.htm" target="_blank"&gt;160077: An underlying database error occurred.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and try saving to a different folder path since&lt;/P&gt;&lt;P&gt;f = "M:\xyzx\Market Planning.gdb\HospitalMaster"&lt;/P&gt;&lt;P&gt;throws a unicode path error because of the \x while&lt;/P&gt;&lt;P&gt;f = "M:\Axyzx\Market Planning.gdb\HospitalMaster"&lt;/P&gt;&lt;P&gt;doesn't&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2026 20:31:21 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2026-03-30T20:31:21Z</dc:date>
    <item>
      <title>XY Table to Point ERROR - Failed to execute (GetCount)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-error-failed-to-execute-getcount/m-p/1693532#M102590</link>
      <description>&lt;P&gt;ArcGIS Pro 3.6.2 on Windows 10 Pro for Workstations.&lt;/P&gt;&lt;P&gt;I have used MapInfo Pro for many years but I'm new to ArcGIS, so I may be approaching this wrong...&lt;/P&gt;&lt;P&gt;HospitalMaster is a non-spatial table in MS SQL Server with XY coordinates in the Latitude and Longitude fields.&lt;/P&gt;&lt;P&gt;I want to add/import/convert this SQL table to a Point Feature Class in a File Geodatabase, but&amp;nbsp;&lt;STRONG&gt;I get this error&lt;/STRONG&gt; when I run the "XY Table to Point" tool:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;XY Table To Point
=====================
Tool Path

Input Table     C:\Users\xyzx\AppData\Roaming\Esri\ArcGISPro\Favorites\MarketData.sde\dbo.HospitalMaster
Output Feature Class     M:\xyzx\Market Planning.gdb\HospitalMaster
X Field     Longitude
Y Field     Latitude
Z Field     
Coordinate System     GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision
=====================
Messages

Start Time: Monday, March 30, 2026 3:22:14 PM
Traceback (most recent call last):
  File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 298, in &amp;lt;module&amp;gt;
  File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 111, in xy_table_to_points
    count = 0
    
  File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 32552, in GetCount
    raise e
  File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 32549, in GetCount
    retval = convertArcObjectToPythonObject(gp.GetCount_management(*gp_fixargs((in_rows,), True)))
                                            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 533, in &amp;lt;lambda&amp;gt;
    return lambda *args: val(*gp_fixargs(args, True))
                         ~~~^^^^^^^^^^^^^^^^^^^^^^^^^
arcgisscripting.ExecuteError: ERROR 160077: An underlying database error occurred.
Failed to execute (GetCount).


Failed script XY Table To Point...
Failed to execute (XYTableToPoint).
Failed at Monday, March 30, 2026 3:22:18 PM (Elapsed Time: 3.92 seconds)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 19:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-error-failed-to-execute-getcount/m-p/1693532#M102590</guid>
      <dc:creator>DanielEms</dc:creator>
      <dc:date>2026-03-30T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to Point ERROR - Failed to execute (GetCount)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-error-failed-to-execute-getcount/m-p/1693543#M102592</link>
      <description>&lt;P&gt;Follow the instructions in the error&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/160001-170000/tool-errors-and-warnings-160076-160100-160077.htm" target="_blank"&gt;160077: An underlying database error occurred.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and try saving to a different folder path since&lt;/P&gt;&lt;P&gt;f = "M:\xyzx\Market Planning.gdb\HospitalMaster"&lt;/P&gt;&lt;P&gt;throws a unicode path error because of the \x while&lt;/P&gt;&lt;P&gt;f = "M:\Axyzx\Market Planning.gdb\HospitalMaster"&lt;/P&gt;&lt;P&gt;doesn't&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 20:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-error-failed-to-execute-getcount/m-p/1693543#M102592</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-03-30T20:31:21Z</dc:date>
    </item>
  </channel>
</rss>

