User query results surpass "Maximum Number of Records Returned by Server"

628
3
12-03-2020 09:24 AM
gmcgwn
by
New Contributor II

I have a feature server running on ArcGIS Server 10.61. The MaxRecordCount parameter is set to 500 for the feature server. Nonetheless, with normal 'User' role credentials, I am able to select and export well in excess of 500 records from individual layers when using ArcGIS Pro/Desktop 10.8/QGIS 3.8 to connect to the feature server.

Is there a secondary parameter that could be causing this behavior?

Edit: The expected limitation is observed when connecting to the data with ArcGIS Desktop 10.2.

0 Kudos
3 Replies
ThomasJones1
Esri Contributor

Hello  @gmcgwn 

The max record count determines the maximum number of features that can be returned in a single request. It doesn't limit the overall number of features returned to a client (e.g. ArcGIS Desktop or ArcGIS Pro).

Thanks,

Thomas

 

 

 

0 Kudos
gmcgwn
by
New Contributor II

Ok, but before we upgraded to ArcGIS Server 10.6, our feature service users could only select 500 records at a time. For example, if they selected features based on an intersection with another layer, the number of selected records would top out at 500. We still see this behavior in our web app that utilizes the same services. However, our GIS client users no longer experience this limit. Is there another way to limit the number of features that can be selected (and, more importantly, exported) at a time?

0 Kudos
ChrisPy
New Contributor III

True, that limit only controls the number of records returned on a single query. Object display has a different limit settings called MaxTileCount and possibly exporting engine has a different settings as well.

0 Kudos