hi,
I tried to run a process on server from RM Studio... I saved the process on server repo and run it, my browser opens and says that some file from retrieve operator cannot be found.. the thing is, the data it is on my local RM Studio repository , and I even copied them into data folder on my RM Server repository..but when I want to retrieve them, it says there is no repository ?
here is the log:
Aug 07, 2016 9:16:23 AM <unknown> <unknown>
INFO: Process context is: Macros: [_ra_user : admin, _ra_jobID : 8]; Input: []; Output: []
Aug 07, 2016 9:16:23 AM <unknown> <unknown>
INFO: No filename given for result file, using stdout for logging results!
Aug 07, 2016 9:16:23 AM <unknown> <unknown>
INFO: Process //_LOCAL/process/160805-k-NN_test_train_perf starts
Aug 07, 2016 9:16:23 AM <unknown> <unknown>
SEVERE: Process failed: com.rapidminer.operator.UserError: Cannot retrieve repository data from entry '//RM_Server/data/Master3_0.3TestData'. Reason: Requested repository RM_Server does not exist..
Aug 07, 2016 9:16:23 AM <unknown> <unknown>
SEVERE: Here: Process[1] (Process)
subprocess 'Main Process'
+- Retrieve[0] (Retrieve)
+- Split Data[0] (Split Data)
+- Write Excel (2)[0] (Write Excel)
+- Write Excel[0] (Write Excel)
==> +- Retrieve testData[1] (Retrieve)
+- Select Attributes (3)[0] (Select Attributes)
+- Sample (2)[0] (Sample (Bootstrapping))
+- Retrieve Master3Klassen_nominal[0] (Retrieve)
+- Select Attributes[0] (Select Attributes)
+- Sample (Bootstrapping)[0] (Sample (Bootstrapping))
+- Multiply Trainings Data[0] (Multiply)
+- Optimize Parameters (Grid)[0] (Optimize Parameters (Grid))
subprocess 'Optimization Process'
| +- Validation[0] (X-Validation)
subprocess 'Training'
| | | +- Bagging[0] (Bagging)
subprocess 'Learning Process'
| | | +- MetaCost (2)[0] (MetaCost)
subprocess 'Learning Process'
| | | +- k-NN[0] (k-NN)
subprocess 'Testing'
| | +- Apply Model[0] (Apply Model)
| | +- Performance[0] (Performance (Classification))
| +- Log[0] (Log)
+- Set Parameters[0] (Set Parameters)
+- k-NN2[0] (k-NN)
+- Multiply Model[0] (Multiply)
+- Write Model[0] (Write Model)
+- Apply Model (2)[0] (Apply Model)
+- Performance (2)[0] (Performance (Classification))
+- Log Train Perfromance[0] (Log)
+- Apply Model (3)[0] (Apply Model)
+- Performance (3)[0] (Performance (Classification))
furthermore, I don't see any repository folder on my Rapidminer Server installation folder, so where are they stored? maybe I am mixing up something with local REpository folders and RM Server repo folders... however if I do browse from RM_Serve repository, a web window opens showing me the Serve folders from my Server repository:

com.rapidminer.operator.UserError: Cannot store data in repository at entry '//RM_Server/models/knnmodel'. Reason: Requested repository RM_Server does not exist..
where are those stored and what do I need to configure to get access to my data and processes?