When adding the output via the 'Add a Feature to a Spatiotemporal Big Data Store' operation in GeoEvent Manager, creating a data source and only checking the Map Service checkbox (leaving the Feature Service checkbox unchecked) still publishes the data source as both a map service and feature service.
上次发布: August 7, 2020ArcGIS GIS Server
漏洞 ID 编号
BUG-000105838
已提交
June 15, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.5
操作系统
Windows OS
操作系统版本
2012 R2
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is by design at the ArcGIS GeoEvent Server 10.5 release. When using the GeoEvent Manager web application to create a new SBDS Data Source (e.g. ‘Create Data Source’) and the ‘Map Service’ checkbox is the only service type checked (e.g. the ‘Feature Service’ option is unchecked) a feature service endpoint is be listed in the ArcGIS REST Services Directory.
When the ‘Feature Service’ service type checkbox is checked in the GeoEvent Manager web application, a stand-alone feature service is created and listed along with other hosted items in the ArcGIS REST Services Directory. When the ‘Feature Service’ service type checkbox is left unchecked, only a MapServer item is listed.
Client attempts to browse to an explicit FeatureServer endpoint (see example URL below) will succeed:
https://mymachine.domain/server/rest/services/Hosted/MyService/FeatureServer/0
This hidden feature service is an extension of the map service; it is not considered discoverable since information on it is not returned when querying to discover services using a query such as https://mymachine.domain/server/rest/services/Hosted?f=json