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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] error - tLDAPOutput insert values in LDAP (AD)

Hi, when I try to insert new values in LDAP (Active Directory) with the tLDAPOutput component I have an error :

- [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090A8A, comment: Error in attribute conversion operation, data 0, vece
or with Die on error enabled
- Exception in component tLDAPOutput_1
javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090A8A, comment: Error in attribute conversion operation, data 0, vece ; remaining name 'CN=T*****,OU=*****,dc=****,dc=*******,dc=*****'

All my row are in string format.
Any ideas ? 0683p000009MPcz.png
Regards
Fred
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Problem fixed!
The DN was not good in tLDAPOutput component because I have already a dn for each user in the tMap.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,
The error has changed 0683p000009MACn.png
Actually it's :
[LDAP: error code 32 - 0000208D: NameErr: DSID-031001D2, problem 2001 (NO_OBJECT), data 0, best match of:
'DC=***,DC=***,DC=**'
This is my configuration:

I can import data into LDAP with the Talend LIDF generated file but the direct import with tLDAPOutput component doesn't work...
Anothers users had this error?
Regards
Fred
Anonymous
Not applicable
Author

Problem fixed!
The DN was not good in tLDAPOutput component because I have already a dn for each user in the tMap.