Bug ID Number |
BUG-000162510 |
Submitted | October 31, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Enterprise on Kubernetes |
Version found | 11.0 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
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.
Workaround
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.
Steps to Reproduce