Could you give some sample data that you feed the parser and your workflow so we can reproduce the error? I’m also using the Tika Parser in 4.5, but I’m not running into problems so this may be a data or workflow-specific problem.
After your message I tried some things and what I have noticed that when I selected dictionary on my computer so C:\ it works but when I leave it as it was before shared drive so \Win- it doesn’t.
Funny thing is that the same rule but in Knime 4.4.0 and it works without diffence if it is local or shared drive.
Does this information helps you or indocate what seems to be the problem?
I’ll need more information from you in order to be able to reproduce this.
Here’s what I observed when trying to reproduce your issue:
For “Directory Settings > Selected Directory”, a UNC path (shared drive) with leading double backslash works, for example \\HOST\path\to\data.
In both 4.4 and 4.5, a single leading backslash, i.e. \HOST\path\to\data does not work and prints an error message in the dialog and upon node execution.
So, there is no apparent difference between 4.4 and 4.5 there. This means we need to further pinpoint what is causing your issue.
Can you provide the problematic workflow, or a screenshot of node’s configuration?
I was now able to reproduce your issue. It is connected to encoding of “special” characters in file paths. Concretely, the issue is caused by the space characters in the file paths.
As a temporary workaround, you may rename the source directory such that the file path does not contain spaces. If you cannot do such a rename, it may be interesting to create a symbolic link that does not contain spaces; however I did not investigate this yet and thus cannot guarantee it will work with UNC shares.
In any case, I will be looking into this and let you know when I have further information.
As for a temporary workaround, you may try creating a symbolic link that does not contain spaces, as described in this post. However, I can’t guarantee that this will work in all cases.