Hello,
I have a feature class that is used to create a view in ArcGIS Pro. The problem occurs when we try registering the view with the SDE. The coordinate system is not getting applied, rather the tool does not select the Coordinate System.
Whatever SRID we select it just ignores it and keep it blank, and the view is registered with the SDE without any CRS.
We tried a simple definition "Select * from table_name" and it still fails.
The tool works and selects the required coordinate for any other feature class. We tried comparing the feature class with working one, and can't find any difference.
What could be going wrong here?
Solved! Go to Solution.
If the issue is only with a particular Feature Class, it's more likely to be a data specific issue than Tool related.
Have you tried creating a copy of the Feature Class and test with that?
If the issue is only with a particular Feature Class, it's more likely to be a data specific issue than Tool related.
Have you tried creating a copy of the Feature Class and test with that?
Thank you for checking!
Actually the same view worked well in another SQL DB, so we observed the schema mapping for the user, and observed that the erroring DB had in-correct schema.
Fixing that worked.