Skip to main content
Solved

license error log when an workspace is calling a second workspace

  • May 27, 2016
  • 2 replies
  • 28 views

simonstefan
Contributor
Forum|alt.badge.img+2

We run a workbench which calls a second (and further) workbench(s), using the WorkspaceRunner Transformer. The job appears finished with success but in logs we get the message:

FME license system failure: FME is not licensed for this machine. Contact your Distributor. Your registration key is x-xxx-xxx-xxx. Program Terminating Translation FAILED.

The process fails on calling and running the first of the embedded workbenches. After failure to run the embedded workbench, the 'parent' workspace continues operating, but doesn't call or run the other 2 embedded workbenches, so appears to have been a successful 'job', but isn't. It then throws the licensing error, however, the Server is licensed and the license expire next year. (information from Engines&Licensing;).

This is a mission critical task, so we're stuck without it being operational.

Thanks,

Stefan

Best answer by david_r

Hi

Is your process 100% based on FME Desktop, or do you have some FME Server in your mix as well?

If you run your master workspace on FME Server, you will have to use the FMEServerJobSubmitter rather than the WorkspaceRunner.

David

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

david_r
Celebrity
  • Best Answer
  • May 27, 2016

Hi

Is your process 100% based on FME Desktop, or do you have some FME Server in your mix as well?

If you run your master workspace on FME Server, you will have to use the FMEServerJobSubmitter rather than the WorkspaceRunner.

David


simonstefan
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • May 27, 2016

Hi

Is your process 100% based on FME Desktop, or do you have some FME Server in your mix as well?

If you run your master workspace on FME Server, you will have to use the FMEServerJobSubmitter rather than the WorkspaceRunner.

David

thanks ;)