Hi rapidminers,
I have an Example Set stored in server repo. When I execute this process on the server, it works:

BUT, when I execute the same proces locally (in Studio), I am getting this error:

In both cases I store sampled data in the server repo.
Moreover, when I trying to retrieve successfully stored smapled dataset from server repo with a process run locally again, I get this:

While the same RETRIEVE process run on server executes successfully.
My only own version on the cause of such behaviour might be my weird setup where I run studio on Windows virtual machine (accessed thru RDP) and server runs on another virtual machine with Ubuntu, but this is just a guess.
Are there any specific concerns in case of moving datasets this way between studio and server? Or may be some very specific server configuration settings?
Thanks.
UPD
I perfectly understand that the best practice is to run all modelling processes and also store data in studio, use server for deployment, and when needed, just move data from studio repo to server repo. It is the easiest soliution for this kind of issue?