Hi there,
got the below error message (labeled like several other errors as error# 4005) from an agent’s log. The agent collects data from several databases on our cluster - all Domino 9 server . The agent was developed and executed on a Windows 7 /Designer 8.5.3 FP6 platform.
<<< Multi-Segment ID table length from Server is not length expected ({dbname}.nsf)>>>
This error is bound to a certain Db with 3’150’160 documents and around 12.2 GB.
I could find out that this error is caused by the call:
n&=DB.AllDocuments.count.
For testing purposes I have split it into :
Dim coll as Notesdocumentcollection
Set coll=db.AllDocuments
n&=coll.count
The error arises in the 2. line.
We tried to verify the db with Ytria ScanEZ - it gets the same error.
What does this error mean ? Couldn’t find an official error description !
Any ideas / suggestions ?
TIA, Joe