laptop and a wrench

不具合

A calculation attribute rule designed to control the ID number of nearby records returns the error message "Arcade error: Unexpected null" in an enterprise geodatabase but works as expected in a file geodatabase.

ArcGIS Pro
不具合 ID 番号 BUG-000161421
送信されましたSeptember 14, 2023
最終更新日October 1, 2024
適用対象ArcGIS Pro
見つかったバージョン3.1.3
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスIn Review

対処法

Change a featureset into an array around line 44 as shown below.

var result = []

if(count(obs_int_eo) > 0){

for(var eo in obs_int_eo){

push(result, eo.EO_ID_SC)

return first(result)

}

}

再現の手順

不具合 ID: BUG-000161421

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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