When utilizing multiprocessing in a Python script, the error message, "Runtime Error: Not signed into Portal" is returned if the number of processes is 34 or greater.
上次发布: January 22, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000127388
已提交
December 13, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.4.2
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When multiple processes start at the same time, there are resource deadlocks. Add a small delay to the start of additional processes.