Número de ID del error |
BUG-000179795 |
Enviado | September 30, 2025 |
Última modificación | October 5, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.5.3 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 11.0 64 bit |
Estado | In Product Plan
El problema se ha agregado al registro de pedidos del equipo de desarrollo. El objetivo de los problemas con este estado es solucionarlos en una próxima versión (próxima versión o dos). Consulte las secciones Información adicional y Solución alternativa, si existe, para obtener información útil hasta que pueda solucionarse.
|
Información adicional
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.
Solución alternativa
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.
Pasos para reproducir