passing multiple credentials into a command line/batch call to workflow using SSH and upload node

Hello,

     I am pretty new to knime and have a few questions about command line and calling a workflow from a .bat file in a windows environment. I have a workflow with three metanodes controlling nodes within each. I am passing credentials into the command line which work for the first two metanodes. The bat file then fails on the call to the SSH and upload nodes within the third metanode. The command line entry inside the bat file looks like this:   "C:\Program Files\KNIME_2.10.1\knime.exe" -nosave -reset -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir="C:\Users\o34852\knime-workspace2\MetaNodeAutoFlow" -credential={MyWorkFlowCredName};{User};{PassW1}-credential="{mySSHCreds};{SSHUser};{SSHPass}" -consoleLog -noexit

 

I have the consoleLog flag turned on to catch the errors. Once the SSH node is called it stops the bat file from process and pulls up a Kerberos log in asking for Kerberos User: Has anyone had any experience with this? Thanks in advance,

 

Just in case others have the same issue as discribed here. I updated to a new version of Java (1.8.60) and the flow ran as expected and without changes to the above .bat (command line) entry with the exception of -consoleLog. 

Hi Rowens,

thank you for updating the information here. Did you try using KNIME 3.0 as well, with 3.0 we are now using JAVA 8.

Best, Iris