Subject Re: [firebird-support] GDS Exc... unsuccessful metadata update new record size of 72424 is too big
Author Michael Weissenbacher
Hi,
> Please, could anybody help me with this:
> (Win32, CodePage=UTF8, PageSize=16K, Server=2.0.1)
> (if CodePage=WIN1251 then everything is OK...)
> (It's Hibernate in Alfresco that tries to create this table)
> GDS Exception. 335544351. unsuccessful metadata update
> new record size of 72424 bytes is too big
> TABLE JBPM_LOG
> Reason: unsuccessful metadata update
> new record size of 72424 bytes is too big
> TABLE JBPM_LOG
Well, IIRC the maximum size for one record is 64KB (65536 bytes). You
should either re-think your table structure ;) or change some of those
big varchar columns to BLOB fields.

Michael