Número de ID do Erro |
BUG-000179795 |
Enviado | September 30, 2025 |
Última Modificação | October 5, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.5.3 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 11.0 64 bit |
Status | In Product Plan
O problema foi adicionado ao acúmulo da equipe de desenvolvimento. O objetivo para problemas com esse status é resolvê-los em uma versão de curto prazo (próxima versão ou duas). Verifique a seção Informações Adicionais ou Solução Alternativa do problema para verificar se há informações úteis até que ele possa ser totalmente resolvido.
|
Informações Adicionais
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.
Solução Provisória
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.
Etapas para Reproduzir