Forum Discussion
The server is unwilling to process the request
Hi ranjithckm7,
In the https://docs.microsoft.com/en-us/system-center/orchestrator/create-user?view=sc-orch-2019 runbook activity you need to specify a "Container Distinguished Name", if you don't set a "Configuration Default Parent Container" in the Prerequisite Configuration Settings of the Active Directory integration pack.
Also note that the https://docs.microsoft.com/en-us/system-center/orchestrator/create-user?view=sc-orch-2019 runbook activity creates a disabled user, it should always be followed by a https://docs.microsoft.com/en-us/system-center/orchestrator/enable-user?view=sc-orch-2019 runbook activity.
Best regards,
Leon
- ranjithckm7Oct 09, 2020Brass Contributor
Leon Laude I have configured "Configuration Default Parent Container" in active directory option and result of that it get's creating user account in disabled manner and as i read somewhere else, without setting password during a user creation leads to this issue and I have verified the same by adding password. Thanks.
- Leon LaudeOct 09, 2020Iron ContributorSo it all works?
When creating a user, you must provide a password.- ranjithckm7Oct 09, 2020Brass Contributor
Leon Laude Yes It works. But I'm not sure if it's the right way.