Select to view content in your preferred language

Editor Widget Error - This operation is not supported -> FeatureServer/queryDataElements

453
2
08-19-2024 05:56 AM
Den-GIS
Regular Contributor

Hello everyone,
I don't understand why every time a new point feature is created with the editor widget in the app, the error message "This operation is not supported - FeatureServer/queryDataElements" appears in the console. However, the new feature is created without any further problems. I use ArcGIS SDK JS 4.28. But version 4.30 is exactly the same. Does anyone have any idea why this is happening?

 

DenGIS_0-1724071739520.png

 

0 Kudos
2 Replies
ReneRubalcava
Esri Frequent Contributor

This depends on your version of Enterprise. queryDataElements is in 10.6+

https://developers.arcgis.com/rest/services-reference/enterprise/query-data-elements-feature-service...

0 Kudos
Den-GIS
Regular Contributor

Hello Rene,

Thank you very much for the quick response!

But I still don't understand. I've already seen the page you just sent me. It says:


"The supportsQueryDataElements resource property is enabled for nonhosted feature services published using ArcGIS Enterprise 10.6 or later. This property is false or absent if not supported for the feature service."


I use ArcGIS Enterprise 10.7.1. I'm wondering if I can change something in the settings when publishing the service so that it is then supported by ArcGIS Server.

Or am I completely misunderstanding it?

0 Kudos