Subject | Re: Firebird 1 |
---|---|
Author | Alexander V.Nevsky |
Post date | 2002-09-12T08:21:03Z |
--- In ib-support@y..., Sandeep Chandra <sandeep@c...> wrote:
chars (varchars) with size more than 32000 or expression with
concatenation which can result in such varchar. This check was
implemented in FB1 release and limit was enlarged to 65000 in one of
post-release builds (8xx), can't remember number exactly. Search for
such expressions in your SP/triggers. Check is based on defined
columns/variables (for varchars - max) size, not on their real contens
on execution. Personaly I think this is not fully correct.
Best regards, Alexander V.Nevsky.
> I've just upgraded from Firebird beta 2 to Firebird 1. When Itry to
> backup the database I get following errorSandeep, if it is release build (794? 796?) most probably you have
>
> gbak: ERROR: Implementation limit exceeded
> gbak: ERROR: block size exceeds implementation rest
> gbak: Exiting before completion due to errors
>
> Any suggestions?
chars (varchars) with size more than 32000 or expression with
concatenation which can result in such varchar. This check was
implemented in FB1 release and limit was enlarged to 65000 in one of
post-release builds (8xx), can't remember number exactly. Search for
such expressions in your SP/triggers. Check is based on defined
columns/variables (for varchars - max) size, not on their real contens
on execution. Personaly I think this is not fully correct.
Best regards, Alexander V.Nevsky.