Field is too large (32K) or View's column & selection formulas are too large - error on replication status

Hi all

I am seeing this error message on my replication page, on 1 specific database only, yet it continues to perform fine. The error sporadically appears and disappears at irregular intervals (gotta love that!).

I think one particular document is causing the error due to a field being too large, but how do I find which is the offending document, and which field?

Also, does the error message mean that for THAT particular replication, it stopped at the offending document?

Any ideas are appreciated.

Paul

Subject: Field is too large

Not sure about the replications errors, but if you are looking for a “field being too large” you can probably do it in LotusScript. Use the AllDocuments property of the NotesDatabase to get the documents, the Items property of the documents to get all the items and the ValueLength property of the items to get the number of bytes.

Hope this is helpful!

Subject: RE: Field is too large

well, it seems that there are situations when the offending document can not be accessed at all.

Right now I have one that I can’t get hold of by

db.getDocumentbyID or any other means although I know its Noteid. I can’t acess it neither from backend nor from frontend, to check properties (apart from ID and creation/modified dates).

OK, I deleted it from the frontend. That was the only operation that I could do with it.