Subject | Re: GDS Exc... unsuccessful metadata update new record size of 72424 is too big |
---|---|
Author | maximshiryaev |
Post date | 2007-01-31T18:02:57Z |
Thanks.
Unfortunatly it's not my design. It's opensource Alfresco CMS that
works with DB through Hibernate.
I thought about some workaround from Firebird side... Increasing page
size or a like... Anyway I'll try to dig into Hibernate mapping files...
Maxim.
--- In firebird-support@yahoogroups.com, Michael Weissenbacher
<mw@...> wrote:
Unfortunatly it's not my design. It's opensource Alfresco CMS that
works with DB through Hibernate.
I thought about some workaround from Firebird side... Increasing page
size or a like... Anyway I'll try to dig into Hibernate mapping files...
Maxim.
--- In firebird-support@yahoogroups.com, Michael Weissenbacher
<mw@...> wrote:
>
> 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
>