I'm trying to add a feature class to a topology and I'm getting an error message saying that I can't add a feature class that's versioned to a topology. The feature class isn't versioned. I tried registering the dataset everything is in as versioned in an attempt to unversion it. It says that something in the dataset is moving edits to base. I'm not sure where to begin troubleshooting this. Can anyone help?
Can't tell you what's going on except that feature datasets and sde have never really gotten aong very well. May I suggest a work around? Create a new empty feature class of the same geometry and schema as the one that's giving you the heartburn. Using the simple data loader, load the heart burn features into the new feature class.
Now for sure there is no versioning issues with the new feature class, right? See if that goes into your feature dataset...
Can't tell you what's going on except that feature datasets and sde have never really gotten aong very well. May I suggest a work around? Create a new empty feature class of the same geometry and schema as the one that's giving you the heartburn. Using the simple data loader, load the heart burn features into the new feature class.
Now for sure there is no versioning issues with the new feature class, right? See if that goes into your feature dataset...
That's exactly what I did this morning. I was hoping there was a more efficient fix or that I was simply missing something. Your workaround was the fix.
That's exactly what I did this morning. I was hoping there was a more efficient fix or that I was simply missing something. Your workaround was the fix.
Scott
Sometimes ineffeciency is effcient! I mean you can spend a lot of time trying figure something out or just go get the hammer and beat it into submission, right?!