Forum Discussion
The server is unwilling to process the request
Hi Team, I'm quite new to SCORCH and I'm experiencing an issue with very basic task. I'm trying to create a user and enable it. It's creating but not getting enabled. PF error below.
5 Replies
- Leon LaudeIron Contributor
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- ranjithckm7Brass 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 LaudeIron ContributorSo it all works?
When creating a user, you must provide a password.