Erro
Número de ID do Erro | BUG-000121121 |
---|---|
Enviado | March 22, 2019 |
Última Modificação | June 25, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 2.3.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | 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 do Erro: BUG-000121121
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri