<?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: st_geometry library issues in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509194#M85923</link>
    <description>&lt;P&gt;Looking at this doc:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-linux.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-linux.htm&lt;/A&gt;&amp;nbsp;you only need to place the st_geometry file in that location.&lt;BR /&gt;&lt;BR /&gt;Did you download the file from My Esri or somewhere else?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 12:00:28 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2024-07-24T12:00:28Z</dc:date>
    <item>
      <title>st_geometry library issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509179#M85919</link>
      <description>&lt;P&gt;hello i am trying run script to create db in postgresql on linux (we using arcgispro 3.3 and postgressql 15)&lt;/P&gt;&lt;P&gt;but get error:&lt;/P&gt;&lt;P&gt;Creating geodatabase 'map' ...&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 5, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 7919, in CreateEnterpriseGeodatabase&lt;BR /&gt;raise e&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 7916, in CreateEnterpriseGeodatabase&lt;BR /&gt;retval = convertArcObjectToPythonObject(gp.CreateEnterpriseGeodatabase_management(*gp_fixargs((database_platform, instance_name, database_name, account_authentication, database_admin, database_admin_password, sde_schema, gdb_admin_name, gdb_admin_password, tablespace_name, authorization_file, spatial_type), True)))&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 520, in &amp;lt;lambda&amp;gt;&lt;BR /&gt;return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;arcgisscripting.ExecuteError: [Setup was unable to access the st_geometry library [ERROR: could not access file "st_geometry": No such file or directory::SQLSTATE=58P01]]&lt;BR /&gt;Connected RDBMS instance is not setup for Esri spatial type configuration.&lt;BR /&gt;ERROR 003422: Setup was unable to access the st_geometry library.&lt;BR /&gt;Failed to execute (CreateEnterpriseGeodatabase).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after some research i downloded&amp;nbsp;&lt;SPAN&gt;ArcGIS Pro 3.3 ST_Geometry Libraries (PostgreSQL), copied PGSQLEngine.so and st_geometry.so files to&amp;nbsp;/usr/lib/postgresql/15/lib and now get error:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;arcgisscripting.ExecuteError: Setup st_geometry library ArcGIS version does not match the expected version in use [Success] st_geometry library release expected: 1.30.4.10, found: 1.30.5.10Connected RDBMS instance is not setup for Esri spatial type configuration.&lt;/P&gt;&lt;P&gt;&lt;U&gt;ERROR 003425:&lt;/U&gt; Setup st_geometry library ArcGIS version does not match the expected version in use.Failed to execute (CreateEnterpriseGeodatabase).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;as i understood there's some file version dismatch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which files i should use?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 11:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509179#M85919</guid>
      <dc:creator>tadaskiškėnas</dc:creator>
      <dc:date>2024-07-24T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry library issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509194#M85923</link>
      <description>&lt;P&gt;Looking at this doc:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-linux.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-linux.htm&lt;/A&gt;&amp;nbsp;you only need to place the st_geometry file in that location.&lt;BR /&gt;&lt;BR /&gt;Did you download the file from My Esri or somewhere else?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509194#M85923</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2024-07-24T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry library issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509200#M85924</link>
      <description>&lt;P&gt;i tryin run script from arcgispro 3.3 software&lt;/P&gt;&lt;P&gt;yes, i downloaded&amp;nbsp;&lt;SPAN&gt;st_geometry library (linux) from MyESRI arcgisPRO 3.3 downloads section.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;yes i copied st_geometry.so and PGSQLEngine.so to my postgresql server in&amp;nbsp;/usr/lib/postgresql/15/lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nad i got error:L&amp;nbsp;&lt;U&gt;ERROR 003425:&lt;/U&gt;&amp;nbsp;Setup st_geometry library ArcGIS version does not match the expected version in use.Failed to execute (CreateEnterpriseGeodatabase).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so which version of st_geometry i should download?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509200#M85924</guid>
      <dc:creator>tadaskiškėnas</dc:creator>
      <dc:date>2024-07-24T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry library issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509221#M85927</link>
      <description>&lt;P&gt;That should be the correct version. You may want to contact Esri Technical support to work with them on this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:49:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509221#M85927</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2024-07-24T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry library issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509255#M85932</link>
      <description>&lt;P&gt;that was my fault - i use 3.3 files with 3.2 software.&lt;/P&gt;&lt;P&gt;thanks a lot for help.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/st-geometry-library-issues/m-p/1509255#M85932</guid>
      <dc:creator>tadaskiškėnas</dc:creator>
      <dc:date>2024-07-24T13:55:48Z</dc:date>
    </item>
  </channel>
</rss>

