| Author |
Java App processed partial resultset
|
David Miranda
Ranch Hand
Joined: Mar 14, 2005
Posts: 34
|
|
Hello all, Is there any reason why a Java program would only process a partial resultset from LDAP? I queried an LDAP database using a Java program, the LDAP logs say LDAP sent 10232 entries back: op=1 msgId=2 - RESULT err=0 tag=101 nentries=10232 etime=1206 notes=U But my program while(results.hasMoreElements()) returned 3012. No exceptions were thrown. Any ideas why this would happen? Buffer overflow? Network issues? Client memory issues? Thanks
|
 |
suekar meredilko
Ranch Hand
Joined: Mar 27, 2006
Posts: 153
|
|
Hi David, Just a thought, may be its your selection criteria or the attributes you are filtering which affect the result set.
|
 |
 |
|
|
subject: Java App processed partial resultset
|
|
|