Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP | - |
Not Applicable | - |
Resolution:
Description:
============
As adapter configuration can not accept limit search size values larger than 1000. We have modify the parameters within project dat file.
Environment:
===========
TIBCO Adapter for LDAP 5.4.0
TIBCO Adapter for LDAP 6.0.0
Symptoms:
========
When an adapter user tries to set the “Enter the number of Entries” parameter on Service Configuration TAB, Designer does not accept a value greater than 1000.
Cause:
=====
TIBCO ActiveMatrix(R) Adapter for LDAP does not allow the query to return large number of records.
Resolution:
= = = = = =
After deployment, the project DAT file contains the LDAPSearchSize parameter. Here you change the parameter with the value you want to set. For example, you can change one parameter as follows:
<string name="LDAPSearchSize" value="All"/> => <string name="LDAPSearchSize" value="5000"/>
Remember to change all LDAPSearchSize parameters within the project DAT file.