Hi
I have a problem when I try to execute a Knime workflow via batch procedure.
when i try this
knime.exe -consoleLog -noexit -nosplash -masterkey="12345678" -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir="workspace/Knime_project"
it ask me for the encryption key in a new window
I pass the key as a parameter, but the application ask me for the key every time I execute the batch procedure
How can I avoid this request?
Thanks in advance