laptop and a wrench

Bogue

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

Dernière publication: September 8, 2020 ArcSDE/Enterprise Geodatabase
Numéro d’ID de bogue BUG-000132349
EnvoiJuly 17, 2020
Dernière modificationJanuary 12, 2026
S’applique àArcSDE/Enterprise Geodatabase
Version trouvée10.7.1
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutDuplicate

Informations supplémentaires

Duplicate of BUG-000172096.

Solution de contournement

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

Étapes pour reproduire

ID de bogue: BUG-000132349

Logiciel:

  • ArcSDE/Enterprise Geodatabase

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement