Field too large (32K)

Hi All

I am having a real strange problem.

What i am trying to figure out is whether the error message

Field is too large (32K) or views column and selecton formual too large.

Is specific to a field or not ?.

Is there any way to find out which field has actually violated the constraints ?

Thanks in Advance

Siddharth Pawar

Subject: Field too large (32K)

Siddharth,

There is a 32 KB limit on text fields and data returned by @DBLookup formulas. Either you are storing too much information in a text field or you are issuing a @DBLookup formula to retrieve a column that contains too much data. One possible cause is if a @DBLookup finds more than one document that fits the search criteria, and the combined information it tries to return takes it over the limit. I had this problem today which turned out to be caused by the presence of replication-save conflict docs so that my @DBLookup, designed to only find one doc, was trying to return the info in a certain column in the view with three docs.

Ken

Ken