In ArcGIS Data Interoperability, when integrating a JavaScript Object Notation (JSON) file with 64-bit signed integer values as well as 64-bit unsigned integer numbers, the 64-bit signed integers appear correctly, but the 64-bit unsigned integers are converted to negative numbers.
上次发布: March 20, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000156639
已提交
March 15, 2023
上次修改时间
May 15, 2025
适用范围
ArcGIS Pro
找到的版本
3.0.4
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The geodatabase has a known range limit of -2 ^ 53 minus 1 and 2 ^ 53 minus 1. While the Workbench app can read big integer values up to 2 ^ 64, the values cannot be written in the geodatabase as destination formats due to these known limits.
Refer to this documentation https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/arcgis-field-data-types.htm#ESRI_SECTION2_8BF2454C879941258DC44AF6BB31F386 for more information.
解决办法
If the user wants to keep the values from the source format to the geodatabase, the workaround is to convert the big integer values to string.