Hi All,
Is there any way to execute workbenches without installing FME in workstation.
Pratap
Hi All,
Is there any way to execute workbenches without installing FME in workstation.
Pratap
You will need a licensed installation of either FME Desktop or FME Server to execute a workspace. You do not necessarily have to use FME Workbench to execute your workspace, however, you can also use fme.exe with command line options, effectively hiding the whole GUI from the user.
In addition to FME, you will need a (licensed) installation of all supporting libraries used by your workspace, e.g. ArcGIS and database drivers on the same machine.
You could also use the Universal Translator to execute a workspace.
It is an option to set the Universal Translator as preferred application to execute .fmw files. This way Workbench will stay hidden.
You could also use the Universal Translator to execute a workspace.
It is an option to set the Universal Translator as preferred application to execute .fmw files. This way Workbench will stay hidden.
You could run them on the FME Cloud. Of course you still need an FME installation somewhere to create the workspaces. Check out fmecloud.com
Hi @david_r, @lars_de_vries, @Mark2AtSafe,
Thank you for the reply.
My intention of asking this question is to provide workbenches to non-FME users. It may be like we will change our workbenches as bat/exe files such that non-FME users can just execute the workbench by providing parameters.
As far as I remember previously there is an option to create workbenches as exe files but I'm not sure either it is workbenchname.fme or workbenchname.exe :)
Pratap
Hi @david_r, @lars_de_vries, @Mark2AtSafe,
Thank you for the reply.
My intention of asking this question is to provide workbenches to non-FME users. It may be like we will change our workbenches as bat/exe files such that non-FME users can just execute the workbench by providing parameters.
As far as I remember previously there is an option to create workbenches as exe files but I'm not sure either it is workbenchname.fme or workbenchname.exe :)
Pratap
You could run them on the FME Cloud. Of course you still need an FME installation somewhere to create the workspaces. Check out fmecloud.com
Hi @david_r, @lars_de_vries, @Mark2AtSafe,
Thank you for the reply.
My intention of asking this question is to provide workbenches to non-FME users. It may be like we will change our workbenches as bat/exe files such that non-FME users can just execute the workbench by providing parameters.
As far as I remember previously there is an option to create workbenches as exe files but I'm not sure either it is workbenchname.fme or workbenchname.exe :)
Pratap
The only way for someone with no FME installation at all to run a workspace is to send it to another machine with an FME engine. Typically this would be FME Server (or FME Cloud) and there are multiple ways to submit a job (via email, dropping a file into Dropbox, etc). You could even set it up to right-click a file in Windows Explorer and choose "Submit to FME". But it still needs that engine somewhere.
You could - perhaps - set up a system with FME installed on a desktop machine, and have people submit jobs to it. But you'd have to set up a queuing sort of system (in short, recreate FME Server) and I've no idea if that is permitted in the FME licensing.
In short, I'd recommend FME Cloud. It's designed for exactly the scenario you want and you can have a solution up and running in just a couple of hours.