I’ve been trying to track this one down for a while and I’m stumped. Any suggestions would be *greatly* appreciated.
The error I’m getting is this when attempting to move or delete a vertex on a line feature in the PipelineLine feature class :

We’ve all seen this, or some variation over the years. We try to add a feature whose geometry is outside the defined feature class extent and Arc barks at us.
This one *seems* to be different. Here are my steps.
- I load data into an asset package FGDB based on the UPDM model. Points, lines and annotation.
- I can modify line geometries in the asset package to my heart’s content. No errors.
- I then a) Stage Utility Network in a new file geodatabase, b) Apply Asset Package to this new UN database from my asset package, and c) append feature classes from the asset package to the UN database.
- I’m to a point where there a very few dirty areas, but when editing in the UN geodatabase I consistently get the “Modify vertices failed” error on any line feature.
I’ve verified that the spatial references in the asset package and UN db are identical. I’ve also taken these steps:
- Re-built the spatial index on the PipelineLine feature class.
- Re-calculated the spatial extent of the PipelineLine class.
Note that I can delete a line and create a new line at the same location without error. I can also create, move and delete point features without error.
Again, any thoughts on this would be much appreciated.
Ed