Skip to main content
Question

FME run from python runs 2018 instead of 2019 FME

  • December 18, 2019
  • 3 replies
  • 12 views

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,

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • December 18, 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.


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • December 18, 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.


bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 346 replies
  • December 18, 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.

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