Bug-ID-Nummer |
BUG-000179795 |
Eingereicht | September 30, 2025 |
Zuletzt geändert | October 5, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.5.3 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 64 bit |
Status | In Product Plan
Das Problem wurde dem Backlog des Entwicklungsteams hinzugefügt. Bei Problemen mit diesem Status ist das Ziel, sie in einer der kommenden Versionen zu beheben (in der nächsten oder übernächsten Version). Bis zur vollständigen Problembehebung finden Sie hilfreiche Informationen in den Abschnitten "Zusätzliche Informationen" und "Alternative Lösung" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Workaround
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.
Schritte zur Reproduzierung