Solved! Go to Solution.
Import Feature from the Right Click menu? That didn't work for me.
I never tried the Toolbox route though, maybe that works?
Edit: Oh, I think you mean when you set the Coord. system of the Feature Dataset in SDE. Good idea. In my case, the Feature Dataset was already existing.
I have an SDE Geodatabase running with SQL Server 2008 R2.
I created my Feature Classes, now I have decided it a good idea to include some Feature Datasets to group like Feature Classes into.
1) I created a Feature Dataset, set it's coordinate system to the same of the Feature Classes.
2) I load the Feature Classes into the Feature Dataset and I get the message "Spatial References Do Not Match", none of my data gets loaded. I also tried Copy/Paste, no luck.
Any idea how to resolve this?
Check the XY Resolution and XY Tolerance. See if they match between the SDE Feature Dataset and the File GDB Feature Class. Just having the same WKID isn't enough in this case.
Which is exactly why using the import feature is the way to go...
Import Feature from the Right Click menu? That didn't work for me.
I never tried the Toolbox route though, maybe that works?
Edit: Oh, I think you mean when you set the Coord. system of the Feature Dataset in SDE. Good idea. In my case, the Feature Dataset was already existing.