Hi,
I am trying to run this workspace on fme cloud, it has many engines, why isnt it running against 3 engines in parallel, this seems to be the same whether I run it from desktop or from the cloud directly..
Many Thanks
Oliver
Hi,
I am trying to run this workspace on fme cloud, it has many engines, why isnt it running against 3 engines in parallel, this seems to be the same whether I run it from desktop or from the cloud directly..
Many Thanks
Oliver
In the FMEServerJobSubmitter XFMR, did you set the Submit Job to "In Parallel?
In the FMEServerJobSubmitter XFMR, did you set the Submit Job to "In Parallel?
If the jobs need to be submitted in sequence then it's probably best to connect them in sequence. So that first all jobs from FMEServerJobSubmitter 1 are run, then 2, then 3. You can use the feature coming out of the summary port to trigger the next SQLExecutor which then in turn triggers the next FMEServerJobSubmitter.
If the jobs need to be submitted in sequence then it's probably best to connect them in sequence. So that first all jobs from FMEServerJobSubmitter 1 are run, then 2, then 3. You can use the feature coming out of the summary port to trigger the next SQLExecutor which then in turn triggers the next FMEServerJobSubmitter.
at the moment, it appears to only run through the first then, the second branch then finally the third. Is there a better way or do I need to create 3 separate workspaces and run them all at once?
Many Thanks for the help.
at the moment, it appears to only run through the first then, the second branch then finally the third. Is there a better way or do I need to create 3 separate workspaces and run them all at once?
Many Thanks for the help.