漏洞 ID 编号 |
BUG-000162510 |
已提交 | October 31, 2023 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Enterprise on Kubernetes |
找到的版本 | 11.0 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The Import Map Server Cache tool is built for helping build community basemaps through collaboration. This tool is designed for importing caches for area of interest into existing cache services. This is not a recommended workflow for migrating content between platforms.
解决办法
It is recommended to bring in an object store of choice and register it as a data store for use as an additional cache store using the steps listed below.
- Copy existing caches on the Microsoft Windows or Linux file system to the desired object store in the cloud, such as Amazon S3, Azure Blob store, Google Cloud store , Alibaba OSS or any S3 compatible object store provider (inside a folder named arcgiscache). The cache can be copied to these object stores using APIs provided by the cloud provider to help copy faster. For example: aws s3 cp myDir s3://mybucket/ --recursive
- Register the object store in the cloud as a cloud datastore in ArcGIS Enterprise on Kubernetes using administrator or publisher credentials. Refer to https://enterprise-k8s.arcgis.com/en/latest/share/add-data-store-item.htm#ESRI_SECTION1_6ABF63181E71487B8ABC041618E6378E for more information.
- Using ArcGIS Pro, publish a map service on ArcGIS Enterprise on Kubernetes, using the same name as the cached content copied to the cloud store, and select the option to use an existing cache. Refer to https://pro.arcgis.com/en/pro-app/3.1/help/sharing/overview/configure-map-image-layer.htm for more information. The map service is supposedly able to render using the cache in the cloud store.
重现步骤