Hi,
I am trying to run the workflow by command prompt and I executed following commands -
knime -consoleLog -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile=""
knime.exe -consoleLog -noexit -reset -nosplash "--launcher.suppressErrors" -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=""
(Of course I put the valid path for file and directory)
I am facing the issue with the following error message -
workflow is locked by another knime instance
There is no lock file I see and no KNIME process running already.
Please suggest how can I get rid of this problem.
Thank you in advance