laptop and a wrench

漏洞

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
漏洞 ID 编号 BUG-000158635
已提交May 26, 2023
上次修改时间August 7, 2025
适用范围ArcGIS Pro
找到的版本3.1.1
操作系统Windows OS
操作系统版本N/A
修正版本3.3, 3.1.7, 3.2.4, 11.3, 10.8.1 p12, 11.1 p3
状态Fixed

附加信息

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

解决办法

  • 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'; }; };.

重现步骤

漏洞 ID: BUG-000158635

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项