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
Open file
Hello
Hello
I would like to ask for help because I have the next problem. I'm able to open a file(eg a excel workbook) with rapidminer through the "execute program" operator, using the "cmd/ c star c:/somedirectory/file.format" parameter, but when I tried to run this through rapydanalytics the program didn't open and didn't give me any error. In fact, the process never ends
Somebody know which could be the problem. I really appreciate your help.
Hello
I would like to ask for help because I have the next problem. I'm able to open a file(eg a excel workbook) with rapidminer through the "execute program" operator, using the "cmd/ c star c:/somedirectory/file.format" parameter, but when I tried to run this through rapydanalytics the program didn't open and didn't give me any error. In fact, the process never ends
Somebody know which could be the problem. I really appreciate your help.
Tagged:
0
Answers
can you please tell us what you want to achieve?
Do you really want to open the file in excel, such that the user can view the data in excel, or do you want to load the data, such that RapidMiner/RapidAnalytics can process the data from the excel file?
Best regards,
Marius
My goal is make a little report in excel. I use rapidanalytics/rapidminer to extract info from a database and then write a excel file. Then, I want to open a macro in excel (xlsm) that let me make some pivot charts and pivot tables with this information. I can do it with rapidminer , but I cant with rapidanalytics.
I really apreciate all your help. Thanks Marius
You are right, the excel file is generate within the server throught other excel macro.
I can within rapidminer using "cmd/ c star c:/somedirectory/macro.xlsm
Then, I send this report (excel file) through email to other pcs.
The problem in rapidanalytics is that I can't open the xlsm in the server. I'm a little newbie using web services and I'm running rapidanalytics in my own pc.
Thanks a lot for your patience and help Marius
so let me sum up:
- you are running RapidAnalytics on the same pc as RapidMiner
- you are executing the same process one time in RapidMiner and one time on RapidAnalytics
- in RapidMiner the process runs fine, but on RapidAnalytics it fails
Is that correct?
Please post the xml of your process as described in the post linked in my signature, so I can have a look at it.
~Marius
Yes Marius, you are right.
Here is a example of my process.
macro.xlsm takes the archivo.xls, makes some operations and writes the archivo.xlsx. Then, the script send a email with archivo.xlsx
Thanks Marius
you did not post valid xml. Please use the steps explained in the post linked in my signature.
However, probably your problem arises from the fact that RapidAnalytics is started as a windows service and thus does not have the possibility to create GUI windows. You could try to stop the service and start it manually via the run.bat. But please consider that this will only work as long as RapidAnalytics is running on your local computer, and in this case I can see no big advantage over using plain RapidMiner. As soon as you deploy RapidAnalytics to a true server machine, that process won't run anymore.
Best regards,
~Marius
I didn't know that I can´t open a GUI with a windows service, this is a little sad for my goal. I suppose that I have to change the approach. I'm going to set some schedule task in windows and try to run a bat file that let me run rapidminer and the Excel GUI.
Thank Marius for your help