Bug ID Number |
BUG-000167029 |
Submitted | April 25, 2024 |
Last Modified | February 18, 2025 |
Applies to | ArcGIS GIS Server |
Version found | 10.9.1 |
Operating System | Windows Server |
Operating System Version | 2019 64 Bit |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
Hosted feature layers backed by the spatiotemporal data store may support Long integer values (e.g. native java Long or the equivalent Int64). GeoEvent Server's approach, publishing a spatiotemporal feature layer where a Long data type is set to Double is done to guarantee support across 32-bit applications.
In instances where a numeric value is used to represent a track identifier, an alternative recommendation is to configure GeoEvent Server to adapt the data type as a String and store the data in the geodatabase as a string value.
Workaround
Use doubles for numeric. Otherwise, store identifiers as Strings.
Steps to Reproduce