Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

LdapOutput: error inserting manager or secretary attribute in Ldap

Hello,
When I try to update the "manager" attribute by inserting the managers DN, I get the following error:
Exception in component tLDAPOutput_6
javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 19 - 000020B5: AtrErr: DSID-03152392, #1:
0: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 150015 (manager).

.

Here is the LDIF i'm trying to execute.
version: 1
dn: cn=BAR CRIS,ou=AD,dc=com,dc=local
CDMATN: 5000
DISPLAYNAME: BAR CRIS
NOMSAN: BAR
PRENON: CRIS
TELEPHONENUMBER: 00100791000
sAMAccountName: BAR
USERACCOUNTCONTROL: 544
MAIL: en_cours
USERPRINCIPALNAME: BAR@mail.com
CDDEPN: 300
HOMEPHONE: 3400.BMP
OTHERHOMEPHONE: 1200
LISTEP: SYSTEMES
LIBEMN: RESPONSABLE SAISIE 0
INITIALS: C
objectClass: top
objectClass: user
MANAGER: CN=ENO VALE,OU=Direction Business,OU=AD,DC=com,DC=local

Could you please give me advise how to solve this problems
Best regards
na
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi,
Can you add the screenshot of your tLDIFInput and tLDapOut configuration please?
Best regards,
GAT
Anonymous
Not applicable
Author

Hi,
Please find attached the screenshot of the tLDIFInput and the tLDapOut configuration
Regards
NA
Anonymous
Not applicable
Author

The data is not valid for the attriibute. Try passing a simple short string "XXX" or a simple numeric type "123". You may just be exceeding the length allowed.
Error 19 : LDAP_CONSTRAINT_VIOLATION: Indicates that the attribute value specified in a modify, add, or modify DN operation violates constraints placed on the attribute. The constraint can be one of size or content (string only, no binary).