View Single Post
  #1 (permalink)  
Old 20-Apr-2009, 17:34
w8swasi w8swasi is offline
Puzzled Penguin
 
Join Date: Apr 2009
Posts: 44
w8swasi hasn't been rated much yet
Default Database Error while adding .ldif data file in LDAP Server

HI
i am using openSuse11.1. while configuring LDAP Server 2.4.12 when i try to add my .ldif file i got this error message. The command i used for adding the file is "slapadd -l ./tree.ldif"

"bdb_db_open: database "o=bch": database already in use.
backend_startup_one: bi_db_open failed! (-1)
slap_startup failed"


and if i use this command"ldapadd -D "cn=admin,o=bch" -x -W -f tree.ldif" then i get this message

adding new entry "o=bch"
ldap_add: Already exists (68)


where rcldap is running
any help or suggestion in this situation.
Thanks
Reply With Quote