I write a agent,in the agent I want to put a value into a field of documents.for example:
doc.aa = “xxxxxxxxxxxxxxxxxxxx”
doc.save(true,false),
the value is not large than 5k.
but in some documents(about 3000 documents)I can insert the value to the field, but in some documents(about 35 documents),I can’t insert the value,it will type"notes error:Field is too large (32K) or View’s column & selection formulas are too large", I don’t know why?! who can help me,thanks so much.
Subject: notes error:Field is too large …
Can you provide more information?Is the database very large? does it have a quota? Was the database developed in a previous version of Notes? How many fields are there in the main form? how many views?
Can you provide the full content of your agent?
Thanks 
Nicolas Abesdris
Quintessence e-solutions Inc.
Subject: RE: notes error:Field is too large …
In addition to the restriction on the size of a single field, there’s a limit to the total amount of summary information you can have in a single document. It sounds like the 35 documents you mention are close to that limit, and the extra information you’re trying to add puts them over the limit.