Bug
| Bug ID Number | BUG-000172960 |
|---|---|
| Submitted | December 11, 2024 |
| Last Modified | January 21, 2026 |
| Applies to | ArcGIS Pro |
| Version found | 3.3.2 |
| Operating System | N/A |
| Operating System Version | N/A |
| Status | As Designed |
This is caused by an intentional utility network behavior, when a point feature is snapped to a line feature at the edge, ArcGIS Pro inserts a new vertex to the line feature causing a geometry update. The attribute rule in question is set on the point feature which then deletes the intersecting line. The geometry update is then tries to be applied on a deleted line, could not find it and results in an object is missing error, rolling back the transaction.
To workaround this, users can create the point feature on an existing vertex, (or create the vertex first and then perform the insert of the point). This way ArcGIS Pro will not issue the geometry update on the line and the delete will be successful.
Alternatively, the attribute rule can be modified so that the delete operation is applied only when a vertex exists. A similar attribute rule has been authored to perform a split, and its logic can be reused. Refer this link: https://github.com/hussein-nasser/arcade-scripts/blob/master/RealARSplit.zip for more information.
Bug ID: BUG-000172960
Software:
Get help from ArcGIS experts
Download the Esri Support App