| Numéro d’ID de bogue |
BUG-000179795 |
| Envoi | September 30, 2025 |
| Dernière modification | October 28, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.5.3 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 11.0 64 bit |
| Statut | In Product Plan
Le problème a été ajouté à la file d’attente de l’équipe de développement. L’objectif est de résoudre les problèmes portant ce statut dans une version à court terme (la prochaine version ou la suivante). En attendant la résolution complète du problème, retrouvez des informations utiles dans la section Informations supplémentaires ou Solution alternative correspondante.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire