Skip to main content

Hi,

We are trying to generate an encrypted zip file containing the output from a workbench.

It seems this isn't as easy as anticipated, does anyone have a solution for this that can be deployed onto FME Server 2015.0?

One option is to have a python shutdown script that calls 7zip, is it possible to install 7zip via the server GUI, in the engine>plugins section for example, and then reference it within the python script?

Regards,

Nick

There is a 7za.exe in <fme server install folder>\\Utilities\\ you can use. You can use a Systemcaller or a Pythonscript to use this one.


Reply