Hi all,
I am currently using ArcPro 3.5 DI tool that uses,
FME(R) 2025.0.0.0 (20250228 - Build 25208 - WIN64)
Some of my FME scripts are failing when reading an excel file if it as a python start up script that imports arcpy specifically. If i remove arcpy, the excel reader works fine.
Is this a bug with the FME build that came with our ArcPro 3.5 or is it consistent with a stand-alone FME install?
Some of the warnings are:
----------------------------------------------------------
The Startup Python Script changed the current FME process locale from 'English_New Zealand.utf8' to 'English_New Zealand.1252' and FME has restored it back to 'English_New Zealand.utf8'. It is undefined behavior to change locale and doing so may cause unexpected errors. For more information, visit http://fme.ly/PythonLocaleError
-----------------------------------------------------------
Excel Reader: Could not read cell at row '0', column '1' for sheet 'can't read more cells in trial version'. Error message is 'can't read more cells in trial version'. This cell value will be skipped
Cheers
Chris