Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

LDAP: error code 19 when attempting to update manager in AD

ram81
New Contributor III
New Contributor III

We are trying to update the manager attribute in AD with the update account JSON below. All accounts are enabled in both Saviynt and AD but the update process is failing with the error shown below. 

Update Account JSON:

{
"givenName": "${user.firstname}",
"sn": "${user.lastname}",
"manager":"${managerAccount?.accountID}",
"objectclass": [
"top",
"person",
"organizationalPerson",
"user"
]
}

 

Specific Error from Logs:
Error while Update operation for account-3 in AD - [LDAP: error code 19 - 000020B5: AtrErr: DSID-03153438, #1: 0: 000020B5: DSID-03153438, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager) ]

2 REPLIES 2

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @ram81 

Please refer to the below post with similar issue.

Error in updating manager attribute in AD - Saviynt Forums - 31211

Regards,

Dhruv Sharma

rushikeshvartak
All-Star
All-Star

Please confirm if this issue is resolved


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.