JY post a question under Opalis.
Orchestrator AD Integration Pack
I am receiving the following error when trying to test the create user module in Orcestrator 2012.... I took the Parent distinguished name right from ADSI edit. Any ideas why it would not find the path? Are there any examples? The parent path 'OU=Users,OU=IT,DC=ourdomain,DC=com' was not found. Exception: AdParentPathNotFoundException Target site: LdapUser.CreateNew Stack trace: at Microsoft.SystemCenter.Orchestrator.ActiveDirectoryCore.LdapUser.CreateNew(ISafeDirectoryFactory factory, String parentDn, String name, String samAccountName) at Microsoft.SystemCenter.Orchestrator.ActiveDirectoryCore.LdapDirectory.CreateNewUser(String parentDn, String name, String samAccountName) at Microsoft.SystemCenter.Orchestrator.ActiveDirectoryCore.LdapDirectory.CreateNewUser(String parentDn, String name) at Microsoft.SystemCenter.Orchestrator.ActiveDirectoryIP.Execution.CreateUserExecutor.C