laptop and a wrench

Error

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

Última publicación: September 8, 2020 ArcSDE/Enterprise Geodatabase
Número de ID del error BUG-000132349
EnviadoJuly 17, 2020
Última modificaciónJanuary 12, 2026
Relacionado conArcSDE/Enterprise Geodatabase
Versión encontrada10.7.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoDuplicate

Información adicional

Duplicate of BUG-000172096.

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000132349

Software:

  • ArcSDE/Enterprise Geodatabase

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga