🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Using macro to set database parameter"

User: "EMDuell"
New Altair Community Member
Updated by Jocelyn
Hello,

I would like to use a macro to set parameters in my database connection that is published on a RapidAnalytics server - for example, I would like to be able to have the string published, but modify a parameter like oauthaccess token at runtime.

I attempted to use %{oauthaccesstoken} in the database connection setup on the server, and then to set that macro in RapidMiner locally when it run, but it throws an error.

Does anyone know if this is possible?

Thanks,
Eric

Find more posts tagged with

Sort by:
1 - 2 of 21
    As an Idea:

    If there are just a few options, you might try Select Subprocess and control that one with a macro?
    User: "EMDuell"
    New Altair Community Member
    OP
    Hmmm...I think the problem is that I don't know how to access the parameters in the connection string from an operator while the process is running on the server AND/OR the connection string won't accept macros as entries in the advanced settings value boxes.

    Is there anyone who has tried to do this?