laptop and a wrench

漏洞

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.

上次发布: March 5, 2018 ArcGIS Online
漏洞 ID 编号 BUG-000110566
已提交January 4, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Online
找到的版本N/A
操作系统N/A
状态Known Limit

附加信息

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

重现步骤

漏洞 ID: BUG-000110566

软件:

  • ArcGIS Online

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项