edit_features() fails on secured layers in environments with Integrated Windows Authentication (IWA) single sign-on (SSO) authentication using ArcGIS API for Python.
上次发布: April 11, 2023ArcGIS API for Python
漏洞 ID 编号
BUG-000156968
已提交
March 24, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
2.0.1
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The reason this happens is because the setting in which GIS is active is not used. By default, the last GIS that is active is the one that has been created, and the feature layer is unable to determine which GIS to use.
解决办法
Share the feature layer publicly for a brief time.
Run the script.
Secure it again (whether with the owner or the organization). The script runs with no issues.