MariPanda
(Marian Varga)
January 10, 2022, 3:06pm
1
Hello Guys,
I have an SQL database which is being updated every day. I need to connect to it to retrieve data.
I found at the forum manuals for the UiPath.Database.Activities, but none of them is dealing with the ‘ODBC Data Source’.
I believe I need to build a connection string, but I have no idea how to do that.
While doing my research I found an extension that I might be missing.
But I don’t want to purchase it until I am sure that that’s what is missing.
1 Like
Hey @MariPanda
I think you can try building your connection string as below.
Driver={driver};Server=endpoint;Database=database_name;UID=user_name;PWD=password;Port=port_number
This may help. Also the detailed docs are here - Configuring an ODBC connection - Amazon Redshift
Thanks
#nK
MariPanda
(Marian Varga)
January 11, 2022, 10:58am
3
Thank you @Nithinkrishna ,
This looks very promising!
At my default VM the connection is successful :
While on the DEV VM is failing :
I will have to find a difference between the settings - If you have an idea where it could be I would most welcomed it, but this is a big progress alraedy.
1 Like
Srini84
(Srinivas Kadamati)
January 11, 2022, 11:35am
4
@MariPanda
Can you check with your network team that Is the 5439 port is open on the Dev VM
Hope this may help you
Thanks
1 Like
Kindly check the suggestion provided by @Srini84
MariPanda
(Marian Varga)
January 11, 2022, 3:12pm
6
Thank you I will address it with them.
system
(system)
Closed
January 14, 2022, 3:12pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.