The most recent content from our members.
There's a wealth of content waiting for you to explore! Need support or have a question? Sign in or register to get started.
Hello - wondering if someone could provide detail on what the functionality in the below photo is for. I created a web app (stored within a repository folder) and have published it to be accessible to non-RM users via setting up an anonymous user and it is successful. Wondering what it means or what functionality is gained…
I am trying configure my web app to have a link to a Twitter user's profile. In the main page of my web app, I have a bar graph of count of tweets by user name. These user names are just display names and I have a data set where the user names are associated to the user screen names (unique twitter handles). To access a…
We have created a web app to display a table of data. This is created through the 9.7 server. For the sake of example, let's say the table appears as below. In the web app, we have successfully gotten this to display in preview mode. We want this web app to be accessible to those who do not have a RapidMiner user - aka no…
I would like to implement some kind of loader for a View of a Web app, since my initialization process runs for a dozen of seconds. I know this is quite a broad question so I will try to narrow it down a bit. I know that it would probable be quite difficult to implement something that would display a percentage of the…
I am following the Titanic example from the documentation and so far I made the following steps but I have a couple of questions. 1. Created a realm. 2. Created a few domains. 3. Assigned the realm to my web app. 4. Checked the "Allow processes to set app variables via context macros" option in my web app. 5. Created a…
I have a RM Server running on a VM (Ubuntu) on top of my Win10 machine. I have a process to read a .csv file and write its contents on a MySQL database on a MySQL Server which also runs on the same VM. The problem is that the read file operator does not seem to be able to find the file. Scenario1. When I try as…
Hi, i have a problem with Crawl web operator that it doesn't return any result i tryied latest rapidminer and then set up 7.1 but result didn't change and empty result page even I didn't try https url i tried. Could you help me please, where am i making wrong here ?
Imagine, that logged in web-app user run some process. How to understand, wheter process is still running or completed? My task is to prevent other authorized users from starting processes from the web application while another user is running the process.