Skip to main content
Solved

How can I close Quick Translator after running a .fme file

  • August 17, 2016
  • 4 replies
  • 29 views

bubblebeb
Contributor
Forum|alt.badge.img+6

I want to automate the closing of FME Quick Translator when I run a .fme file.

I have a .fme file that is triggered by windows scheduler to run a .fme file. This obviously opens Quick Translator and runs the routine.

At the end of the routine the quick translator stays open.

Is there a way I can set the .fme file to close quick translator once the routine has finished successfully?

Many thanks

Seb

Best answer by redgeographics

If you use the fme.exe executable it will run the .fme file directly without starting the Quick Translator. So fme.exe workspace.fme

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.

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • August 17, 2016

If you use the fme.exe executable it will run the .fme file directly without starting the Quick Translator. So fme.exe workspace.fme


Forum|alt.badge.img
  • May 1, 2017

If you use the fme.exe executable it will run the .fme file directly without starting the Quick Translator. So fme.exe workspace.fme

This works! One problem though, my .fme file has a published parameter that needs input from the user, the prompt never comes up.

 

 


Forum|alt.badge.img+2
  • May 1, 2017

If you use the fme.exe executable it will run the .fme file directly without starting the Quick Translator. So fme.exe workspace.fme

@apadilla the prompt isn't displayed but you can add command line options to input parameters.

 

https://knowledge.safe.com/articles/975/batch-processing-method-1-command-line-or-batch-fi.html

 

 

 


bubblebeb
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • May 2, 2017

If you use the fme.exe executable it will run the .fme file directly without starting the Quick Translator. So fme.exe workspace.fme

The other option is to move the published parameter to private and then it runs with no issue.