Repository
Hi, I searched for this, but the answer is not available anymore, leads to a broken link. I am totally new to Rapid Miner, and I am following the tutorials. In Prepare Data - Part 6 - Writing Data
In task: Add the operator Store to the process and connect it.
Define the parameter repository entry and pick a location in your Local Repository.
Connect the output of Store also with the "res" port on the right. I pick a place in my Local Repository and comes this error message:
Potential problem detected parameter repository entry accesses a repository by name (name and path).
This may not be portable when sharing processes.
But it demands a name.
Thanks.
Thanks.
Find more posts tagged with
Sort by:
1 - 10 of
101
This is because you use a direct (full) path. Though the error sounds very scary it will actually work fine, but only on your local pc. So if you want to share the process or run it on server tick the 'use relative path' option. It will work the same way but without scary error messages.
Thank you very much, but it does not work. It does not run, I tried to change the location to This PC\Documents\Titanic, that is the default path (when you click the yellow folder) and the error message comes: Error message:
Cannot resolve relative repository location 'Titanic'. Process is not associated with a repository.
@User46772
I made your process with out any error.
Take a look at this link please. If with this link you can not solve the problem so engineering team can help you more.
https://community.rapidminer.com/discussion/50068/cannot-resolve-relative-repository-process-is-not-associated-with-a-repository
For the screen shot you can edit it easily if you want( click on the gear which you see in your comment then you can delete the screen shot then edit it and send it again)
All the best
mbs
I made your process with out any error.
Take a look at this link please. If with this link you can not solve the problem so engineering team can help you more.
https://community.rapidminer.com/discussion/50068/cannot-resolve-relative-repository-process-is-not-associated-with-a-repository
For the screen shot you can edit it easily if you want( click on the gear which you see in your comment then you can delete the screen shot then edit it and send it again)
All the best
mbs
Hi @User46772, You stored your data as an excel file, which also means you need to convert it back from excel to 'rapidminer' format as the file is in binary format.
So call your stored content, but add the read excel operator next after it. That will convert it back to a dataset.
So call your stored content, but add the read excel operator next after it. That will convert it back to a dataset.
Thanks for sharing this. Your solution is really helpful for me . I also check this link : https://community.rapidminer.com/discussion/50068/cannot-resolve-relative-repository-process-is-not-associated-with-a-repositorysnowflake course
Sort by:
1 - 1 of
11
This is because you use a direct (full) path. Though the error sounds very scary it will actually work fine, but only on your local pc. So if you want to share the process or run it on server tick the 'use relative path' option. It will work the same way but without scary error messages.