"Running process from cmd line (no xml)"

im
im New Altair Community Member
edited November 5 in Community Q&A
Hi,
From my last post i learned that the script

rapidminer.bat myprocess.xml

runs the process.
But in my case i have a project called myprocess but it do not has a xml file, just a .properties and a .rmp. So, in the gui i copied to the clipboard the xml code and past it into a myprocess.xml.

When i execute it i see this error:

WARNING: Cannot find parse rules 'com/rapidminer/resources/p
arseRulesTextProcessing.xml' for plugin Text Processing. (Plugin.registerDescrip
tions())

2010-01-19 13:46:16 SEVERE: Cannot read process setup 'myprocess.xml': No
absolute path: myprocess.xml (RapidMinerCommandLine.run())

C:\Programas\Rapid-I\RapidMiner5\MyRep>

Env: win xp and rapisminer 5

I copied the script to the directory where the data miner process is...


However,

c:\>RapidminerGUI.bat myprocess.xml works perfectly...




Sorry, beginner asking :-(


IM



Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    if your process is stored in a repository you might specify the process using //repositoryName/Path/to/process
    Otherwise if the process is stored in a file, you might use the switch -f to specify the file:
    RapidMiner.bat -f c:\process.xml


    Greetings,
      Sebastian