0

I have an enterprise geodatabase and I would like to delete features using the tool from a feature class that resides in one of the feature datasets and participates in a topology. I tried using the tool, but it just churns and churns, ArcCatalog locks up and stops responding. Is this possible to delete all the features, not the feature class if it participates in a topology? It is part of a replication. We get data from somewhere else and we just load in the new data to keep our schema. The schema is the same for the new data. I tried doing it from a version and also in ArcMap with locks and not responding.

1 Answer 1

2

The issue here is that for features that participate in a Geodatabase Topology or Geometric Network all changes must be enclosed in an edit operation... direct quote:

Situations requiring edit sessions The following includes some dataset types that can only be edited within an edit session: Feature classes participating in a topology Feature classes participating in a geometric network Versioned datasets in ArcSDE geodatabases Some object and feature classes with class extensions

If you're doing this in python you will need to use StartEditing and StopEditing (see arcpy.da.Editor for more) or use DeleteFeatures in ArcMap whilst editing.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.