Subject | Re: [Firebird-Java] Xythos server Firebird install failing: unsuccessful metadata update GDS exception |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-08-29T08:08:38Z |
Hi,
implementation restriction, which starting FB 2.0 (if I'm not mistaken)
is 1/4-th of the database page size.
Two solutions:
a) change the column definitions to store less data
b) create database with 16k page size and try again - maybe it will fit.
Roman
> Aug 28, 2008 7:38:03 PM -- SchemaInstaller:161It tries to create an index with a key that is longer than
> Please look in the log file (located in the file: C:\Xythos\wfs-7.0.42\install.log).
> Aug 28, 2008 7:38:03 PM -- org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544351. unsuccessful metadata update
> key size exceeds implementation restriction for index "XY_ROOT_DIRS_U1"
> Reason: unsuccessful metadata update
> key size exceeds implementation restriction for index "XY_ROOT_DIRS_U1"
implementation restriction, which starting FB 2.0 (if I'm not mistaken)
is 1/4-th of the database page size.
Two solutions:
a) change the column definitions to store less data
b) create database with 16k page size and try again - maybe it will fit.
Roman