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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動