Hi all,
I have a RM 9.7 docker implementation on a Windows Server 2019 VM with currently one Job Agent in the queue.
I tried to access a file on a mounted network drive which is both accessible by my local work station and with the VM with the same file path.
The Job Agent however does not look at this drive but seems to search inside the containers repository and throws an error:
File not foundThe file '
java.io.FileNotFoundException: /rapidminer-jobagent/home/data/containers/1/Z:\\xyz\zyx.csv (No such file or directory)' does not exist.
Has anyone got an idea how I can make the Job Agent look in the right path? The docker runs AI Hub in an emulated Linux instance. Might be part of the problem I guess.
Thanks or your help!
Biersepp