Logging in to ArcGIS for Server 10.3.1 no longer tracks individual username requests in tiled services due to authentication using cookies.
上次发布: May 4, 2016ArcGIS for Server
漏洞 ID 编号
BUG-000094732
已提交
March 7, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Server
找到的版本
10.3.1
操作系统
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This software change was introduced to improve the performance of secured cache services tile consumption. ArcGIS server will not log INFO level messages for accessing each secured cache tile. Instead access your Web Server logs to determine the number of cache tiles accessed.
解决办法
1. Edit the admin properties of the secured cache service. http://<servername>:6080/arcgis/admin/services/<securedCachedService.MapServer>
2. Add the cacheSizeForSecureTileRequests property to it like so:
"maxScale": "1128.4971760000001",
"cacheSizeForSecureTileRequests": "0",
"maxBufferCount": "100",
3. Save the edits made to the service properties.
4. Restart the GIS Server.
Please note, with this change in place, there is a performance loss. Expect the performance to be on par with release 10.1.