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
set macros via command line which i can use through c# application
I have c# application where i m able to start process via command line:-rapidminer com.rapidminer.RapidMinerCommandLine -f C:/omeshvari/test1.rmp
Now, process has model and some example set which I want to set there path through command line.
I have seen some post which are using command line :-
rapidminer "Mfile1= path for that file"
but it is giving me error that
WARNING: Cannot read process setup -Mfile1=C:\Users\test.xls
: No absolute path: -Mfile1=C:\Users\test.xls
com.rapidminer.repository.MalformedRepositoryLocationException: No absolute path
: -Mfile1=C:\Users\test.xls
how to solve this
Now, process has model and some example set which I want to set there path through command line.
I have seen some post which are using command line :-
rapidminer "Mfile1= path for that file"
but it is giving me error that
WARNING: Cannot read process setup -Mfile1=C:\Users\test.xls
: No absolute path: -Mfile1=C:\Users\test.xls
com.rapidminer.repository.MalformedRepositoryLocationException: No absolute path
: -Mfile1=C:\Users\test.xls
how to solve this
0
Answers
which version of RapidMiner are you using?