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