Adjust the page size limits in Spotfire. The suggested solution depends on which of the two Open LDAP limits are reached.
Scenario 1 Your TIBCO Spotfire Server (TSS) settings are set to use a "user search filter" and get users from contexts so the total numbers of entries returned from Open LDAP is 1600 for example. You are using the default "page size" in your LDAP setting in TSS which is 1000.
This will fail with the "[LDAP: error code 4 - Sizelimit Exceeded]" error as the
size.pr in Open LDAP is set to 500 while the equivalent setting in TSS is set to 1000
Solution Set the page size in TSS to 500 or less. To set the page size open UI Configuration Tool, navigate to Configuration tab, select User Directory: LDAP from the left pane, on the right side in LDAP settings scroll down and expand Advanced settings. Modify field Page size, save the configuration and restart TSS.
Scenario 2 Your TSS settings are set to use a "user search filter" and get users from contexts so the total numbers of entries returned from Open LDAP is 2500 for example. You are using the default "page size" in your LDAP setting in TSS which is 1000.
This will initially fail with the "[LDAP: error code 4 - Sizelimit Exceeded]" error as the
size.pr in Open LDAP is set to 500 while the equivalent setting in TSS is set to 1000. If/when you change the "Page size" in TSS to 500, you will still get the same Size limit error, since the search is returning more than 2000 entries.
Solution Edit the size.prtotal in your Open LDAP settings to a higher number.