Field is too large: How can i find the defect document?

Hello!

I have one database that does not replicate anymore; the error message is: “Unable to replicate beacuse field is too large or column-formulas are too large (32k)”.

But how can i find the document(s) in the database, whitch has the defect field(s)? (View-forulas are not my problem in this db)

Thank you for any suggestion!

Bernd

Subject: One way

Create an agent that loop alla documents and report all items above 30k using notesItem.ValueLength

Or you could probably use a tool like Ytria analyzer to find the broken doc.

Subject: I would think that the replication log would give the noteID of the problem document.