laptop and a wrench

Bug

The Web Feature Service (WFS) pagination in ArcGIS GIS Server 10.5 Map Service does not return all results for a query when the Startindex parameter is used with Count.

Last Published: August 15, 2018 ArcGIS GIS Server
Bug ID Number BUG-000113614
SubmittedApril 30, 2018
Last ModifiedOctober 11, 2024
Applies toArcGIS GIS Server
Version found10.5
Operating SystemWindows OS
Operating System Version2012 R2
StatusKnown Limit

Additional Information

Known Limit. Index values in computers start at 0. This is common practice in programming. It is defined in the OGC Specification for WFS services found here that the first value is at startindex=0. http://www.opengeospatial.org/standards/wfs The first value is at index position 0. The second value is at index position 1. .., The 100th value is at index position 99.

Workaround

Adjust the Count value to trick the Server into getting the desired value. For example, if the desired result is 100 features starting index from 100, the query would be StartIndex=100&Count=199. This results in 99+1 = 100 features.

Steps to Reproduce

Bug ID: BUG-000113614

Software:

  • ArcGIS GIS Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options