laptop and a wrench

不具合

Users are able to add duplicate topology rules in a parcel fabric, and those rules same as read-only rules fail to be deleted with the error message, "Error 160858: Cannot update a read-only parcel fabric rule" returned.

ArcGIS Pro
不具合 ID 番号 BUG-000156004
送信されましたFebruary 21, 2023
最終更新日June 5, 2024
適用対象ArcGIS Pro
見つかったバージョン3.1 Beta
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン3.2
ステータスFixed

参考情報

In ArcGIS Pro 3.2, any topology rule created by a parcel fabric is able to be removed.

対処法

For enterprise geodatabase, duplicate rules can be removed from the definition of the Topology class in the GDB_ITEMS table.

SELECT Definition FROM sde.GDB_ITEMS

WHERE name = @PF_topology

================

UPDATE sde.GDB_ITEMS SET Definition = '<entire XML file with extra rules removed>'

WHERE name = @PF_topology

再現の手順

不具合 ID: BUG-000156004

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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