laptop and a wrench

Error

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

ArcGIS Pro
Número de ID del error BUG-000165931
EnviadoMarch 13, 2024
Última modificaciónNovember 22, 2024
Relacionado conArcGIS Pro
Versión encontrada2.9.10
Sistema operativoWindows OS
Versión de sistema operativoN/A
Versión corregida3.4
EstadoFixed

Información adicional

This issue is addressed in ArcGIS Pro 3.4.

Solución alternativa

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.

Pasos para reproducir

ID del error: BUG-000165931

Software:

  • ArcGIS Pro

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