orchestrator
2023.10
false
- Getting Started
- Requirements
- Best Practices
- Installation
- Updating
- Identity Server
- Troubleshooting startup errors

Orchestrator installation guide
Last updated Jul 2, 2025
Updating Schedules of Internal Jobs
linkSome settings related to the schedules of internal jobs do not take effect immediately after changing the values in the
UiPath.Orchestrator.dll.config
file and restarting the app. For example, QueuesStatisticsScheduleCron
, DailyAlertMailJobCron
, etc.
For the changes to take effect, you must use the
UiPath.Orchestrator.Cli.exe
tool, which you can find in the \Tools\Cli
subfolder of Orchestrator installation directory.
To apply changes to internal jobs schedules, follow these steps:
- Make the changes in the
UiPath.Orchestrator.dll.config
file. - Restart the Orchestrator application.
- Open an elevated Command Prompt.
- Run the following command:
cd "C:\Program Files (x86)\UiPath\Orchestrator\Tools\Cli" .\UiPath.Orchestrator.Cli.exe database recreate-internal-jobs -c "C:\Program Files (x86)\UiPath\Orchestrator\UiPath.Orchestrator.dll.config"
cd "C:\Program Files (x86)\UiPath\Orchestrator\Tools\Cli" .\UiPath.Orchestrator.Cli.exe database recreate-internal-jobs -c "C:\Program Files (x86)\UiPath\Orchestrator\UiPath.Orchestrator.dll.config"Note: The default installation folder of Orchestrator isC:\Program Files (x86)\UiPath\Orchestrator
.