Hi,
There is a workspace scheduled to run every hour on FME Server 2020 that is successfull all the time except some failures times to times.
When it fails. the error is with the ArcGIS Online feature writer. From the logs, FME Server is then loading the Python 2.7 version of the writer instead of the Python 3.7 version like the other times.
Here a success log:
Here a failed log:
The task fails with Python 2.7 simply because strings are not encoded in utf-8 so thats very annoying.
The question is why FME Server sometimes switch to Python 2.7 instead of Python 3.7 when loading the ArcGIS Online Feature writer. How can I prevent that?
Thanks