Limited Size Exceeded informational message in TIBCO adapter for LDAP while performing LDAP_SEARCH operation

Limited Size Exceeded informational message in TIBCO adapter for LDAP while performing LDAP_SEARCH operation

book

Article ID: KB0075849

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Adapter for LDAP 6.1.1

Description

While performing the LDAP_SEARCH operation on the Microsoft active directory (Windows Server) using the TIBCO ActiveMatrix(R) Adapter for LDAP and when the search out data exceeds the size limit which is defined at the Microsoft server by the parameter “MaxPageSize” then the customer may not be able to fetch all the records which are present in the ldap server and will get the following informational message in the logs of tibco ldap adapter instance.

<Project_Name> Info [Adapter] AELDAP-00013 Service: <Service_Name> Operation: LDAP_SEARCH DN: null Limited Size Exceeded!

To explain the above scenario with example, consider that there are around 4000 records which are present in the ldap sever and the “MaxPageSize” is defined to be 3000 on the windows server. Due to which when customer perform the LDAP_SEARCH operation using the tibco ldap adapter they will be able to fetch less than 3000 records because the MaxPageSize is defined as 3000.

Issue/Introduction

Limited Size Exceeded informational message in TIBCO adapter for LDAP while performing LDAP_SEARCH operation

Environment

OS : ALL LDAP SERVER : Microsoft Active Directory

Resolution

So as a solution to the problem we would request the customer to please change the MaxPageSize value to a value greater than their requirement and to do so please ask the ldap administrator to follow the steps which is mentioned in the below link: -

https://support.microsoft.com/en-us/help/315071/how-to-view-and-set-ldap-policy-in-active-directory-by-using-ntdsutil
https://angry-admin.blogspot.com/2017/07/view-and-change-AD-MaxPageSize.html

Additional Information

https://support.microsoft.com/en-us/help/315071/how-to-view-and-set-ldap-policy-in-active-directory-by-using-ntdsutil
https://angry-admin.blogspot.com/2017/07/view-and-change-AD-MaxPageSize.html