🎉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

Creating database connections for RM Studio in AWS Cloud

User: "MichaelWall"
New Altair Community Member
Updated by Jocelyn

Hi, we've just started running RM Studio in AWS cloud (EC2 Windows instance) but are having problems creating Orcale databse connections to both our on-premise datawarehouse and datawarehouse running in same virtual private clound (RDS Unix instance). Anybody come across this before? Any ideas on how to get around it are much appreciated? Thanks Mike

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MichaelWall"
    New Altair Community Member
    OP
    Accepted Answer

    Just to close this off, I finally resolved this with some help from the Rapidminer Tech guys. There were two issues:

     

    1) The default JDBC URL string for Oracle needed some tweaking to add extra // after the @ and also to change the schema separator to /. I now have a custom Oracle database connection type set up.

    2) By default Rapidminer tries to route the connection through a proxy, but all my connections are inside a a corporate network so no proxy required. The various database instances are open to each other, so by being helpful and looking for a proxy Rapidminer was actually stopping the connections from being made.  In preferences the proxy needs to be set to Direct (no proxy).