Skip to main content

I have a workbench which calls a series of other workbenches. It works fine when running through Desktop mode but when running via Quick Translator it fails (see attached screenshot):

FME_JOB_ID is an FME Server parameter, which should be ignored by Desktop.

Can you tell us a bit more about the workspaces (or maybe share them)? Are they meant to be run on FME Server?


FME_JOB_ID is an FME Server parameter, which should be ignored by Desktop.

Can you tell us a bit more about the workspaces (or maybe share them)? Are they meant to be run on FME Server?

Yes, they are originally FME Server workbenches which I have reworked. The main workbench calls three separate workbenches by using Workspace Runner transformers instead of FME Server Job Submitter transformers

 

 


FME_JOB_ID is an FME Server parameter, which should be ignored by Desktop.

Can you tell us a bit more about the workspaces (or maybe share them)? Are they meant to be run on FME Server?

FME Quick Translator won't create FME_JOB_ID parameter. You will have to edit the workspace to remove all references to the parameter, if you need to run the workspace with Quick Translator or command line in Desktop environment.

 

FME Workbench creates FME_JOB_ID and the error won't occur, but the value will always be empty string.

 

 


Thanks for the answers. It turns that there were some references to FME_JOB_ID in Slack messages. All fixed now!


Reply