Skip to main content

Hello FME-rs,

I am wondering if it is possible to run FME as in Commandline with the source and destination dataset and other parameters from within GE Smallworld Magik?

Tx

SRG

Hello,

 

yes, it is. We've been using it quite often. Just make sure that you create method or procedure in Magik in which you'll put command line code (you can see command line code of your FME workbench when you run any workbench - in the beginning of logfile). In the end of method just put system.do_command(<command>) and that's it.

 

PS. Use space instead of enter sign while running command.

Cheers,

Zelimir.


Hello,

 

yes, it is. We've been using it quite often. Just make sure that you create method or procedure in Magik in which you'll put command line code (you can see command line code of your FME workbench when you run any workbench - in the beginning of logfile). In the end of method just put system.do_command(<command>) and that's it.

 

PS. Use space instead of enter sign while running command.

Cheers,

Zelimir.

Thanks @zzupljanin


Reply