The ArcGIS Workflow Manager Javascript Viewer displays different query results depending on the database connection and table names.
上次发布: June 8, 2018ArcGIS Workflow Manager
漏洞 ID 编号
BUG-000112216
已提交
March 7, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Workflow Manager
找到的版本
10.6
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The issue is in the sample JavaScript Viewer and the issue is that the Job ID column is not displayed in the viewer with fully qualified tables names. A workaround can be used in the query to cast the Job ID field as an Integer.
SELECT CAST(WMX.JTX_JOBS.JOB_ID AS integer)
NAME AS JOB ID
FROM WMX.DBO.JTX_JOBS
解决办法
Use a Workflow Manager database connected as the owner of the repository tables and do not use fully qualified table names.