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
How can I solve the problem of malformed repository location?
Nabin_shrestha61
Member Posts: 5 Learner I
in Help
I have tried to export the process and save it and when I try to open that file it shows error message malformed repository location.
Tagged:
0
Answers
Or you could try to open your process directly using any text editor to see which one is the troublemaker.
Opening the folder is just right click -> show in file browser
What operating system are you using?
This shouldn't happen, as internals on RapidMiner normally write files in UTF-8 format and internationalized, but I've broken a few repos due to a few magic tricks I tried to do to speed up my development process even more.
@kayman is right about his solution. Create a new repository and move your files (from the file system) until you get the culprit. I know it's not quite a fun thing, but this way we can know if there is something special you did that ended up breaking the repo.
BTW, repositories are just directories that are declared in an xml file as metadata. If you are in the mood, you may want to review that with an XML viewer (any browser can give you formatted XML with certain browser extensions).