不具合
不具合 ID 番号 | BUG-000154144 |
---|---|
送信されました | December 2, 2022 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS GIS Server |
見つかったバージョン | 11.0 |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
修正されたバージョン | 3.1/3.0.2/2.9.5/11.1/10.9.1p2/10.8.1p8 |
ステータス | Fixed |
To workaround this bug do the following:
1) Create a new validation attribute rule and name it `workaroundrule` with the following Arcade script at the end for each of your classes that have validation rules:
``` var g = $feature.globalid var x = FeatureSetByName($datastore,"GDB_ValidationPolygonErrors") var f = Filter(x, "FEATUREGLOBALID = @g AND RULENAME < > 'workaroundrule'") if (count(f) == 0) return true; return false; ```
2) Change the name of the of the error class GDB_ValidationPolygonErrors based on the class geometry type. For example if the class is polygon use GDB_ValidationPolygonErrors if it is a point use GDB_ValidationPointErrors if it is a line use GDB_ValidationLineErrors and it is a table use GDB_ValidationObjectErrors.
不具合 ID: BUG-000154144
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード