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.

Last Published: March 5, 2018 ArcGIS Online
Bug ID Number BUG-000110566
SubmittedJanuary 4, 2018
Last ModifiedJune 5, 2024
Applies toArcGIS Online
Version foundN/A
Operating SystemN/A
StatusKnown Limit

Additional Information

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 ""; } }

Steps to Reproduce

Bug ID: BUG-000110566

Software:

  • ArcGIS Online

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options