How to run Knime from server using batch file.

Hi All,

 

I have a question regarding trigger knime from batch file. I have installed knime locally on my laptop and its working fine with batch file. Now with some changes in system I created a special server easpecially for knime. So is it possible to trigger knime of server .

This is my batch file

c:
cd C:\Program Files\KNIME
knime -nosplash -reset -consoleLog -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir="\\abc01\Knime Workspace\Event and abc module"
 

How do i give the server installation path of knime in this.

like \\fapp48\C:\Program Files\KNIME

or is there any way to trigger batch file of server from local?

You would need the network location of the folder containing the KNIME executable. 

Are you intending that KNIME will use the servers resources rather than your local machine? I don't believe this approach will achieve that.