Select to view content in your preferred language

Problem Adding Feature Class to Topology

1365
3
Jump to solution
10-02-2012 04:02 AM
ScottRobinson
Occasional Contributor
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?
0 Kudos
1 Solution

Accepted Solutions
JoeBorgione
MVP Emeritus
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 should just about do it....

View solution in original post

0 Kudos
3 Replies
JoeBorgione
MVP Emeritus
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 should just about do it....
0 Kudos
ScottRobinson
Occasional Contributor
Hey Joe:

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
0 Kudos
JoeBorgione
MVP Emeritus
Hey Joe:

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?!
That should just about do it....
0 Kudos