The script tool fails when ParameterVariable contains special characters such as äöüäÄÖÜ and the validation code is modified, such as by adding a comment.
ArcGIS Pro
漏洞 ID 编号
BUG-000173221
已提交
December 20, 2024
上次修改时间
June 23, 2025
适用范围
ArcGIS Pro
找到的版本
3.4
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The tool and parameter names for both script tools and Python toolboxes must be in ASCII characters and must begin with letters (a-z, A-Z) and can only consist of letters and numbers (0-9); spaces and special characters are not allowed. The label has no such limitation, and special characters may be used in the display of the tool and parameters.