Skip to main content
Solved

WorkspaceRunner: Server workspace path

  • November 9, 2016
  • 2 replies
  • 18 views

Forum|alt.badge.img

How can I I set the workspaceRunner parameter 'FME Workspace' to my FME server path containing uploaded workspaces?

I have an attribute with the workspace name that gets set dynamically, so I know which workspace to call, but rather than set the path to a network location I would like to run workspaces that exist in the FME server environment.

Best answer by takashi

Hi @ashertbrooks, the WorkspaceRunner cannot be used to run a workspace on an FME Server. Consider using the FMEServerJobSubmitter transformer.

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.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • November 9, 2016

Hi @ashertbrooks, the WorkspaceRunner cannot be used to run a workspace on an FME Server. Consider using the FMEServerJobSubmitter transformer.


Forum|alt.badge.img
  • Author
  • 13 replies
  • November 9, 2016

Hi @ashertbrooks, the WorkspaceRunner cannot be used to run a workspace on an FME Server. Consider using the FMEServerJobSubmitter transformer.

Thanks @takashi