The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Rapidminer Server - Requested repository XXX does not exist..
Dear Rapidminer Team,
I set up a Rapidminer Server via your AWS (BYOL) builds, set up a server repository and connected it to the server. So far so good.
My problem is now that when I try to run a process I stored in the Rapidminer Server repository I only get fails with this error message:
I can see the repository in the Web UI and when I run processes locally everything works but as soon as I start the process via the web interface it fails.
Did I miss to set a certain connection?
I hope you can help me!
Best regards
Felix
I set up a Rapidminer Server via your AWS (BYOL) builds, set up a server repository and connected it to the server. So far so good.
My problem is now that when I try to run a process I stored in the Rapidminer Server repository I only get fails with this error message:
Cannot retrieve repository data
Cannot retrieve repository data from entry '//XXX/2 Data/Test1'. Reason: Requested repository XXX does not exist..
I can see the repository in the Web UI and when I run processes locally everything works but as soon as I start the process via the web interface it fails.
Did I miss to set a certain connection?
I hope you can help me!
Best regards
Felix
Tagged:
0
Best Answer
-
mmichel Employee-RapidMiner, Member Posts: 129 RM EngineeringHi Felix,
it seems that you are using absolute paths within the process. So, paths which start with the name of the repository. These processes are not shareable as the repository name might be different on other machines. Instead you should use relative paths. RapidMiner Studio will automatically resolve the data relatively if the process you are building is stored first - otherwise it will use the absolute path strategy as it does not know the storage location of the process.
So, in a nutshell, change repo locations like this://MyRepoName/data/nominal
to this (assuming the process is stored in the root level)data/nominal
Cheers,
Marcel7
Answers