pass connection string to either input data tool or dynamic input tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
any suggestions please!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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..
