When installing Orchestrator, one of the following errors is encountered:
Some of the mandatory windows features or server roles are missing from this machine. Verify prerequisites in the Orchestrator documentation. Setup will now exit.
UiPath Orchestrator requires the following Windows features to be enabled
Issue Overview
When installing Orchestrator the following error is encountered:
"Some of the mandatory windows features or server roles are missing from this machine. Verify prerequisites in the Orchestrator documentation. Setup will now exit."
"UiPath Orchestrator requires the following Windows features to be enabled"
Root Cause: A windows component needed for Orchestrator is missing.
Resolution: Make sure to install at the pre-requisites.
- Verify the pre-requisites here:
- Run our powershell script for setting up roles:
- Download the scripts link
- Just copy the content to a text editor and save it as InstallRolesAndFeatures.ps1
- Open a powershell prompt.
- Run the powershell script that was created in step 1.
- Hint one the file that was created, right click while holding shift. In the pop up menu there is an option to copy the file path. This is an easy way to get the fully qualified path to the file. Paste the value in powershell.
- The scripts are not digitally signed running them directly might generate a 'PSSecurityException'. If this is the case, use the following command to bypass the policy: powershell.exe -noprofile -executionpolicy bypass -file .\InstallRolesAndFeatures.ps1
- Download the scripts link
- If this does not resolve the issue, follow the KB article on debugging the General Orchestrator Installation Troubleshooting .