| Número de ID do Erro |
BUG-000133851 |
| Enviado | September 15, 2020 |
| Última Modificação | December 16, 2025 |
| Aplica-se à | ArcGIS GIS Server |
| Versão encontrada | 10.7.1 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | N/A |
| Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
ESRI_OID in a query layer is a virtual field. Therefore querying against ESRI_OID field is not allowed. Starting ArcGIS Enterprise 11.4, map service returns uniqueIdInfo element in a query layers REST resources when the object-id field is virtual.
Look for uniqueIdInfo.OIDFieldContainsHashValue. If the value is true, don't use the object-id field as it is most likely named ESRI_OID in this case in a query input. Instead use fields from uniqueIdInfo.fields property. If the need to get or send unique-ids arises, use returnUniqueIds or uniqueIds parameters.
Solução Provisória
Publish the map service as a copy from ArcGIS Pro.
Etapas para Reproduzir