Skip to main content

I have a number of FME scripts launched by python scheduled task. Both 2018 and 2019 FME are on the server and the python is launching the 2018 FME which is making some scripts fail. How can I make 2019 the default version launched. Do I need to uninstall 2018? I have a number of 2018 scripts I have not saved as 2019 yet. Will that cause problems?

 

thanks,

How do you launch FME from python? I guess you need to write the whole path of your fme.exe for the version 2019.


How do you launch FME from python? I guess you need to write the whole path of your fme.exe for the version 2019.

Either that or make sure FME 2019 is mentioned first in your PATH environment variable.


How do you launch FME from python? I guess you need to write the whole path of your fme.exe for the version 2019.

Yes, just skip Python and call the executable you want, like here:

https://community.esri.com/community/open-platform-standards-and-interoperability/blog/2019/05/31/automate-your-etl-processes-on-a-schedule

 


Reply