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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動