laptop and a wrench

漏洞

Connections terminated from the backend results in orphaned connections in ArcMap, ArcCatalog, ArcGIS Pro and the sde_process_information table in PostgreSQL.

上次发布: September 8, 2020 ArcSDE/Enterprise Geodatabase
漏洞 ID 编号 BUG-000132349
已提交July 17, 2020
上次修改时间January 12, 2026
适用范围ArcSDE/Enterprise Geodatabase
找到的版本10.7.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Duplicate

附加信息

Duplicate of BUG-000172096.

解决办法

The pg_terminate_backend command should kill the connections automatically. However, to manually remove the connections and the locks from sde, use the following:

  1. Query the sde_process_information table: select * from sde_process_information.
  2. Note the orphaned connection “sde_id” value.
  3. Run the following queries:
  • Remove the connection from SDE: delete from sde_process_information where sde_id = ‘<sde_id>’
  • Remove any orphaned state locks: delete from SDE_state_locks where sde_id = ‘<sde_id>';
  • Remove any orphaned table locks: delete from SDE_table_locks where sde_id = '<sde_id>';
  • Remove any orphaned object locks: delete from SDE_object_locks where sde_id = '<sde_id>';
  • Remove any orphaned layer locks: delete from SDE_layer_locks where sde_id = ‘<sde_id>’;

重现步骤

漏洞 ID: BUG-000132349

软件:

  • ArcSDE/Enterprise Geodatabase

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项