漏洞
漏洞 ID 编号 | BUG-000121121 |
---|---|
已提交 | March 22, 2019 |
上次修改时间 | June 25, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.3.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Will Not Be Addressed |
ArcMap
ArcGIS Pro
SQL example including table join:
select a.objectid, a.shape, a.field1, b.field2
from <server>.<database>.<OS Authentication>.<featureclass> a,
<server>.<database>.<OS Authentication>.<datatable> b,
where a.OBJECTID = b.id
and b.field2 = 'thing'
Ensure to include the ObjectID and Shape fields of the feature class. Use whatever amount of fields needed from the feature class and data tables, "field1" and "field2" are a simplified example.
OR
Migrate from OS Authentication to Database Authentication.
漏洞 ID: BUG-000121121
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序