How to connect SQL server and orchestrator?

Hi,

How can I connect sql server to uipath database? I couldn’t find uipath database in my computer.

Can someone help me?

Regards,

@Canberk

Hi @Canberk

Go to manage package and search uipath.database.activities install this package and use data base activities.

Regards,
Kommi Jeevan.

I know this activity but how can I reach the database of UiPath :slight_smile:

I mean what is the server name etc.

Use connect activity in properties connection string use below code:

“Data Source=ServerName;Initial Catalog=DBName;User ID=username;Password=password”

ServerName : your computer name.

@Canberk
If you are using community edition there is no “uipath database”. You can set up your own database and access it with the UiPath.Database.Activities that @kommijeevan mentioned.

If you are using Enterprise and trying to access the SQL server that Enterprise Orchestrator is connected to then your system administrator (or whoever set up Orchestrator) should know how to connect to that database.

Whoever installed the Orchestrator (Enterprise) they had setup the Database too.
Please check with them.

Regards,
Karthik Byggari

4 Likes

You cannot connect orchestrator and SQL DB, while you setting up orchestrator that time itself they both has to be linked.

2 Likes

For Orchestrator (Enterprise) Sql server database need to configure.

If you have Orchestrator for community then you don’t need to configure SQL server

Thanks

1 Like