I am trying to run Knime workflow as given in the knime website. But am getting error saying that ERROR main BatchExecutor Workflow is locked by another KNIME instance
Please help me in solving this. Below mentioned is the command which I am trying to run
Could you check the knime log in the knime gui after the batch execution fails?
->maybe clear the log before execution and close knime while the batch execution runs
If i run through GUI i dint see any problem as i am running one workflow at a time. But while running as a zip file, which have more than one workflow i see that error. Can we run multiple workflows in zip file from command line
I think you cannot execute multiple workflows at once using batch mode.
You have to time them so they do not run at the same time…
Maybe someone else knows more