[RX-16349] Issues with setting "max" storage on non rich-text fields

Created: Mon, 18 Oct 2010 15:35:08 -0400 (EDT)
Affected Version(s): 6.7
Description: When using the sys_textarea control, setting the storage size to MAX, errors are returned from the search engine when indexing Content Items. To prevent these errors, if you set the storage size of a field to MAX when using the sys_textarea control, disable search indexing for that field.

When using the sys_checkboxtree control, setting the storage size to MAX results in errors during assembly. To prevent these errors, specify a storage size other than MAX. Text fields specified with a size larger than 4000 will be stored as CLOBs in the database.
Workaround (if applicable): For Assembly, change the storage size from “max” to a specified number of characters.
For Search(Lucene), turn off indexing on that field.

Status: Unresolved - Open