Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.