You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to clone a hosted feature layer containing attachments from one ArcGIS Portal to another using the clone_items method of the ArcGIS Python API, the process fails with an error. Although the hosted feature layer appears to be successfully cloned initially, the operation ends with an "Unexpected error" in the logs. The error indicates an issue with deleting an intermediate item (i8f6b82a9-3b82-4b11-8af2-2e72e72d5f1a) during the cloning process.
The logs show the following key points:
Attachments are uploaded and committed successfully.
An error occurs when attempting to delete a temporary or intermediate item related to the hosted feature layer.
A subsequent error arises when creating the final feature service, resulting in the deletion of the newly created item in the target portal.
Note: The confidence check during the clone_items process takes an unusually long time, which may impact overall performance and cloning duration.
Describe the bug
When attempting to clone a hosted feature layer containing attachments from one ArcGIS Portal to another using the clone_items method of the ArcGIS Python API, the process fails with an error. Although the hosted feature layer appears to be successfully cloned initially, the operation ends with an "Unexpected error" in the logs. The error indicates an issue with deleting an intermediate item
(i8f6b82a9-3b82-4b11-8af2-2e72e72d5f1a)
during the cloning process.The logs show the following key points:
Note: The confidence check during the clone_items process takes an unusually long time, which may impact overall performance and cloning duration.
To Reproduce
Steps to reproduce the behavior:
error:
Expected behavior
The cloning process should:
Platform:
The text was updated successfully, but these errors were encountered: