Bug-ID-Nummer |
BUG-000167029 |
Eingereicht | April 25, 2024 |
Zuletzt geändert | February 18, 2025 |
Gilt für | ArcGIS GIS Server |
Gefunden in Version | 10.9.1 |
Betriebssystem | Windows Server |
Betriebssystemversion | 2019 64 Bit |
Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Schritte zur Reproduzierung