laptop and a wrench

Bug

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
Bug-ID-Nummer BUG-000170621
EingereichtSeptember 10, 2024
Zuletzt geändertDecember 11, 2024
Gilt fürArcGIS for Desktop
Gefunden in Version10.8.1
BetriebssystemWindows OS
BetriebssystemversionN/A
StatusWill Not Be Addressed

Zusätzliche Informationen

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.

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000170621

Software:

  • ArcGIS for Desktop

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln