Knime workflow execution error when I am running from the command line (Batch)

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

Hi there,

I would try to re-export the workflow as a .knwf file from the KNIME Analytics Platform and then retry the above commands.

Best,

Jon