[Date Prev][Date Next] [Chronological] [Thread] [Top]

Error 32 ?



So when I search for something that I know is in the database, I get results,
but I also get an err=32 (see log snippit below):


Jul 23 13:26:36 etsx4 slapd[26333]: conn=8296 fd=8 ACCEPT from
IP=17.216.21.43:50171 (IP=0.0.0.0:389) 
Jul 23 13:26:36 etsx4 slapd[26333]: conn=8296 op=0 BIND dn="" method=128 
Jul 23 13:26:36 etsx4 slapd[26333]: conn=8296 op=0 RESULT tag=97 err=0 text= 
Jul 23 13:26:36 etsx4 slapd[26333]: conn=8296 op=1 SRCH base="ou=externals,o=app
le" scope=2 filter="(cn=*tim*)" 
Jul 23 13:26:36 etsx4 slapd[26333]: conn=8296 op=1 RESULT tag=101 err=32 text= 
Jul 23 13:26:50 etsx4 slapd[26333]: conn=8296 op=1 SEARCH RESULT tag=101 err=4
nentries=999 text= 
Jul 23 13:27:31 etsx4 slapd[26333]: conn=8296 op=2 SRCH base="ou=externals,o=app
le" scope=2 filter="(cn=tim*)" 
Jul 23 13:27:31 etsx4 slapd[26333]: conn=8296 op=2 RESULT tag=101 err=32 text= 
Jul 23 13:27:32 etsx4 slapd[26333]: conn=8296 op=2 SEARCH RESULT tag=101 err=4
nentries=999 text= 
Jul 23 13:27:54 etsx4 slapd[26333]: conn=8296 op=3 SRCH base="ou=externals,o=app
le" scope=2 filter="(cn=tim abi*)" 
Jul 23 13:27:54 etsx4 slapd[26333]: conn=8296 op=3 RESULT tag=101 err=32 text= 
Jul 23 13:27:58 etsx4 slapd[26333]: conn=8296 op=3 SEARCH RESULT tag=101 err=0
nentries=1 text= 

when I search against a different branch (also happens to be in a different
physical db) I don't get the err=32:

Jul 23 13:30:26 etsx4 slapd[26333]: conn=8297 op=2 SRCH base="ou=people,o=apple"
scope=2 filter="(cn=tim*)" 
Jul 23 13:30:26 etsx4 slapd[26333]: conn=8297 op=2 SEARCH RESULT tag=101 err=0
nentries=94 text= 


What is causing the error?

(err=32 says it is 'no such object')

thanks,

Gary

(FAQ O Matic was no help either).