Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Surya1234
Contributor
Contributor

tLDAPInput fetch Issue for AD Group with more than 1500 Members

Using tLDAPInput component to fetch AD data . In AD data attribute “member” have all members DN for a Group with semicolon(;) separated format.

In tLDAPInput Schema “String” datatype used for member attribute. For a group having less than 1500 members, able to get all members DN associated with that group.

But, when try to fetch that “member” attribute for a group having more than 1500 members , it returns null [Indicates no members associated with that group].

Please help  on solution to fetch all members attribute value for a group having more than 1500 members

Talend Version - 7.3.1

Labels (2)
1 Reply
Shicong_Hong
Support
Support

Hello  

It's a AD limitation. Here is an answer to your question in this topic. 

https://community.qlik.com/t5/Design-and-Development/tLdapInput-tLdapOutput-Active-Directory-Groups-...

So, you need to do a loop and use a range specifier on tLDAPInput till all members data are retrieved.

Regards

Shicong