Error
Número de ID del error | BUG-000121121 |
---|---|
Enviado | March 22, 2019 |
Última modificación | June 25, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 2.3.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | 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 del error: BUG-000121121
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri