laptop and a wrench

Bug

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
Bug-ID-Nummer BUG-000156004
EingereichtFebruary 21, 2023
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Pro
Gefunden in Version3.1 Beta
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
Behoben in Version3.2
StatusFixed

Zusätzliche Informationen

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

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000156004

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln