Número de ID del error |
BUG-000167029 |
Enviado | April 25, 2024 |
Última modificación | February 18, 2025 |
Relacionado con | ArcGIS GIS Server |
Versión encontrada | 10.9.1 |
Sistema operativo | Windows Server |
Versión de sistema operativo | 2019 64 Bit |
Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Use doubles for numeric. Otherwise, store identifiers as Strings.
Pasos para reproducir