error 20747
Hi,
I get a lot of these messages in the errors log.
[08/Jun/2007:08:07:34 +0200] - ERROR<20747> - Backend Database - conn=-1 op=-1 msgId=-1 - compare_entries db err -30991 while loadi
ng entry 41
For the outlook connector we had to make a vlv index. This index was created one year ago. In the meanwhile we had a lot of accounts deleted and created.
My question is do I have to update the vlv-index and how to do this.
The vlv index I made 1 year ago I used the following aci:
dn: cn=Browsing hva.nl,cn=userRoot, cn=ldbm database,cn=plugins,cn=config
changetype: add
objectClass: top
objectClass: vlvSearch
cn: Browsing hva.nl
vlvbase: dc=hva,dc=nl
vlvscope: 2
vlvfilter: (&(mail=*)(cn=*))
aci: (targetattr="*") (version 3.0; acl "VLV for Anonymous"; allow (read,search,compare) userdn="ldap:///anyone";)
dn: cn=Sort by cn, cn=Browsing hva.nl,cn=userRoot, cn=ldbm database,cn=plugins,cn=config
changetype: add
objectClass: top
objectClass: vlvIndex
cn: Sort by cn
vlvSort: cn
I used this command to submit the ldapmodify
ldapmodify -h localhost -D "cn=Directory Manager" -w <password> < /tmp/vlv.ldif
Kind Regards,
Rabia

