1

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

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 27, 2018 at 14:19
2
  • What server license do you have? (GIS Server Advanced, GIS Server Standard, GIS Server Basic) Commented Apr 27, 2018 at 17:55
  • ArcGIS for Server Basic Enterprise Up to Four Cores (Version 10.3.1) Commented Apr 30, 2018 at 11:49

2 Answers 2

1

According to ESRI's Server Functionality Matrix, web-based editing isn't capable with a basic licence. A Feature Access service offers editing capability.

http://www.esri.com/software/arcgis/arcgisserver/~/media/Files/Pdfs/library/brochures/pdfs/arcgis-server-functionality-matrix.pdf

enter image description here

answered Apr 30, 2018 at 18:02
2
  • I don't need editing capabilities, I should be able to select only the "query" part of the Feature Access Commented 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-properties Commented May 2, 2018 at 16:19
0

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.

answered May 29, 2018 at 12:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.