| Bug-ID-Nummer |
BUG-000133851 |
| Eingereicht | September 15, 2020 |
| Zuletzt geändert | December 16, 2025 |
| Gilt für | ArcGIS GIS Server |
| Gefunden in Version | 10.7.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | N/A |
| Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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.
Workaround
Publish the map service as a copy from ArcGIS Pro.
Schritte zur Reproduzierung