I try to execute workflow with command line like:
“C:\Program Files\KNIME\knime.exe” -reset -nosave -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowdir=xx
My workflow use cvs reader node and use “relative to current workflow” for file path. Looks knime
need to know the local mountpoint to read file relative to current workflow. It works in the
Knime analytics platform. However it failed in command line execution. How to fix this?
ERROR KNIME-Worker-6-CSV Reader 3:1 Node Execute failed: Cannot determine ID of local mountpoint
java.lang.IllegalStateException: Cannot determine ID of local mountpoint
at org.knime.filehandling.core.fs.knime.local.relativeto.fs.LocalRelativeToWorkflowFSConnection.lambda$0(LocalRelativeToWorkflowFSConnection.java:98)