Hi, I am trying to connect to the database, I have the credentials and the server name. but I didn’t find any database name, without selecting the database name. I am just testing but it’s giving me the below error popup.
I think yes, I have the username, password and the server name, I want to connect my machine with the client database. They have provided me SQL 2008 configuration.
Hi, I can’t check because this database things on client side. I am using my local machine only. I have even not connected with the VPN. From my machine I want to connect their database.
As mentioned above I have only login credentials and the server name.
Try to connect this database in Sql server management studio. if its work in SSMS studio then it also work in uipath.
you have to ask your client to check for Sql server browser service is running on that machine and TCP/IP port is enable and also check for forewall for inbound rule for 1433 port number.
Hi
In your sql server before running a query you will be selecting a database to ensure where to run that query right…
We need that database name to be mentioned here
And it must be mentioned by you and only we will be able to test the connectivity
Kindly check once in your sql server for database name as to run a query in sql server it will be run under a database
Yes, I tried without giving any database name, but it’s giving me the same error.
What can be the cause for this error. ? Bcz I don’t have any access to check in the SQL Server as It’s on client place only. @Palaniyappan
Bro, I am not able to run any query, As I don’t have any access to the SQL Server, I will only when I will be able to connect to the database.I am connecting from my local machine. This SQL all setup is on client place, only they provided me the Login credentials and the Server Name.