Skip to main content
Question

WorkspaceRunner fails in cloud

  • March 3, 2023
  • 1 reply
  • 23 views

tim.rastall1
Contributor
Forum|alt.badge.img

When running a workspace runner in FME cloud, it fails silently with the following error.

 

"FME license system failure: FME is not licensed for this machine. Contact your Distributor."

 

How do you use a workspace runner in cloud?

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • March 3, 2023

The FMEServerJobSubmitter is the Server equivalent of the WorkSpaceRunner, which is a Desktop transformer. I'm not completely sure if it works on FME Cloud but, as it works via the API I expect it does.

 

As an alternative you can always use HTTPCallers on the API to make this work.