The clone_items() function in ArcGIS API for Python fails to copy data when the feature layer to be copied is large in size.
上次发布: September 24, 2021ArcGIS API for Python
漏洞 ID 编号
BUG-000120207
已提交
February 20, 2019
上次修改时间
May 6, 2025
适用范围
ArcGIS API for Python
找到的版本
1.5.1
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When cloning large feature layers to or from ArcGIS Online or ArcGIS Enterprise, the process may fail due to a 500 timeout error. To work around this issue, simplify the data if possible, or create an empty feature service with the same schema and use the append() function instead.