laptop and a wrench

Erro

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

Última Publicação: September 8, 2020 ArcSDE/Enterprise Geodatabase
Número de ID do Erro BUG-000132349
EnviadoJuly 17, 2020
Última ModificaçãoJanuary 12, 2026
Aplica-se àArcSDE/Enterprise Geodatabase
Versão encontrada10.7.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusDuplicate

Informações Adicionais

Duplicate of BUG-000172096.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000132349

Software:

  • ArcSDE/Enterprise Geodatabase

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download