"[SOLVED] Using Macro in ReadDatabase connection"
Find more posts tagged with
Sort by:
1 - 4 of
41
Hi Marco,
I get an error when I try this. It says "Cannot find connection" and then gives the name of the connection that I passed with the Macro (this is exactly the same as the named connection on my setup). I can see the Macro has passed the right value, but for some reason it isn't enough for RapidMiner to recognise the connection name.
Using RapidMiner 5.3.
I get an error when I try this. It says "Cannot find connection" and then gives the name of the connection that I passed with the Macro (this is exactly the same as the named connection on my setup). I can see the Macro has passed the right value, but for some reason it isn't enough for RapidMiner to recognise the connection name.
Using RapidMiner 5.3.
This worked for me when entering the Macro in the Context dialogue.
One of the parameter lines in my XML disappeared for a Write Database operator,
but I was able to paste in: <parameter key="connection" value="%{DBConnectionName}"/> which worked fine.
It was working for Read, Write and Update Database in my process, RM version 6.0.008.
If it is still not working from the Context input you may be able to use Generate Macro and have the the value linked to the Macro in the Context.
One of the parameter lines in my XML disappeared for a Write Database operator,
but I was able to paste in: <parameter key="connection" value="%{DBConnectionName}"/> which worked fine.
It was working for Read, Write and Update Database in my process, RM version 6.0.008.
If it is still not working from the Context input you may be able to use Generate Macro and have the the value linked to the Macro in the Context.
yes, you can.
Regards,
Marco