I am struggling to find a fix for this. Can anyone see any Notes limits I might have overstepped?
There is a document in a database which has started to give this error when I try to save any change to it. Other documents in the database cause no error.
I realise the simple solution is delete the document, unfortunately it’s a “control document” rather than a “user content” one. I can’t remove it without breaking the design. Details of the document;
891 fields (yes I know. I inherited this design. Sigh)
Of these, 131 are summary fields
The total size of all fields (from NotesItem.ValueLength) is 87677 bytes
The total size of all the summary fields is 9673 bytes. I think the Notes limit on this figure is 64000
The biggest single field is 23165 bytes. I think the Notes limit on this figure is 64000
There are no rich text fields and no attachments
So far I have tried;
-
Truncating some fields to reduce their size. I still get an error when I try to save any change
-
Creating a new document by copying the items one by one, using NotesItem.CopyItemToDocument(). I get an error when I try to save the new document.
-
Creating a replica of the database, running fixup and compacting it. I still get the error.
Any suggestions would be welcome. I have Notes 6.5.4 client running on Windows XP. Best wishes, Ian