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,