we have a Domino server with one mail.box database. When a user tries to send a message to a local user group the server returns an error:
Field is too large (32k) or views column & selection formulas
are too large: SERVERNAME mail.box.
The group in question contains 940 names. If I write them into a text file in canonical format it is ~24KB so not more than 32KB. The message itself contains some short text and a document link which points to a PDF file which is however more than 32KB in size. If I split the names into two separate groups and I send the same message using these two groups as the recipients the server sends the message withou any error.
Do you have any experience on this issue?