Hi, My application sometime hangs when it tries to search and modify the directory entry. The application will modify the directory entry every 45 minute. I could not figure out exact function where the program hangs.
Directory server detail: Netscape Directory Server 4.1.2 The application is using Netscape LDAP SDK 3.0 to access the directory server. It is single threaded application. It is using ldap_search_ext , ldap_modify_ext Asnyc for seach and modify the entry. I have given the Netscape directory access log entry at the time of hanging. (Note: it has failed only in this point. It was successful in the operation previous time) [10/Nov/2001:11:29:30 +1100] conn=327 op=132 SRCH base="cn=test,ou=testou,o=testo,c=AU" scope=0 filter="(objectclass=*)" [10/Nov/2001:11:29:30 +1100] conn=327 op=132 RESULT err=0 tag=101 nentries=1 etime=0 [10/Nov/2001:11:30:25 +1100] conn=327 op=-1 fd=1608 closed - A1 >From access log it seem the connection is closed. I want to know who initiated the closing operation(directory server OR Application) & why the application hangs. If someone gives any hint on this it will be helpful to me. Thanks & Regards, Kamal.
