Subject | Re: [firebird-support] GDS Exc... unsuccessful metadata update new record size of 72424 is too big |
---|---|
Author | Michael Weissenbacher |
Post date | 2007-01-31T15:13:20Z |
Hi,
should either re-think your table structure ;) or change some of those
big varchar columns to BLOB fields.
Michael
> Please, could anybody help me with this:Well, IIRC the maximum size for one record is 64KB (65536 bytes). You
> (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
should either re-think your table structure ;) or change some of those
big varchar columns to BLOB fields.
Michael