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?