Question

Hot to run workbench with python with a specific FME version

  • 5 August 2022
  • 2 replies
  • 15 views

Badge

I have two fme versions installed, 32 and 64-bit. I need to run my workbench in 32-bit but the default version is 64.

How can i adjust for this when i run the workbench using python. Currently it fails silently with "Failure running workspace" and i am guessing the version is the issue. Any advice?

I am running the workbench the fmeobjects

 

The coda I am running is almost an exact copy of this article

https://community.safe.com/s/article/run-an-fme-workspace-from-python-using-fmeworkspac


2 replies

Userlevel 3
Badge +26

Do you mind posting your python code as it is now?

Badge

Do you mind posting your python code as it is now?

For sure, i edited my question. I am using the example found the article.

Reply