I'm using the query method on a map service published with ArcGIS for Server related 10.7.1
The service just contains a single table, with no geometries included.
The query I'm performing is all similar to this schema:
https:://hostname/webadaptor_name/est/services/folder_name/service_name/MapServer/15/query?where=POD%3D%27IT002E4707345A%27&outFields=*&returnGeometry=false&f=pjson
First time I run the query the result is correct, with the record associated to the where clause correctly returned. As I run it again, a few seconds later it always shows the following response:
{
{
"success": false,
"error": ""
}
}
If then I run it again it shows the correct response.
It seems that the filling message is returned half of the time.
I tried to raise the detail in the Server logs but didn't find any hoint.
Is there something I'm doing wrong?
Thank you for your help
Stefano