Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

pass connection string to either input data tool or dynamic input tool

Raj_007
8 - Asteroid

Hi, could someone please guide me through this

What are you trying to do? I have an OCI connection string and we hard code the password in it. I want to store the password in a SQL server database so i can pull the password instead of hard code

 

Since the input data does not allow - I have tried to use the dynamic input but not sure how i can tell this to use the connection string that is coming from another tool

 

any suggestions

4 REPLIES 4
Raj_007
8 - Asteroid

any suggestions please!

nagakavyasri
12 - Quasar

@Raj_007 try using this:

 

Edit the Input Data Source Template to connect to ODBC and then in Modify SQL Query, select Replace a specific String.

 

Screenshot 2024-03-07 170151.png

Raj_007
8 - Asteroid

Hi Kavya, we only use the oci connection format; our server do not allow the dsn format because they do not help creating the dsn on server

 

 

Raj_007
8 - Asteroid

I did created an odbc locally in my desktop - Just for testing i used the input data tool - and specified the odbc

odbc:DSN=TESTDC01; UID=TEST01_USER102;    PWD=__EncPwd1__

 

when I try to run this in server it  failed  because we do not have the DSN=TESTDC01 server

data source name not found..

 

 

 

 

Labels
Top Solution Authors