Home » Bulk AD Users - Bulk AD Users - General » AD Update Not Working Messages in this topic - RSS
|
8/17/2011 10:03:21 AM
kcamacho
kcamacho
Posts 1
I am getting the following error:

Attribute Name: manager
Mode: Replace
Result: Failure
Detail: A constraint violation occurred.

I am logged on as a Domain Admin and connecting to LDAP as Domain Admin. This happens from my computer but also on a Domain Controller.
Any ideas?
edited by kcamacho on 8/17/2011
8/21/2011 8:30:34 AM
admin
admin
Posts 331
Hi,

The manager attribute must be input in DN (distinguished name) format. e.g. CN=david.wiseman,OU=MyUsers,DC=wisesoft,DC=uk

You can use the bulk modify dialog with the "check name" button to ensure that you input the value in the required format.

Hope this helps,

David
9/28/2011 10:36:59 AM
drotondo
drotondo
Posts 1
Hi David,

Is there no way this can be done via CSV update even if the "manager" attribute is being entered as a DN?

Thanks!
edited by drotondo on 9/28/2011
10/9/2011 7:58:08 AM
admin
admin
Posts 331
Hi,

The manager attribute can be updated using the CSV update method as long it's in DN format. Your CSV file might look something like this:

sAMAccountName,manager
MyUser01,"CN=MyManager,OU=Managers,DC=wisesoft,DC=co,DC=uk"
MyUser02,"CN=MyManager,OU=Managers,DC=wisesoft,DC=co,DC=uk"

Hope this helps,

David
pages: 1
|

Home » Bulk AD Users - Bulk AD Users - General » AD Update Not Working