【Desktop】工具错误码-001224 : 仅当服务器无法访问 target_cache_path 时使用。

【问题描述】
copy_data_from_server 选项应仅在 ArcGIS Server 帐户无法被授予访问 target_cache_path 的权限时选中。使用该选项时,首先将缓存切片复制到 ArcGIS 输出目录,然后下载到客户端的 target_cache_path。使用 DO_NOT_COPY 会将缓存切片从服务缓存目录移动到 target_cache_path,这样速度更快,但是要求 ArcGIS Server 帐户拥有对 target_cache_path 的写入权限。
已邀请:

易智瑞技术支持

赞同来自:

【解决方案】
授予 ArcGIS Server 帐户在 target_cache_path 的写入权限,以实现更高的性能。取消选中工具中的选项 copy_data_from_server。在 Python 中,将 copy_data_from_server 的值设为 DO_NOT_COPY。

【原文链接】
http://resources.arcgis.com/zh-cn/help/main/10.2/00vp/00vp0000002p001224.htm

要回复问题请先登录注册