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
Feedback from Server
Hello everybody,
I use the RapidMiner server and wondered if it's possible that I get any feedback from the server.
I just know if a process had a bug when I look up the web interface. Is this possibility also within the studio?
Best regards
PatrickW
Tagged:
0
Answers
Hi @PatrickW,
Unfortunately, it is not possible to see the executed process on RapidMiner Server and their results from within RapidMiner Studio.
This is mainly because of technical reasons since the processes may be running on various JobAgents in distributed environments.
As a workaround, if you have a mail server you might connect RapidMiner Server to it and e.g. send yourself an Email upon process end with the result. Or you can use a Store Operator and write the result in your repository.
In this case you use the Operator Handle Exception and put your process in the left part of the subprocess - the right part is executed when an error occurs and the process would break.
Happy Mining,
Edin
Thank you for the answer.
I have an Exchange Server, is there an instruction how to connect RapidMiner Server and Exchange?
Best regards
PatrickW
Hi @PatrickW,
Upon installation of RapidMiner Server you can enter the data as explained on https://docs.rapidminer.com/latest/server/installation/ in the section Configuring Email settings.
When you have already installed it you can edit the file standalone.xml as explained on https://docs.rapidminer.com/latest/server/administration/server-settings.html in the section of changing the outgoing Email address.
Happy Mining,
Edin