Subject | Re: [firebird-support] restore on Windows Vista |
---|---|
Author | Dmitry Yemanov |
Post date | 2007-04-20T13:08:57Z |
pierpozzi wrote:
RDB$COLLATION_ID = -1. I have no idea what engine version or GUI tool
could generate it. It wasn't a problem previously, but text blobs
support collations in v2.0 and an attempt to find a collation with ID =
255 (-1) fails in your database. The issue should go away after setting
RDB$COLLATION_ID to zero for all records containing a value of -1 there.
Dmitry
> Hi, I receive this error from Firebird 2.0.1The problem is caused by some RDB$RELATION_FIELDS records that have
>
> Failed: This operation is not defined for system tables.Unsuccessful
> metadata update.
> OFFERTE_DATI.
> Implementation of text subtype 65280 not located.
RDB$COLLATION_ID = -1. I have no idea what engine version or GUI tool
could generate it. It wasn't a problem previously, but text blobs
support collations in v2.0 and an attempt to find a collation with ID =
255 (-1) fails in your database. The issue should go away after setting
RDB$COLLATION_ID to zero for all records containing a value of -1 there.
Dmitry