I want to create a Feature Access Service using an Oracle View as DataSource.
In ArcMAP I can add the layer without problems, but when I try to publish the service, I get a "00134: Layer's data source is not supported" error.
Any ideas why?
I am using ArcGIS Desktop and Server, both version 10.3, and Oracle 12c
-
What server license do you have? (GIS Server Advanced, GIS Server Standard, GIS Server Basic)psl– psl2018年04月27日 17:55:45 +00:00Commented Apr 27, 2018 at 17:55
-
ArcGIS for Server Basic Enterprise Up to Four Cores (Version 10.3.1)eblOnSO– eblOnSO2018年04月30日 11:49:25 +00:00Commented Apr 30, 2018 at 11:49
2 Answers 2
According to ESRI's Server Functionality Matrix, web-based editing isn't capable with a basic licence. A Feature Access service offers editing capability.
-
I don't need editing capabilities, I should be able to select only the "query" part of the Feature AccesseblOnSO– eblOnSO2018年05月02日 10:09:55 +00:00Commented May 2, 2018 at 10:09
-
You should deselect Feature Access from the capabilities tab in Service Editor. A basic service published in ArcMap will include Query functionality. These instructions outline the different capabilities available in a Map Service: setting-map-service-propertiespsl– psl2018年05月02日 16:19:36 +00:00Commented May 2, 2018 at 16:19
As mentioned by others, Feature Access is used for editing. Your data source is a view, not a table. Views behave similarly to tables in terms of querying, but they don't usually store data on their own and thus are not editable.