laptop and a wrench

Erro

A filtered UpdateCursor call on a branched versioned dataset published as a feature service fails in ArcGIS Pro 3.2 when the validation attribute rules referencing the st_perimeter(shape) or st_area(shape) fields are published with the service being queried.

ArcGIS Pro
Número de ID do Erro BUG-000164865
EnviadoFebruary 5, 2024
Última ModificaçãoFebruary 22, 2024
Aplica-se àArcGIS Pro
Versão encontrada3.2.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusIn Review

Solução Provisória

1. Return all fields in the UpdateCursor command and just update the ones that are required.

with arcpy.da.UpdateCursor('Property', ["*"]) as cursor:

  for row in cursor:

      print(row)

      break

2. Use ArcGIS Pro 2.9 instead of a version 3.x release.

Etapas para Reproduzir

ID do Erro: BUG-000164865

Software:

  • ArcGIS Pro

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