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)