laptop and a wrench

漏洞

In ArcGIS Data Interoperability Esri Geodatabase reader skips all rows from feature class in Oracle Spatial Database Engine (SDE) geodatabase that are returned prior first row with shape=null when this shape=null row is returned in first 100 rows, and there is error message: "The error number from ArcObjects is: '-2147215975'" in translation log.

ArcGIS for Desktop
漏洞 ID 编号 BUG-000170621
已提交September 10, 2024
上次修改时间December 11, 2024
适用范围ArcGIS for Desktop
找到的版本10.8.1
操作系统Windows OS
操作系统版本N/A
状态Will Not Be Addressed

附加信息

Issue tested with ArcGIS Pro 3.3.2 and does not occur. Note that ArcGIS Desktop is in Mature Support. Refer this documentation https://support.esri.com/en-us/products/arcmap/life-cycle for more information.

解决办法

Add where condition to reader that uses 'order by' to put all NULLs at shape column first (so 0 rows are skipped).

For example: 1=1 ORDER BY (CASE WHEN SHAPE IS NULL THEN 1 ELSE 2 END)A

重现步骤

漏洞 ID: BUG-000170621

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项