Hi,
I've created a map service with feature access from a view created in an non-geodatabase Oracle database. The view accesses SDO point geometry in one table and has an entry in the SDO_GEOM_METADATA_TABLE with a spatial index, attributes are provided from another view. Here' my issue:
The map service displays correctly and I'm able to perform queries etc. However the feature access does not display the points and attempts to query the service are returning "Unable to complete operation and Unable to perform query operation". The server log shows the following when a query is made against the feature service:
FINE | Oct 24, 2017, 1:52:03 PM | REST request successfully processed. Response size is 112 characters. | NotificationTEst.MapServer | 100004 | 4144 | layers/0/query |
SEVERE | Oct 24, 2017, 1:52:03 PM | An error occurred. | NotificationTEst.MapServer | 17000 | 4144 | GraphicFeatureServer.HandleREST_QueryOperation |
FINE | Oct 24, 2017, 1:52:03 PM | Query has completed. | NotificationTEst.MapServer | 17038 | 4144 | GraphicFeatureServer::Query |
SEVERE | Oct 24, 2017, 1:52:03 PM | Error: No support for this geometry type. | NotificationTEst.MapServer | 17000 | 4144 | GraphicFeatureServer::Query |
The environment is ArcGIS Enterprise 10.5.1 and Oracle 12c.
Any thoughts as to why the feature service is not responding to requests?
Cheers!
Following !!!