🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Problems saving process

User: "fairos17"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    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,
    Marius
    User: "fairos17"
    New Altair Community Member
    OP
    Thanks Marius  ;D