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

[1297 byte] By [Rabiaa] at [2007-11-27 6:51:04]
# 1

Hi,

This error only occur when a Seach is requesting Server Side Sorting but there is no VLV index configured to handle the search and sort.

The VLV index configured has been updated and maintained properly as entries have been added and removed.

Note that when you configure a VLV index, you must rebuild all indexes to have all existing entries part of the built index.

Ludovic.

ludovicpa at 2007-7-12 18:25:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

> Hi,

>

> This error only occur when a Seach is requesting

> Server Side Sorting but there is no VLV index

> configured to handle the search and sort.

>

> The VLV index configured has been updated and

> maintained properly as entries have been added and

> removed.

> Note that when you configure a VLV index, you must

> rebuild all indexes to have all existing entries part

> of the built index.

>

>

> Ludovic.

We have 2 multi master replica's. Can I rebuild the indexes again on both of the directory servers?

For my information how can I rebuild all indexes to make all exiting entries part of the built index?

Rabia

Rabiaa at 2007-7-12 18:25:19 > top of Java-index,Web & Directory Servers,Directory Servers...