-
SLC use case: Execute Batch SAS Language Programs with cron’s scheduler
Step 0: Create a SAS program for testing purposes: %put Program: /home/trb/sas/run_batch.sas; %put Execution Mode: Batch via cron; %put Job Start Time: &sysdate9 &systime; %put SLC Version: SLC &sysver; %put User ID: &sysuserid; %put Process ID: &sysjobid; %put System Day: &sysday; %put Operating Sys: &sysscp; %put Site…
-
How to trigger a process in rapid miner studio without the help of rapid miner AI hub (server)
I'm very new to rapid miner, trying out this way ! Triggering ( when a data is change in the table or passing the dataset / data ) a process in Rapid Miner Studio is it possible ? If it is possible let know how ?
-
RM Server - Execution Time Limit
Hi Guys, For the process that are scheduled on the RM server, I am aware we can set the maximum time upto which it can run. Say I have set my process execution time to 30 minutes. Now once it exceeds the 30 minutes, it kills itself with below message. This is working as expected, but my question is, is there any way I can…
-
Configuration of triggers in RapidMiner Server
Hello everybody, while getting familiar with RM Server I´m now trying to automate some processes through triggers, with either "Monitor File Changes" or "Incoming Emails". However I don´t find any documentation on how to properly configure it. For example, when monitoring file changes, the directory of the file is needed.…
-
Assign Agent through Schedule Process Operator
Hi I need to configure a crawling process that gets the pages I'm going to crawl and then schedules a process on a given agent on RM Server. The current Schedule Process doesn't give me the option to decide on which agent the process is going to be running. The reason I need it to be dynamic is that I wan't to use an agent…
-
Best ways to trigger/schedule RM to execute a process
Hi, After Redshift updates and populates my database that I use to run my model on, what's the best way to automatically trigger a RM process to run? Or alternatively, can I set a time when I want a RM process to run (ie. 4am every day)? Thanks