Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

ODBC connection to AWS HUE using Simba Presto ODBC Driver

charter747
7 - Meteor

Hello. I need to connect to our AWS HUE environment from Alteryx server. I can get this to work if I connect using the named ODBC connection on my local. But once published, this will not work.

 

Can someone help me build the connection string?

 

This is what Alteryx uses to connect from my local:

odbc:DSN=EIM_Datamart;UID=username;PWD=pwd

 

This is my attempt:

odbc:DRIVER=Simba Presto ODBC Driver;Host=emr.eim.faa.gov;Port=8446;UID=username;PWD=pwd|||rdsfeeds

 

Am I missing parenthesis, brackets, ....

 

 

The error I'm getting with my attempt is:

Error: Input Data (5): Error SQLDriverConnect: [Simba][Presto] (1020) Error with HTTP API at http://emr.eim.faa.gov:8446/v1/statement : Unsupported protocol

 

Any advice is greatly appreciated

5 REPLIES 5
jforte
7 - Meteor

@charter747 is your server behind a Proxy/Firewall?

charter747
7 - Meteor

yes

jforte
7 - Meteor

I'd suggest validating if the traffic is allowed in the Proxy/Firewall

charter747
7 - Meteor

It is. 

apathetichell
19 - Altair

Hey @charter747 - wish I could help more - any chance you can go back through your parameters you have set up on your ODBC 64 connection and see if you are missing something you have configured in that connection but you aren't passing through in the serverless string? I'm not sure how Presto formats tablename/schema in an DSN string... Did you read through this post?

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/DSN-less-connection-string-issue/td-p/...