Skip to main content
Solved

WorkspaceRunner Parameters

  • December 11, 2014
  • 1 reply
  • 78 views

Forum|alt.badge.img+2
Is it possible to use an main.fme workspace in WorkspaceRunner Transformer ?

 

 

Thanks to explanations of Takashi Memorandum [1] I have an FME workspace that calls another using this transformer.

 

[1] http://fme-memorandum-takashi.blogspot.com.es/2013/09/workspacerunner-examples.html

 

 

So, this works perfect:

 

 

 

 

But, If I use main.fme instead of main.fmw the process fails.

 

Thanks, A.

 

 

 

 

Best answer by takashi

Hi,

 

 

Although the WorkspaceRunner can run an "fme", cannot pass parameters to the workspace. So, the workspace would fail if the default values of parameters were incorrect or lacked.

 

From the command line, you can pass parameters to "fme".

 

If you need to perform batch processing to run "fme", consider using batch files.

 

 

Takashi
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.

1 reply

takashi
Celebrity
  • Best Answer
  • December 12, 2014
Hi,

 

 

Although the WorkspaceRunner can run an "fme", cannot pass parameters to the workspace. So, the workspace would fail if the default values of parameters were incorrect or lacked.

 

From the command line, you can pass parameters to "fme".

 

If you need to perform batch processing to run "fme", consider using batch files.

 

 

Takashi