Unable to use specific values in "Search Fields" when doing a "find operation" on a hosted mapserver(datasource is a spatiotemporal bigdatastore)

352
0
07-12-2017 06:52 AM
KS2
by
New Contributor

Hi,

I'm using Arcgis version 10.4.1 and i'm facing difficulty trying to perform find operations on a specific field on mapserver.

This mapserver is published from a STBDS via geoevent. Find operation on specific search field always return a error 500, description "None.get" error. 

The rest endpoint url looks like this.

https://abc.com/arcgis/rest/services/hosted/myServiceName/MapServer/find?searchText=65321&contains=true&searchFields=deptName&sr=&layers=0&layerDefs=&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&dynamicLayers=&returnZ=false&returnM=false&gdbVersion=&f=html

If no search fields is specified then there will be results returned. It is mandatory to specify specific field to be return to limit the amount of data retrieved.

====================================================================

When I'm using Arcgis 10.3.1 and the mapservice (not STBDS but published from mxd) with the same available fields. There will be search results. The rest endpoint url looks like this.

https://abc.com/arcgis/rest/services/mxdFolder/myServiceName/MapServer/find?searchText=65321&contains=true&searchFields=deptName&sr=&layers=0&layerDefs=&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&dynamicLayers=&returnZ=false&returnM=false&gdbVersion=&f=html

Checking the arcgis server manager logs just show a one liner  "None.get"  

Is this an issue with STBDS hosted mapserver? 

Appreciate if any expert has any idea on what's happening.

0 Kudos
0 Replies