Unable To Create Users In Active Directory Using The UiPath.ActiveDirectoryDomainServices.Activities

How to resolve the error 'Server is unwilling to process the request ' while creating the user in AD using UiPath.ActiveDirectoryDomainServices.Activities package?

Root Cause: This error can occur if one of the policies set to the user creation in AD (Active Directory) is not met by the values configured in the activity.

For example, Password complexity requirements set in the AD group should be satisfied by the password value provided in the activity.

Troubleshooting Approach

  • Perform the same operation on AD manually using the same details provided in the Create User activity (part of UiPath.ActiveDirectoryDomainServices.Activities package) .