漏洞 ID 编号 |
BUG-000179795 |
已提交 | September 30, 2025 |
上次修改时间 | October 5, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.5.3 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
|
附加信息
The use of Python and Excel in the same workspace is required to reproduce the issue. The fix for this issue is in FMEENGINE-87239. This behavior is first reported in FME 2025.0 (ArcGIS Pro 3.5) and fixed in the upcoming release FMEEngine 2025.1 (ArcGIS Pro 3.6).
The root cause is that an incorrect libxl.dll file is loaded by FME when ArcPy is imported in workspaces that use Excel formats, for example, an Excel format reader (explicitly with a startup script or PythonCaller) and SchemaMapper (implicitly). The workaround is to downgrade ArcGIS Data Interoperability to ArcGIS Pro 3.4 or use an alternative format to Excel, such as CSV.
解决办法
Switch from using Excel files in the SchemaMapper to another format like CSV. Since the SchemaMapper uses ArcPy to import the Excel worksheet, changing the lookup table to CSV helps avoid the error.
重现步骤