What is the maximum number of objects that can be returned by a search. I have a search that is working, however I just added a large number of accounts to the Directory and suddenly the search fails, with a message stating that LDAPClient 3 is unavailable, however is I exclude the group of accounts created in the directory the search works again. Previously the driectory had under 75,000 accounts, now there is over 108,000.
This is the search as it should be, and was (working prior to the addition of user account):
Search_Parameter = "UserName=*"
Set ret_Entries_GU = LDAP_eTrust.Search(Server.Base_User_DN, Search_Parameter , 1)