I have a feature dataset (SpaceUse) with two feature classes (floor_space and int_walls). All interior wall features are within floor_space polygon features, both have the same extent. When I import them into SDE, floor_space draws fine, but int_walls throws the "The specified coordinate exceeds the valid coordinate range" error. I'm using 10.3.1.
Solved! Go to Solution.
Problem resolved! A tool that was feeding me data was forcing M and Z values. Disabling M and Z values in Environments resolved the problem. Thanks to those who took the time to help.
Take a look at other similar posts and see if the suggestions help you to troubleshoot:
The specified coordinate exceeds the valid coordinate range Feature Class to SDE
Error: SDE Error(-139) The specified coordinate exceeds the valid coordinate range
Hi Asrujit,
I looked, none of these seem to be at the root of my problem.
Is the issue reproducible if you have the Feature class outside the Feature Dataset?
Sorry for the slow response. I get the same result whether the feature class is in the dataset or not.
It could be solved, if you increase False Easting or False Northing. but may be cause geometry Error.
So
I Think this question should be shared in Coordinate Reference Systems Group.
Changing the False Easting/Northing is not an allowed where I'm at. Good thought though. Thanks for the input.
Problem resolved! A tool that was feeding me data was forcing M and Z values. Disabling M and Z values in Environments resolved the problem. Thanks to those who took the time to help.