<?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: Datastore. Missing table sde_logfiles in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1683595#M17204</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;Is there any answers to this issue before I open a ticket?&lt;BR /&gt;&lt;BR /&gt;I too am getting the issue on PROD for an 11.3 AWS multi-machine HA setup.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;XXXXXreader@xyzxy:[2836]:STATEMENT:  SELECT logfile_data_id FROM XXXXXreader.SDE_logfiles LIMIT 0&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "pg_temp_16.sde_logfiles" does not exist at character 29&lt;/PRE&gt;&lt;PRE&gt;HINT:  No function matches the given name and argument types. You might need to add explicit type casts.&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "pg_dist_node" does not exist at character 22&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "sde.sde_spatial_references" does not exist at character 15&lt;/PRE&gt;&lt;PRE&gt;STATEMENT:  SELECT * FROM sde.sde_spatial_references LIMIT 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/657155"&gt;@ShaunGibbins&lt;/a&gt; - Did you figure anything out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 02:57:05 GMT</pubDate>
    <dc:creator>RiceAdam</dc:creator>
    <dc:date>2026-02-11T02:57:05Z</dc:date>
    <item>
      <title>Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1613615#M16530</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;We are having some problems with datastore in our 11.3 Enterprise environment. In the postgres-logfile it constantly complains about not finding the table sde_logfiles. I can confirm that the table does not exist in the schema where it is supposed to be. The&amp;nbsp;schema is the managed username for the relational data store.&lt;/P&gt;&lt;P&gt;"ERROR: relation "hsu_xxxxx.sde_logfiles" does not exist at character 29"&lt;BR /&gt;"STATEMENT: SELECT logfile_data_id FROM hsu_xxxxx.SDE_logfiles LIMIT 0"&lt;/P&gt;&lt;P&gt;Every 3-5 second this gets logged.&lt;/P&gt;&lt;P&gt;When comparing with our test-environment the table does exist in that schema and there is no error-messages in the log-file.&lt;/P&gt;&lt;P&gt;Anyone has an idea? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 07:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1613615#M16530</guid>
      <dc:creator>PatricWiström</dc:creator>
      <dc:date>2025-05-14T07:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1623888#M16595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Same error here (PostgreSQL 15, ArcGis&amp;nbsp;11.3 Enterprise)&lt;/P&gt;&lt;P&gt;ERROR: relation "xyz.sde_logfiles" does not exist at character 29&lt;BR /&gt;STATEMENT: SELECT logfile_data_id FROM xyz.SDE_logfiles LIMIT 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas ?&lt;/P&gt;&lt;P&gt;Hace a good day.&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 15:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1623888#M16595</guid>
      <dc:creator>DenisPithon</dc:creator>
      <dc:date>2025-06-16T15:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1623903#M16596</link>
      <description>&lt;P&gt;Those tables are probably system tables created by the datastore, especially if someone creates a selection with a hosted layer.&lt;BR /&gt;&lt;BR /&gt;See this doc for more information on log files in PostgreSQL (go to the very bottom of the page):&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/geodatabase-system-tables-postgresql.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/geodatabase-system-tables-postgresql.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think behind the scenes, the datastore is an enterprise geodatabase managed by your Enterprise deployment.&lt;BR /&gt;&lt;BR /&gt;I think that some of those messages are more red-herring and not an issue.&lt;BR /&gt;&lt;BR /&gt;You can reach out to support and see if there is something else they may know about.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1623903#M16596</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-06-16T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1683595#M17204</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;Is there any answers to this issue before I open a ticket?&lt;BR /&gt;&lt;BR /&gt;I too am getting the issue on PROD for an 11.3 AWS multi-machine HA setup.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;XXXXXreader@xyzxy:[2836]:STATEMENT:  SELECT logfile_data_id FROM XXXXXreader.SDE_logfiles LIMIT 0&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "pg_temp_16.sde_logfiles" does not exist at character 29&lt;/PRE&gt;&lt;PRE&gt;HINT:  No function matches the given name and argument types. You might need to add explicit type casts.&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "pg_dist_node" does not exist at character 22&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;:  relation "sde.sde_spatial_references" does not exist at character 15&lt;/PRE&gt;&lt;PRE&gt;STATEMENT:  SELECT * FROM sde.sde_spatial_references LIMIT 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/657155"&gt;@ShaunGibbins&lt;/a&gt; - Did you figure anything out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 02:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1683595#M17204</guid>
      <dc:creator>RiceAdam</dc:creator>
      <dc:date>2026-02-11T02:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1683643#M17205</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469397"&gt;@RiceAdam&lt;/a&gt;&amp;nbsp;I do not have any updates and would recommend working with technical support on this.&lt;BR /&gt;&lt;BR /&gt;It is possible that these are logged but red herrings.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 11:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1683643#M17205</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2026-02-11T11:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1693399#M17268</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469397"&gt;@RiceAdam&lt;/a&gt;&amp;nbsp;Did you find any reason/solution for the logs? Also having them on 11.3 ArcGIS Datastore&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 15:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1693399#M17268</guid>
      <dc:creator>WoutervanderHulst</dc:creator>
      <dc:date>2026-03-30T15:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1698157#M17311</link>
      <description>&lt;P&gt;Nope - bumped the RDS nodes to r8g on AWS to compensate aka "throw more resources at it". Our errors aren't coming from the Datastore either but an attached relational database.&lt;BR /&gt;&lt;BR /&gt;Checking now and it's an ongoing ERROR within the RDS. If I had to hazard a guess, it seems related to the nightly refresh on Services and can also occur during a patch/outage. It may be a red herring like &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;suggests, but it's also a new ERROR in ESRI Enterprise (didn't not occur pre-10.9.1/11.3).&lt;BR /&gt;&lt;BR /&gt;Ref:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RiceAdam_0-1776989568424.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151529i444FDFC63F9C0620/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RiceAdam_0-1776989568424.png" alt="RiceAdam_0-1776989568424.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 00:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1698157#M17311</guid>
      <dc:creator>RiceAdam</dc:creator>
      <dc:date>2026-04-24T00:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Datastore. Missing table sde_logfiles</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1700331#M17331</link>
      <description>&lt;P&gt;Hello all, by any chance does anyone has more information on it now?&lt;/P&gt;&lt;P&gt;We are in ArcGIS Enterprise 11.3 and also in AWS machines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do see some hosted feature layers losing connectivity from time to time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Checking, we see those logs in the ArcGIS Data Store &amp;gt; Database folder &amp;gt; PostgreSQL logs,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"ERROR: relation "hsu_xxxxx.sde_logfiles" does not exist at character 29"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"STATEMENT: SELECT logfile_data_id FROM hsu_xxxxx.SDE_logfiles LIMIT 0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;most of the times together with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOG: could not receive data from client: An established connection was aborted by the software in your host machine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;In our case the timestamp of the previous logs matches with the following logs in ArcGIS Server:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SEVERE Hosted/LayerName/FeatureServer: The connection attempt failed. Rest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WARNING Unable to process request. java.io.IOException: An established connection was aborted by the software in your host machine. Rest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any hint is welcomed,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 12:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/datastore-missing-table-sde-logfiles/m-p/1700331#M17331</guid>
      <dc:creator>RClavero</dc:creator>
      <dc:date>2026-05-06T12:49:03Z</dc:date>
    </item>
  </channel>
</rss>

