laptop and a wrench

Erro

An unexpected null value error is sometimes returned during an attribute rule execution on the registered feature service (Oracle and PostgreSQL) when the first Arcade function is on a FeatureSet obtained from a geometry function such as Intersect.

ArcGIS Pro
Número de ID do Erro BUG-000158635
EnviadoMay 26, 2023
Última ModificaçãoAugust 7, 2025
Aplica-se àArcGIS Pro
Versão encontrada3.1.1
Sistema OperacionalWindows OS
Versão do Sistema OperacionalN/A
Versão Fixa3.3, 3.1.7, 3.2.4, 11.3, 10.8.1 p12, 11.1 p3
StatusFixed

Informações Adicionais

This issue is addressed in ArcGIS Pro 3.3, 3.1.7, and 3.2.4

Solução Provisória

  • Use ArcGIS Pro 3.0.x or older or disable the attribute rule.
  • Use the following script:

var parcels = FeatureSetByName($datastore, "databasename.user.featureclassname")

//var filteredParcels = Filter(parcels, "retiredbyrecord IS NULL"); var intersectLayer = Intersects(parcels, $feature);

var parcelCount = Count(intersectLayer) var feat; //replace first by getting the first feature. for (feat in

intersectLayer) console(feat.objectid) if (parcelCount == 1) { return feat.parcelid; } else { if (parcelCount == 0) {

return 'Not on Parcel'; } else { return 'Multiple Parcels'; }; };.

Etapas para Reproduzir

ID do Erro: BUG-000158635

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