laptop and a wrench

Erro

The attribute rule for the annotation feature classes fails to operate with the intersect function.

ArcGIS Pro
Número de ID do Erro BUG-000165931
EnviadoMarch 13, 2024
Última ModificaçãoNovember 22, 2024
Aplica-se àArcGIS Pro
Versão encontrada2.9.10
Sistema OperacionalWindows OS
Versão do Sistema OperacionalN/A
Versão Fixa3.4
StatusFixed

Informações Adicionais

This issue is addressed in ArcGIS Pro 3.4.

Solução Provisória

When failure started to happen, it will be investigated, but this workaround is the preferred approach to avoid doing double intersect queries. The main hydrant feature is inserted, and the field will be populated via querying the intersecting polygon. The annotation will then get the trigger attribute rule and all we need to do is simply read the source feature value which is a related record using featuresetbyrelationshipname. So, in the Hydrant_annoclass, replace the rule with these 3 lines of code, keep it on insert and update, and this should solve the problem and it will perform better. var f = first (featureSetbyRelationShipName($feature, "Anno_5_10")) if (f == null) return; return f.VERSORGT_DURCH.

Etapas para Reproduzir

ID do Erro: BUG-000165931

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