Question

WorkspaceRunner fails in cloud

  • 3 March 2023
  • 1 reply
  • 3 views

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

Userlevel 6
Badge +32

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.

Reply