[SOLVED] Problems saving process
fairos17
New Altair Community Member
Hi everybody,
I'm new to rapid miner. At my first use, I tried to save new process in the repository but got this error message:
----------------------------------------------------------------------------------------------------------------------------------------
Exception: java.io.IOException
Message: Cannot store process at //NewLocalRepository/text categorization: Cannot write C:\Program Files\Rapid-I\RapidMiner5\LocalRepository\text categorization.rmp: java.io.FileNotFoundException: C:\Program Files\Rapid-I\RapidMiner5\LocalRepository\text categorization.rmp (Access is denied)
----------------------------------------------------------------------------------------------------------------------------------------
Can somebody please explain me on this?
Thanks.
I'm new to rapid miner. At my first use, I tried to save new process in the repository but got this error message:
----------------------------------------------------------------------------------------------------------------------------------------
Exception: java.io.IOException
Message: Cannot store process at //NewLocalRepository/text categorization: Cannot write C:\Program Files\Rapid-I\RapidMiner5\LocalRepository\text categorization.rmp: java.io.FileNotFoundException: C:\Program Files\Rapid-I\RapidMiner5\LocalRepository\text categorization.rmp (Access is denied)
----------------------------------------------------------------------------------------------------------------------------------------
Can somebody please explain me on this?
Thanks.
Tagged:
0
Answers
-
Hi,
RapidMiner stores its data and processes in so called Repositories, which in turn are stored somewhere on disk. During installation or at first start you chose the location C:\Program Files\Rapid-I\RapidMiner5\LocalRepository for your local repository. The problem is, that you (without administrator privileges) don't have write access to that folder, so you get that error.
Please add a new repository by clicking the left-most icon on top of the Repository View, choose "new local repository" and then select a location where you have write access to.
Best regards,
Marius0 -
Thanks Marius ;D0