ODBC Driver manager error on connecting to database

What driver do I need to install to make this work? I tried 2 different odbc driver and seems like it is not the right driver

Hello @joscares , Did you add the Sql drive in ODBC?
image

Hi @joscares

Check out the Tutorial for more info

Regards
Gokul

I dont have postgresql on that window do i need to download it?

@joscares , Yes, anyone sql driver need to access data base.

okay doing this guide i’ll let you know the result tnx!

Hi @joscares

The above tutorial contains Download the PostgreSQL and Configure with ODBC server.

This below tutorial is to configure with Uipath

Regards
Gokul

Hello @joscares

  1. You first download ODBC 32-bit and install on your computer.
  2. Once installed, open ODBC Data Source Administrator (32-bit).
  3. Click on Add and select MySQL ODBC 8.0 ANSI Driver and then Finish.
  4. You shall land over to connection parameters. Enter desired Data Source name.
  5. After entering server parameters (in my case Wampserver) test the connection.
  6. If the connection is successful, you can use this into UiPath through connect acitivity.
  7. In the configure connection, you need to select Connection Wizard and then > ODBC.
  8. You need to choose ‘Microsoft ODBC Data source’ from the drop down menu.
  9. Finally pick up your Data source name into Data source specification.
  10. Test the connection for successful and you are done with it. Cool…

Let me know if you are facing any issues into the connection.

Thank you.

Im done with the installation but I cant find this
image

here is mine
image

version installed

Hi @joscares

have you done the following steps

Installation step for PostgreSQL driver

  1. Install PostgreSQL driver (32-bit) click this link.
  2. Then click Download>msi> psqlodbc_13_02_0000-x86.zip . Note: Don’t Install psqlodbc_13_02_0000-x64.zip, because it does not work for me.
  3. Then unzip the folder and start installing “psqlodbc_x86”.
  4. Click Next, then finish the setup.

Regards
Gokul

Okay, got it my next issue is this


I can’t find the right option

Here is my screenshot

Okay, seems like i set it up correctly how can I connect now to our own database? not using test environment of postgresql

Hi @joscares

You have to update the parameter in this window again

image

Regards
Gokul

yeah tried that and this is the error i received

image

Check the Server in the ODBC Driver @joscares

You mean this?

HI @joscares

In the Server → Localhost and check it.

Regards
Gokul

Sorry where can i find the server → localhost

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.