| 漏洞 ID 编号 |
BUG-000178524 |
| 已提交 | August 6, 2025 |
| 上次修改时间 | August 11, 2025 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.5 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
When scheduling any geoprocessing tool, a snapshot of the parameter values specified in the tool dialog is captured and put into a Python script that is run by the scheduling system. The Export Features tool has a Field Map parameter with the list of fields to be included in the output. The scheduled Python script has a snapshot of the fields at the time the tool was scheduled set into the Field Map parameter, and any new fields added to the input cannot be automatically included.
An enhancement to Export Features is planned to have a Field Mapping mode that includes an option to generate the field list dynamically at runtime rather than using the parameter, which will be useful for this case. This is a near-term enhancement.
解决办法
Schedule the Copy Features tool. Reschedule the Export Features tool after re-specifying the updated input, and verify the new fields are included in the Field Map parameter.
重现步骤