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
[SOLVED] Cannot write process to RapidAnalytics server from RapidMiner client
Hello everyone,
I have used RM for a while now, but have recently added a RapidAnalytics on a server. I connect with RM just fine, and browse the remote repository items.
However, I don't seem to be able to add new processes or folders to my 'home' folder on the server. I can't do even if I use the web interface directly with the same account. In both I see messages similar to
"WRITE access to /home/brandop not granted for user brandop".
I have been careful to use the admin account via the web interface to set full (read, write & exec) permissions on this folder for the relevant user name.
I can actually look at the underlying MySQL tables used by RA (ra_ent_permission and others), and verify that the folder in question does appear to have permissions granted (or at least recored) for the relevant user id.
I have updated to the latest version of RapidMiner with no difference.
Does anyone have any ideas on how I can fix this?
thanks!
I have used RM for a while now, but have recently added a RapidAnalytics on a server. I connect with RM just fine, and browse the remote repository items.
However, I don't seem to be able to add new processes or folders to my 'home' folder on the server. I can't do even if I use the web interface directly with the same account. In both I see messages similar to
"WRITE access to /home/brandop not granted for user brandop".
I have been careful to use the admin account via the web interface to set full (read, write & exec) permissions on this folder for the relevant user name.
I can actually look at the underlying MySQL tables used by RA (ra_ent_permission and others), and verify that the folder in question does appear to have permissions granted (or at least recored) for the relevant user id.
I have updated to the latest version of RapidMiner with no difference.
Does anyone have any ideas on how I can fix this?
thanks!
Tagged:
0
Answers
I needed to explicitly set permissions on the file structure above the user's home directory. I did this by adding full rights not only for the specific user but also for the entire 'users' group as well.
Thanks for looking.