04/14/2023 06:24 AM
Hello,
Getting the below error when I put in the manager attribute update line in update account json:
Error while Update operation for account-TestThree in AD - [LDAP: error code 19 - 000020B5: AtrErr: DSID-0315317E, #1: 0: 000020B5: DSID-0315317E, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager) ]
This occurs when I put no value in the manager attribute and when I put the account id of a user account in the manager attribute in the update csv file.
"manager":"'+managerAccount?.accountID+'", - this is the code
Does anyone have any input in here?
Thank you,
Seemran Biswal
04/14/2023 01:34 PM
HI @seemran17,
Greetings.
As per the error provided by you, LDAP error code 19 is thrown when the field you're trying to update exceeds the limit value of the LDAP field.
Also check if you're not trying to change anything that is not supposed to, on manager's AD entry (Ex DN).
It's an Error thrown because of the issue on the target application (AD) end.
Thanks,