Hi everybody,
I have a problem with "Unzip Files" node during batch mode execution in knime 3.1.2
I can't write on remote disk (X:).
This is WARN log:
"WARN : main : Unzip Files : Unzip Files : 0:526 : Output directory 'X:\MKSAS\DT\LogSiti' is not writable"
The same node hasn't problem with knime 2.10 version, in batch mode.
Ok, this is what I thought. It may be that the command prompt your are invoking the batch executor from doesn't have access to that network drive. This is often the case depending on your setup. You need to explicitely map the network drive first with:
net use X: \\SERVER\Share
or use pushd / popd.
At that point the X: drive should be visible and writable by the batch executor.
Hi Marco,
I try to execute this batch in another server and work fine.
Is maybe problem different Unzip's software version installed on Server?
or maybe different installed dll?
Thanks