In multi-node OC deployment, AD Auth sometimes work but sometimes is not work, error message is "an error was encountered while handing the remote login".
Issue Description: In multi-node OC deployment, AD Auth sometimes work but sometimes is not work, error message is "an error was encountered while handing the remote login".
Resolution:
IIS had Windows Authentication disabled on the secondary node, Enabling the same and restarting the IIS resolves the issue.
Steps to perform:
- Open IIS (Internet Information Services Manager)
- In the Connections section, under the Sites node, select UiPath Orchestrator
- In the main panel, double-click Authentication to view the details
- Select Windows Authentication and then, in the Actions panel on the right, select Advanced Settings.
Note: If not already enabled, enable Windows Authentication to continue with these instructions.
- Click the UiPath Orchestrator site on the left, and then double-click Configuration Editor in the main area.
- In the Configuration Editor, along the top, from the Section list, select system.webServer/security/authentication/windowsAuthentication.
- For useAppPoolCredentials, set the value to True.

