irahmat
(Indra Rahmat)
March 2, 2023, 3:29am
1
Hi All,
I have installed Action Center on-prem with custom port : 1443. default is 443.
I have cases where I need to show a pdf preview on the action center, however, I got an error message
“Bucket file for form data not found”. as I check on my config such as storage bucket name, folder name, queue name, and file name. all of them are correct.
deeply check, finally I found the cause from inspect element where the url api still use the default port.
so How can I change this port follow my custom port?
thanks,
Indra
1 Like
How to change the URL and custom port after installation of Orchestrator ?
Perform the below steps to configure Custom Port / Changing URL of the Orchestrator :
Need to update below Keys with the URL (If URL Changing) and update the port number in below format (If looking for Custom port)
Updating Configuration in Orchestrator
Go to the UiPath.Orchestrator .dll.config file in below location
Default location - C:\Program Files (x86)\UiPath\Orchestrator (Installation location may change if Orchestrator installed in custom location)
Here for example, take URL as UiPath.orchestrator .com and port as 444
Save the config file
Note: Before doing changes requesting to take a back up of the same
Updating Configuration in the Identity
Go to the appsettings.Production.json file in below location
Default location - C:\Program Files (x86)\UiPath\Orchestrator\Identity (Installation location may change if Orchestrator installed in custom location)
“IdentityServerAddress”: “https://uipath .orchestrator .com:444/identity”
“OrchestratorUrl”: “https://uipath .orchestrator .com:444”
Save the config file
Note: Before doing changes requesting to take a back up of the same
Updating Configuration in the Database - Go to the database and expand the tables update the below URL’s in the below tables
identity.ClientPostLogoutRedirectUris
Update new URL with port in 2 rows in which has below format
Update new URL with port in 1 rows in which has below format
Note: Wrong updating may down the orchestrator (requesting to take back up before doing changes)
IIS Binding Configuration
Configure Orchestrator website bindings in the orchestrator with the updated URL and port.
Restart the IIS.
1 Like
irahmat
(Indra Rahmat)
March 2, 2023, 6:11am
3
HI Ganesh,
thank you for your update but my real question is about the Action center custom port, not the Orchestrator Custom port.
BR,
Indra
Anil_G
(Anil Gorthi)
March 2, 2023, 7:24am
4
@irahmat
I hope this might help you
Action Center is available for on-premises installation, allowing you to manage actions from a dedicated user interface, other than the Actions tab in the corresponding Orchestrator instance.Although Action Center relies on an existing Orchestrator...
Cheers
2 Likes
system
(system)
Closed
March 5, 2023, 10:51am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.