Skip to main content

Hi,

I have a workbench published on FME Server. Now, I need to call that workbench using .bat file and run it. Is that possible?

I have tied calling a local FME workbench using .bat file but never a published work bench from FME Server.

Thanks you.

As far as I know that isn't possible, you'll have to use the publishing wizard in FME Workbench to publish to FME Server.

You should consider voting for this idea:

https://knowledge.safe.com/content/idea/23653/fme-server-workspacetransformer-batched-publishing.html

 


As far as I know that isn't possible, you'll have to use the publishing wizard in FME Workbench to publish to FME Server.

You should consider voting for this idea:

https://knowledge.safe.com/content/idea/23653/fme-server-workspacetransformer-batched-publishing.html

 

Actually, the workbench is already published. I just need to call the published workbench using a .bat file. Is that possible?


The easiest way to start a job on FME Server from a batch file is using the FMEServerConsole command line client:

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/Interactive_Command-Line.htm


Actually, the workbench is already published. I just need to call the published workbench using a .bat file. Is that possible?

IF you can do a GET in the batch to the published workspace, then I think I will work.

You can get the URL to your workspace from the FME Server UI.