Hi,
I am facing a problem with rest requests with ArcGIS Server 10.6 on a map service when feature classes are stored in a SQLServer geodatabase.
The max reccord count returned by the service is set to 1000.
For instance, my rest requests have the following parameters with the resultRecordCount set to 1000:
However the number of features returned by the request is less than 1000. It could be 991, 995, etc... it seems to be random.
I have found this similar known problem notice: https://support.esri.com/en/technical-article/000018863 and the solutions proposed are solving my problem but are not ideal for me.
Is there a solution for my problem else than using file geodatabase or a query layer?
Is the problem is solved in newer Enterprise version?
Thank you!
up!