laptop and a wrench

漏洞

In Operations Dashboard in ArcGIS Online, Actions do not work properly if the Category Field contains Japanese strings.

上次发布: April 17, 2018 ArcGIS Dashboards
漏洞 ID 编号 BUG-000113188
已提交April 13, 2018
上次修改时间September 3, 2024
适用范围ArcGIS Dashboards
找到的版本6.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Will Not Be Addressed

附加信息

There is possibly a mismatch between the encoding of the field type (NVARCHAR, in Unicode) and the input character (non-Unicode). Therefore using the "N" prefix can let the database know how to handle the conversion. However, the "N" prefix is a Microsoft convention. Inserting the "N" prefix will imply that Operations Dashboard knows the implementation details of a feature service (e.g. what database is used), and in a RESTful system we should not have this knowledge. I noticed that the service in question actually has the useStandardizedQueries flag disabled. Our recommended workflow is that useStandardizedQueries=true should be enabled. When this flag is enabled, the feature service code will get in the middle between the client and the database and will manipulate the query being built, and the where clause we send should work as is (i.e. without the "N" prefix).

解决办法

Enable the use standardized queries flag to make the queries work.

重现步骤

漏洞 ID: BUG-000113188

软件:

  • ArcGIS Dashboards

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项