| Bug ID Number |
BUG-000101148 |
| Submitted | December 2, 2016 |
| Last Modified | November 21, 2025 |
| Applies to | ArcGIS GIS Server |
| Version found | 10.4.1 |
| Operating System | N/A |
| Operating System Version | N/A |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
Map services rely on underlying databases for the outStatistics capability. 'count' is a reserved word by some databases, and the database returns an error when a field name is set using one of those reserved words.
Use a valid field name that is not 'count' or other reserved words.
Workaround
Change the 'OutputStatisticFieldName' property to something other than 'count.'
Steps to Reproduce