laptop and a wrench

Bug

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

Zuletzt veröffentlicht: September 8, 2020 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer BUG-000132349
EingereichtJuly 17, 2020
Zuletzt geändertJanuary 12, 2026
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version10.7.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusDuplicate

Zusätzliche Informationen

Duplicate of BUG-000172096.

Workaround

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>’;

Schritte zur Reproduzierung

Bug-ID: BUG-000132349

Software:

  • ArcSDE/Enterprise Geodatabase

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln