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
Context macros not being set
I am running a Rapidminer process from a Java program and passing the input as an URL. Is there any log which shows the URL that is coming to the RapidMiner process? Using Print to Console, it looks like the process context macros are not being set. Is it because the URL has not been passed to the process? My RapidMiner studio is version 9.9, but AI Hub is version 9.8. Will this have an impact on not getting the URL parameters in my context parameters?
0
Answers
can you describe the setup in more detail?
Is the Java program calling a web service on the AI Hub? Are you using GET or POST? Are the mappings of URL parameters to process macros active in the service definition?
The service is not supposed to pass the URL to the process, but it will set the context macros if the URL parameter mapping is defined correctly.
Usually if your process is accepted by the AI Hub, it is executed correctly even if it was created with a newer Studio.
Regards,
Balázs
Is the URL something like http://aihub/service or like http://aihub/service?param1=value¶m2=value2 ?
The second way is the correct way to pass parameters to the service when using GET.
Have you specified the parameter to macro mapping in the service definition?
If the parameters (the names are case sensitive) really aren't arriving in the process as macros, you should open a support case.
Regards,
Balázs