laptop and a wrench

Bug

Arcade expression in ArcGIS Online fails with an error message "Runtime error: Out of Bounds" on a server service published from ArcMap 10.6 using feature classes from an Oracle 11g 10.6 geodatabase.

Zuletzt veröffentlicht: March 5, 2018 ArcGIS Online
Bug-ID-Nummer BUG-000110566
EingereichtJanuary 4, 2018
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Online
Gefunden in VersionN/A
BetriebssystemN/A
StatusKnown Limit

Zusätzliche Informationen

In Arcade, it is the users' responsibility to handle null records. The script attempted to split a null value on a ' ' which is not possible, hence the error if the data has the potential to contain nulls first check for nulls before splitting. For example, if (IsEmpty($feature.Name)) { return "No Name" } else { var Book = Split($feature.Name, ' ')[0]; //console("book", Book); var page = Split($feature.Name, ' ')[1]; //console("page", Page); if (Book != ""){ return Book + "/" + Page; } else { return ""; } }

Schritte zur Reproduzierung

Bug-ID: BUG-000110566

Software:

  • ArcGIS Online

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