I have installed MySQL 9.2 in my Mac laptop. Created an automation project in the UI Path Studio Web. But the connection itself fails with the following issue: Error: System.Data.Odbc.OdbcException: ERROR [IM002] [unixODBC][Driver Manager]Data source name not found and no default driver specified
Is it possible to connect UI Path Studio Web automation project to the local MySQL database?
Does the same happen regardless of whether you use the cloud serverless runtime (which comes with the pre-installed drivers) or your local machine runtime?
I installed My SQL 9.2.0 in my local. Also, I am able to connect to MySQL databases using using terminal.
Also, I installed MySQL ODBC Connector version 9.2.0 too in my local.
I tried creating a DSN for the local MySQL database in my local. I am getting the below issue when I use the connection string with DSN name: Error: System.Data.Odbc.OdbcException: ERROR [01000] [unixODBC][Driver Manager]Can't open lib 'MySQL ODBC 9.2 ANSI Driver' : file not found
I do have to mention that the cloud runtime will not have access to your local database because it runs your automation on a UiPath Serverless runtime unit on our Cloud.
The way to test this from Studio Web would be by using the “On local machine” option:
Thank you so much. I will try using “On local machine option” and let you know the result. Thanks.
Any way to setup MySQL database as a service in the UI Path cloud environment? Can we connect from UI Path Web to a Relational Database Service such as Amazon RDS? Please clarify.
We continue to investigate the exact steps to be taken to properly install the MySQL ODBC driver on macOS to allow the activity to work locally as well. We will update the documentation once the steps are clarified.