How to change SQL Port number instead 1433

Hi All,

Am new to UiPath Orchestrator.
Can you advise if the default SQL Database port will be change from TCP port: 1433 to TCP port: 400xx

What is the impact to Orchestrator and where need to be updated?

Thanks in advance!

Regards,
Ilai

Assuming you are on latest release, you will need to update the DB port in 3 files -

UiPath.Orchestrator.dll.config ( `C:\Program Files (x86)\UiPath\Orchestrator` )
appsettings.Production.json.   ( `C:\Program Files (x86)\UiPath\Orchestrator\Identity` )
appsettings.Production.json.   ( `C:\Program Files (x86)\UiPath\Orchestrator\Webhooks` )

Reset the IIS server after updating the port and all should work fine.

1 Like

@anuj.dwivedi thanks for your reply.

Let me do the changes as you said and will test.

Thanks a lot!

Regards,
Ilai