How To Change The Orchestrator - Host To Orchestrator - Instancekey For Storage Bucket Folder

How to change the Orchestrator - Host to Orchestrator - Instancekey for storage bucket folder.

Issue Description: For the production Orchestrator(upgrade from 2019 to current 2021), in the Orchestrator storage location, there is one folder named "orchestrator-host" , to know if it can be changed to "orchestrator" + GUID(or instance key).

Post upgrade from 2020 to current 2021, in the Orchestrator storage location, the folder for host was named as "orchestrator" + instancekey.


The instancekey is the instanckey in the UiPath.Orchestrator.dll.config file. However in the production, there is no instancekey in UiPath.Orchestrator.dll.config file. To move the storage location to AWS, the folder "orchestrator-host" is not a legal name in AWS.


Resolution:

  1. Create a GUID with the following link https://www.guidgenerator.com/online-guid-generator.aspx
  2. Config the instance key in the UiPath.Orchestrator.dll.config file with reference to the file in QA system
  3. Create a new folder with name 'Orchestrator' + new GUID, and then copy the contents in the old 'Orchestrator host' folder into it
  4. Open cmd with administrator and type 'IISreset' to restart Orchestrator
  5. Upload a package in the Orchestrator, and check if it will be uploaded to the new folder.
1 Like