Subject Re: [firebird-support] Error: "number of page buffers for cache required"
Author Helen Borrie
At 09:09 AM 30/10/2005 +0000, you wrote:
>Hello all,
>
>Last week we have migrate a windows server to a Linux server. But now
>we get
>a "SQL error code = -104; number of page buffers for cache required"
>error.
>Byu printing a large report.
>I have search already on this error but can't find a solution for this.
>
>Can someone help us, please, to fix this?

The first challenge would be to find out what the problem really is. This
error message comes from gfix (-gdscode 335740934, gfix_pgbuf_req). What
were you doing when it occurred?

One possibility is that you are getting the wrong message in response to
some other exception. This will happen if your new Linux server can't find
firebird.msg and you are accessing the database from a client that has the
wrong client version, e.g. an old InterBase or Fb 1.0 client. What happens
then is that, absent the message interpretation coming from the server
(because the server can't find firebird.msg locally) the client will try to
interpret it from its own internally compiled message structure.

./heLen