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 Number BUG-000156004
SubmittedFebruary 21, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found3.1 Beta
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed3.2
StatusFixed

Additional Information

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

Steps to Reproduce

Bug ID: BUG-000156004

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options