I am at a confused look on my face. I have a feature that is a static dataset, but for some reason I started getting an error about 2 weeks ago saying that "Only one spatial column is supported in this operation". Has anyone else seen this and if so how to resolve it. I can view the feature in SQL Management Studio, but not in ArcGIS.
I have figured out what the problem was. It appeared that an user added a field called Shape_ and GIS was being confused by two shape fields. I deleted the Shape_ in SQL and now the feature works again.
I have figured out what the problem was. It appeared that an user added a field called Shape_ and GIS was being confused by two shape fields. I deleted the Shape_ in SQL and now the feature works again.
A single dataset / table with spatial objects in them (geometries), is called a Feature Class in ArcGIS. It is better to refer to that, than to talk about "I have a feature"... It avoids confusion.
Good to hear you managed to fix this, this Help page also gives guidance for Feature Classes in ArcGIS, including the need to restrict spatial tables to one spatial column only: