Getting Knime to work with Python on a remote instance

The solution was already on the Knime forum, and I had missed it :slight_smile:

In my case I exported the preferences .epf file with File > Export Preferences
And then pointed to that file when running Knime on the command interface using:

<knime_directory> -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=‘<workflow_dir>’ -reset -nosave -workflow.variable=server_name,‘<server_name>’,String -preferences=“<path-to-exported-preferences-file>”

All sorted! Cheers
Berti

1 Like