Hi,
in 9 of 10 cases, "unwilling to process" with enabling a user means the account has no password set.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello All, I'm new to Orchestrator. I'm trying to accomplish very basic automation task which is getting failed with below error. Please advise.
The server is unwilling to process the request.
Exception: DirectoryServicesCOMException
Target site: DirectoryEntry.CommitChanges
Stack trace:
at System.DirectoryServices.DirectoryEntry.CommitChanges()
at Microsoft.Accelerators.ActiveDirectoryCore.Internals.SafeDirectoryEntry.CommitChanges()
at Microsoft.Accelerators.ActiveDirectoryCore.Internals.PropertyHelper.LdapStaticHelper.Update(ISafeDirectoryEntry safeDirectoryEntry, ISet35`1 supportedPropertyNames)
at Microsoft.Accelerators.ActiveDirectoryCore.Internals.PropertyHelper.LdapComputerUserPropertyHelper.EnableAndUpdate()
at Microsoft.Accelerators.ActiveDirectoryCore.LdapUser.EnableAndUpdate()
at Microsoft.SystemCenter.IntegrationPack.ActiveDirectory.Execution.EnableUserExecutor.DoAction(Object executionItem)
at Microsoft.SystemCenter.IntegrationPack.ActiveDirectory.Execution.AExecutor.ExecuteNonGetAction(Object executionObject)
at Microsoft.SystemCenter.IntegrationPack.ActiveDirectory.Execution.AExecutor.Execute()
at Microsoft.SystemCenter.IntegrationPack.ActiveDirectory.Execution.ActiveDirectoryProgram.ExecuteProxy(ExecutionProxy proxy)
at Microsoft.SystemCenter.IntegrationPack.ActiveDirectory.AActiveDirectoryActivity.Execute(IActivityRequest request, IActivityResponse response)
Hi,
in 9 of 10 cases, "unwilling to process" with enabling a user means the account has no password set.
Hi,
yes. I would also ncheck the account.
Are you using the Microsoft Active Directory Integration Pack for System Center? Check that the account dor the connector used has the appropriate permmissions: In Runbook Designer choose Options / Active Directory and check the account which is set in the connector of the Activity.
Regards,
Stefan
Please also refer to the following document configuration:
I'll check and update.