Error 406 not acceptable - Troubleshoot steps

Issue
Error 406 not acceptable----Error 406 not acceptable :

Troubleshoot Steps

First Step: Verify the below scenarios

  • User, from where the project is published, should have proper access to UiPath folder. (%ProgramData%\UiPath) i.e C:\ProgramData\UiPath
  • Try uploading packages from Orchestrator UI.

If you are facing issue in uploading from Orchestrator UI ,
Nuget folder where you are trying to publish the files does not have enough permissions is what i suspect. Please grant read and write permissions for the user with which the Application Pool is running i.e in case the Pool is running with " xxxxxUser " provide rights to the custom account with which the Application Pool is running with and then try publishing.

Please follow the below steps to grant read and write permissions for the user with which the Application Pool is running. Grant the Read permission to the IIS_IUSRS group f for the Web.config file. To do this, follow these steps:

  1. Go to UiPath Orchestrator installed folder i.e. C Drive of Server.
  2. Right Click Properties .
  3. Click the Security tab, and then click Edit .
  4. Click Add .
  5. In the Enter the object names to select box, type Authenticated Users , click Check Names , and then click OK .]
  6. Give Read/Write access to the user from the list, and then click OK .
  7. Recycle Application Pool
  8. Restart IIS
1 Like